Class: Aws::InternetMonitor::Types::GetMonitorOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The time when the monitor was created.

Returns:

  • (Time)


523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 523

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_configTypes::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.



523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 523

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_deliveryTypes::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.



523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 523

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_monitorInteger

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.

Returns:

  • (Integer)


523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 523

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_atTime

The last time that the monitor was modified.

Returns:

  • (Time)


523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 523

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_arnString

The Amazon Resource Name (ARN) of the monitor.

Returns:

  • (String)


523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 523

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_nameString

The name of the monitor.

Returns:

  • (String)


523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 523

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_statusString

The health of the data processing for the monitor.

Returns:

  • (String)


523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 523

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_infoString

Additional information about the health of the data processing for the monitor.

Returns:

  • (String)


523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 523

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

#resourcesArray<String>

The resources monitored by the monitor. Resources are listed by their Amazon Resource Names (ARNs).

Returns:

  • (Array<String>)


523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 523

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

#statusString

The status of the monitor.

Returns:

  • (String)


523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 523

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

#tagsHash<String,String>

The tags that have been added to monitor.

Returns:

  • (Hash<String,String>)


523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 523

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_monitorInteger

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.

Returns:

  • (Integer)


523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 523

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