Class: Aws::InternetMonitor::Types::GetMonitorOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::GetMonitorOutput
- Defined in:
- gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The time when the monitor was created.
-
#health_events_config ⇒ Types::HealthEventsConfig
The list of health event threshold configurations.
-
#internet_measurements_log_delivery ⇒ Types::InternetMeasurementsLogDelivery
Publish internet measurements for Internet Monitor to another location, such as an Amazon S3 bucket.
-
#max_city_networks_to_monitor ⇒ Integer
The maximum number of city-networks to monitor for your resources.
-
#modified_at ⇒ Time
The last time that the monitor was modified.
-
#monitor_arn ⇒ String
The Amazon Resource Name (ARN) of the monitor.
-
#monitor_name ⇒ String
The name of the monitor.
-
#processing_status ⇒ String
The health of the data processing for the monitor.
-
#processing_status_info ⇒ String
Additional information about the health of the data processing for the monitor.
-
#resources ⇒ Array<String>
The resources monitored by the monitor.
-
#status ⇒ String
The status of the monitor.
-
#tags ⇒ Hash<String,String>
The tags that have been added to monitor.
-
#traffic_percentage_to_monitor ⇒ Integer
The percentage of the internet-facing traffic for your application to monitor with this monitor.
Instance Attribute Details
#created_at ⇒ Time
The time when the monitor was created.
667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 667 class GetMonitorOutput < Struct.new( :monitor_name, :monitor_arn, :resources, :status, :created_at, :modified_at, :processing_status, :processing_status_info, :tags, :max_city_networks_to_monitor, :internet_measurements_log_delivery, :traffic_percentage_to_monitor, :health_events_config) SENSITIVE = [] include Aws::Structure end |
#health_events_config ⇒ Types::HealthEventsConfig
The list of health event threshold configurations. The threshold percentage for a health score determines, along with other configuration information, when Internet Monitor creates a health event when there's an internet issue that affects your application end users.
For more information, see Change health event thresholds in the Internet Monitor section of the CloudWatch User Guide.
667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 667 class GetMonitorOutput < Struct.new( :monitor_name, :monitor_arn, :resources, :status, :created_at, :modified_at, :processing_status, :processing_status_info, :tags, :max_city_networks_to_monitor, :internet_measurements_log_delivery, :traffic_percentage_to_monitor, :health_events_config) SENSITIVE = [] include Aws::Structure end |
#internet_measurements_log_delivery ⇒ Types::InternetMeasurementsLogDelivery
Publish internet measurements for Internet Monitor to another location, such as an Amazon S3 bucket. The measurements are also published to Amazon CloudWatch Logs.
667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 667 class GetMonitorOutput < Struct.new( :monitor_name, :monitor_arn, :resources, :status, :created_at, :modified_at, :processing_status, :processing_status_info, :tags, :max_city_networks_to_monitor, :internet_measurements_log_delivery, :traffic_percentage_to_monitor, :health_events_config) SENSITIVE = [] include Aws::Structure end |
#max_city_networks_to_monitor ⇒ Integer
The maximum number of city-networks to monitor for your resources. A city-network is the location (city) where clients access your application resources from and the ASN or network provider, such as an internet service provider (ISP), that clients access the resources through. This limit can help control billing costs.
To learn more, see Choosing a city-network maximum value in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 667 class GetMonitorOutput < Struct.new( :monitor_name, :monitor_arn, :resources, :status, :created_at, :modified_at, :processing_status, :processing_status_info, :tags, :max_city_networks_to_monitor, :internet_measurements_log_delivery, :traffic_percentage_to_monitor, :health_events_config) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
The last time that the monitor was modified.
667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 667 class GetMonitorOutput < Struct.new( :monitor_name, :monitor_arn, :resources, :status, :created_at, :modified_at, :processing_status, :processing_status_info, :tags, :max_city_networks_to_monitor, :internet_measurements_log_delivery, :traffic_percentage_to_monitor, :health_events_config) SENSITIVE = [] include Aws::Structure end |
#monitor_arn ⇒ String
The Amazon Resource Name (ARN) of the monitor.
667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 667 class GetMonitorOutput < Struct.new( :monitor_name, :monitor_arn, :resources, :status, :created_at, :modified_at, :processing_status, :processing_status_info, :tags, :max_city_networks_to_monitor, :internet_measurements_log_delivery, :traffic_percentage_to_monitor, :health_events_config) SENSITIVE = [] include Aws::Structure end |
#monitor_name ⇒ String
The name of the monitor.
667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 667 class GetMonitorOutput < Struct.new( :monitor_name, :monitor_arn, :resources, :status, :created_at, :modified_at, :processing_status, :processing_status_info, :tags, :max_city_networks_to_monitor, :internet_measurements_log_delivery, :traffic_percentage_to_monitor, :health_events_config) SENSITIVE = [] include Aws::Structure end |
#processing_status ⇒ String
The health of the data processing for the monitor.
667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 667 class GetMonitorOutput < Struct.new( :monitor_name, :monitor_arn, :resources, :status, :created_at, :modified_at, :processing_status, :processing_status_info, :tags, :max_city_networks_to_monitor, :internet_measurements_log_delivery, :traffic_percentage_to_monitor, :health_events_config) SENSITIVE = [] include Aws::Structure end |
#processing_status_info ⇒ String
Additional information about the health of the data processing for the monitor.
667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 667 class GetMonitorOutput < Struct.new( :monitor_name, :monitor_arn, :resources, :status, :created_at, :modified_at, :processing_status, :processing_status_info, :tags, :max_city_networks_to_monitor, :internet_measurements_log_delivery, :traffic_percentage_to_monitor, :health_events_config) SENSITIVE = [] include Aws::Structure end |
#resources ⇒ Array<String>
The resources monitored by the monitor. Resources are listed by their Amazon Resource Names (ARNs).
667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 667 class GetMonitorOutput < Struct.new( :monitor_name, :monitor_arn, :resources, :status, :created_at, :modified_at, :processing_status, :processing_status_info, :tags, :max_city_networks_to_monitor, :internet_measurements_log_delivery, :traffic_percentage_to_monitor, :health_events_config) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the monitor.
667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 667 class GetMonitorOutput < Struct.new( :monitor_name, :monitor_arn, :resources, :status, :created_at, :modified_at, :processing_status, :processing_status_info, :tags, :max_city_networks_to_monitor, :internet_measurements_log_delivery, :traffic_percentage_to_monitor, :health_events_config) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags that have been added to monitor.
667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 667 class GetMonitorOutput < Struct.new( :monitor_name, :monitor_arn, :resources, :status, :created_at, :modified_at, :processing_status, :processing_status_info, :tags, :max_city_networks_to_monitor, :internet_measurements_log_delivery, :traffic_percentage_to_monitor, :health_events_config) SENSITIVE = [] include Aws::Structure end |
#traffic_percentage_to_monitor ⇒ Integer
The percentage of the internet-facing traffic for your application to monitor with this monitor. If you set a city-networks maximum, that limit overrides the traffic percentage that you set.
To learn more, see Choosing an application traffic percentage to monitor in the Amazon CloudWatch Internet Monitor section of the CloudWatch User Guide.
667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 667 class GetMonitorOutput < Struct.new( :monitor_name, :monitor_arn, :resources, :status, :created_at, :modified_at, :processing_status, :processing_status_info, :tags, :max_city_networks_to_monitor, :internet_measurements_log_delivery, :traffic_percentage_to_monitor, :health_events_config) SENSITIVE = [] include Aws::Structure end |