Class: Aws::InternetMonitor::Types::HealthEvent

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-internetmonitor/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

Instance Attribute Details

#created_at ⇒ Time

When the health event was created.

Returns:

  • (Time)


831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
# File 'gems/aws-sdk-internetmonitor/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.

Returns:

  • (Time)


831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
# File 'gems/aws-sdk-internetmonitor/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.

Returns:

  • (String)


831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
# File 'gems/aws-sdk-internetmonitor/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.

Returns:

  • (String)


831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
# File 'gems/aws-sdk-internetmonitor/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.

Returns:

  • (Float)


831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
# File 'gems/aws-sdk-internetmonitor/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.

Returns:

  • (String)


831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
# File 'gems/aws-sdk-internetmonitor/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.

Returns:



831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
# File 'gems/aws-sdk-internetmonitor/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.

Returns:

  • (Time)


831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
# File 'gems/aws-sdk-internetmonitor/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.

Returns:

  • (Float)


831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
# File 'gems/aws-sdk-internetmonitor/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.

Returns:

  • (Time)


831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
# File 'gems/aws-sdk-internetmonitor/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.

Returns:

  • (String)


831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
# File 'gems/aws-sdk-internetmonitor/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