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.
-
#deobfuscation_configuration ⇒ Types::DeobfuscationConfiguration
A structure that contains the configuration for how an app monitor can deobfuscate stack traces.
-
#domain ⇒ String
The top-level internet domain name for which your application has administrative authority.
-
#domain_list ⇒ Array<String>
List the domain names 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.
96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 96 class AppMonitor < Struct.new( :app_monitor_configuration, :created, :custom_events, :data_storage, :deobfuscation_configuration, :domain, :domain_list, :id, :last_modified, :name, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#created ⇒ String
The date and time that this app monitor was created.
96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 96 class AppMonitor < Struct.new( :app_monitor_configuration, :created, :custom_events, :data_storage, :deobfuscation_configuration, :domain, :domain_list, :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
96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 96 class AppMonitor < Struct.new( :app_monitor_configuration, :created, :custom_events, :data_storage, :deobfuscation_configuration, :domain, :domain_list, :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.
96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 96 class AppMonitor < Struct.new( :app_monitor_configuration, :created, :custom_events, :data_storage, :deobfuscation_configuration, :domain, :domain_list, :id, :last_modified, :name, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#deobfuscation_configuration ⇒ Types::DeobfuscationConfiguration
A structure that contains the configuration for how an app monitor can deobfuscate stack traces.
96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 96 class AppMonitor < Struct.new( :app_monitor_configuration, :created, :custom_events, :data_storage, :deobfuscation_configuration, :domain, :domain_list, :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.
96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 96 class AppMonitor < Struct.new( :app_monitor_configuration, :created, :custom_events, :data_storage, :deobfuscation_configuration, :domain, :domain_list, :id, :last_modified, :name, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#domain_list ⇒ Array<String>
List the domain names for which your application has administrative authority.
96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 96 class AppMonitor < Struct.new( :app_monitor_configuration, :created, :custom_events, :data_storage, :deobfuscation_configuration, :domain, :domain_list, :id, :last_modified, :name, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID of this app monitor.
96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 96 class AppMonitor < Struct.new( :app_monitor_configuration, :created, :custom_events, :data_storage, :deobfuscation_configuration, :domain, :domain_list, :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.
96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 96 class AppMonitor < Struct.new( :app_monitor_configuration, :created, :custom_events, :data_storage, :deobfuscation_configuration, :domain, :domain_list, :id, :last_modified, :name, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the app monitor.
96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 96 class AppMonitor < Struct.new( :app_monitor_configuration, :created, :custom_events, :data_storage, :deobfuscation_configuration, :domain, :domain_list, :id, :last_modified, :name, :state, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the app monitor.
96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 96 class AppMonitor < Struct.new( :app_monitor_configuration, :created, :custom_events, :data_storage, :deobfuscation_configuration, :domain, :domain_list, :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.
96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 96 class AppMonitor < Struct.new( :app_monitor_configuration, :created, :custom_events, :data_storage, :deobfuscation_configuration, :domain, :domain_list, :id, :last_modified, :name, :state, :tags) SENSITIVE = [] include Aws::Structure end |