Class: Aws::CloudWatchRUM::Types::AppMonitor
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::AppMonitor
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchrum/types.rb
Overview
A RUM app monitor collects telemetry data from your application and sends that data to RUM. The data includes performance and reliability information such as page load time, client-side errors, and user behavior.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_monitor_configuration ⇒ Types::AppMonitorConfiguration
A structure that contains much of the configuration data for the app monitor.
-
#created ⇒ String
The date and time that this app monitor was created.
-
#custom_events ⇒ Types::CustomEvents
Specifies whether this app monitor allows the web client to define and send custom events.
-
#data_storage ⇒ Types::DataStorage
A structure that contains information about whether this app monitor stores a copy of the telemetry data that RUM collects using CloudWatch Logs.
-
#domain ⇒ String
The top-level internet domain name for which your application has administrative authority.
-
#id ⇒ String
The unique ID of this app monitor.
-
#last_modified ⇒ String
The date and time of the most recent changes to this app monitor’s configuration.
-
#name ⇒ String
The name of the app monitor.
-
#state ⇒ String
The current state of the app monitor.
-
#tags ⇒ Hash<String,String>
The list of tag keys and values associated with this app monitor.
Instance Attribute Details
#app_monitor_configuration ⇒ Types::AppMonitorConfiguration
A structure that contains much of the configuration data for the app monitor.
86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 86 class AppMonitor < Struct.new( :app_monitor_configuration, :created, :custom_events, :data_storage, :domain, :id, :last_modified, :name, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#created ⇒ String
The date and time that this app monitor was created.
86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 86 class AppMonitor < Struct.new( :app_monitor_configuration, :created, :custom_events, :data_storage, :domain, :id, :last_modified, :name, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#custom_events ⇒ Types::CustomEvents
Specifies whether this app monitor allows the web client to define and send custom events.
For more information about custom events, see [Send custom events].
[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-RUM-custom-events.html
86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 86 class AppMonitor < Struct.new( :app_monitor_configuration, :created, :custom_events, :data_storage, :domain, :id, :last_modified, :name, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#data_storage ⇒ Types::DataStorage
A structure that contains information about whether this app monitor stores a copy of the telemetry data that RUM collects using CloudWatch Logs.
86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 86 class AppMonitor < Struct.new( :app_monitor_configuration, :created, :custom_events, :data_storage, :domain, :id, :last_modified, :name, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#domain ⇒ String
The top-level internet domain name for which your application has administrative authority.
86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 86 class AppMonitor < Struct.new( :app_monitor_configuration, :created, :custom_events, :data_storage, :domain, :id, :last_modified, :name, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID of this app monitor.
86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 86 class AppMonitor < Struct.new( :app_monitor_configuration, :created, :custom_events, :data_storage, :domain, :id, :last_modified, :name, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ String
The date and time of the most recent changes to this app monitor’s configuration.
86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 86 class AppMonitor < Struct.new( :app_monitor_configuration, :created, :custom_events, :data_storage, :domain, :id, :last_modified, :name, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the app monitor.
86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 86 class AppMonitor < Struct.new( :app_monitor_configuration, :created, :custom_events, :data_storage, :domain, :id, :last_modified, :name, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the app monitor.
86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 86 class AppMonitor < Struct.new( :app_monitor_configuration, :created, :custom_events, :data_storage, :domain, :id, :last_modified, :name, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The list of tag keys and values associated with this app monitor.
86 87 88 89 90 91 92 93 94 95 96 97 98 99 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 86 class AppMonitor < Struct.new( :app_monitor_configuration, :created, :custom_events, :data_storage, :domain, :id, :last_modified, :name, :state, :tags) SENSITIVE = [] include Aws::Structure end |