Class: Aws::InternetMonitor::Types::HealthEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::HealthEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-internetmonitor/types.rb
Overview
Information about a health event created in a monitor in Amazon CloudWatch Internet Monitor.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
When the health event was created.
-
#ended_at ⇒ Time
The time when a health event ended.
-
#event_arn ⇒ String
The Amazon Resource Name (ARN) of the event.
-
#event_id ⇒ String
The internally-generated identifier of a specific network traffic impairment health event.
-
#health_score_threshold ⇒ Float
The value of the threshold percentage for performance or availability that was configured when Amazon CloudWatch Internet Monitor created the health event.
-
#impact_type ⇒ String
The type of impairment for a health event.
-
#impacted_locations ⇒ Array<Types::ImpactedLocation>
The locations impacted by the health event.
-
#last_updated_at ⇒ Time
When the health event was last updated.
-
#percent_of_total_traffic_impacted ⇒ Float
The impact on total traffic that a health event has, in increased latency or reduced availability.
-
#started_at ⇒ Time
When a health event started.
-
#status ⇒ String
The status of a health event.
Instance Attribute Details
#created_at ⇒ Time
When the health event was created.
831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 831 class HealthEvent < Struct.new( :event_arn, :event_id, :started_at, :ended_at, :created_at, :last_updated_at, :impacted_locations, :status, :percent_of_total_traffic_impacted, :impact_type, :health_score_threshold) SENSITIVE = [] include Aws::Structure end |
#ended_at ⇒ Time
The time when a health event ended. If the health event is still active, then the end time is not set.
831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 831 class HealthEvent < Struct.new( :event_arn, :event_id, :started_at, :ended_at, :created_at, :last_updated_at, :impacted_locations, :status, :percent_of_total_traffic_impacted, :impact_type, :health_score_threshold) SENSITIVE = [] include Aws::Structure end |
#event_arn ⇒ String
The Amazon Resource Name (ARN) of the event.
831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 831 class HealthEvent < Struct.new( :event_arn, :event_id, :started_at, :ended_at, :created_at, :last_updated_at, :impacted_locations, :status, :percent_of_total_traffic_impacted, :impact_type, :health_score_threshold) SENSITIVE = [] include Aws::Structure end |
#event_id ⇒ String
The internally-generated identifier of a specific network traffic impairment health event.
831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 831 class HealthEvent < Struct.new( :event_arn, :event_id, :started_at, :ended_at, :created_at, :last_updated_at, :impacted_locations, :status, :percent_of_total_traffic_impacted, :impact_type, :health_score_threshold) SENSITIVE = [] include Aws::Structure end |
#health_score_threshold ⇒ Float
The value of the threshold percentage for performance or availability that was configured when Amazon CloudWatch Internet Monitor created the health event.
831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 831 class HealthEvent < Struct.new( :event_arn, :event_id, :started_at, :ended_at, :created_at, :last_updated_at, :impacted_locations, :status, :percent_of_total_traffic_impacted, :impact_type, :health_score_threshold) SENSITIVE = [] include Aws::Structure end |
#impact_type ⇒ String
The type of impairment for a health event.
831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 831 class HealthEvent < Struct.new( :event_arn, :event_id, :started_at, :ended_at, :created_at, :last_updated_at, :impacted_locations, :status, :percent_of_total_traffic_impacted, :impact_type, :health_score_threshold) SENSITIVE = [] include Aws::Structure end |
#impacted_locations ⇒ Array<Types::ImpactedLocation>
The locations impacted by the health event.
831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 831 class HealthEvent < Struct.new( :event_arn, :event_id, :started_at, :ended_at, :created_at, :last_updated_at, :impacted_locations, :status, :percent_of_total_traffic_impacted, :impact_type, :health_score_threshold) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
When the health event was last updated.
831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 831 class HealthEvent < Struct.new( :event_arn, :event_id, :started_at, :ended_at, :created_at, :last_updated_at, :impacted_locations, :status, :percent_of_total_traffic_impacted, :impact_type, :health_score_threshold) SENSITIVE = [] include Aws::Structure end |
#percent_of_total_traffic_impacted ⇒ Float
The impact on total traffic that a health event has, in increased latency or reduced availability. This is the percentage of how much latency has increased or availability has decreased during the event, compared to what is typical for traffic from this client location to the Amazon Web Services location using this client network.
831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 831 class HealthEvent < Struct.new( :event_arn, :event_id, :started_at, :ended_at, :created_at, :last_updated_at, :impacted_locations, :status, :percent_of_total_traffic_impacted, :impact_type, :health_score_threshold) SENSITIVE = [] include Aws::Structure end |
#started_at ⇒ Time
When a health event started.
831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 831 class HealthEvent < Struct.new( :event_arn, :event_id, :started_at, :ended_at, :created_at, :last_updated_at, :impacted_locations, :status, :percent_of_total_traffic_impacted, :impact_type, :health_score_threshold) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a health event.
831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 831 class HealthEvent < Struct.new( :event_arn, :event_id, :started_at, :ended_at, :created_at, :last_updated_at, :impacted_locations, :status, :percent_of_total_traffic_impacted, :impact_type, :health_score_threshold) SENSITIVE = [] include Aws::Structure end |