Class: Aws::InternetMonitor::Types::HealthEventsConfig

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

Overview

A complex type with the configuration information that determines the threshold and other conditions for when Internet Monitor creates a health event for an overall performance or availability issue, across an application's geographies.

Defines the percentages, for overall performance scores and availability scores for an application, that are the thresholds for when Amazon CloudWatch Internet Monitor creates a health event. You can override the defaults to set a custom threshold for overall performance or availability scores, or both.

You can also set thresholds for local health scores,, where Internet Monitor creates a health event when scores cross a threshold for one or more city-networks, in addition to creating an event when an overall score crosses a threshold.

If you don't set a health event threshold, the default value is 95%.

For local thresholds, you also set a minimum percentage of overall traffic that is impacted by an issue before Internet Monitor creates an event. In addition, you can disable local thresholds, for performance scores, availability scores, or both.

For more information, see Change health event thresholds in the Internet Monitor section of the CloudWatch User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_local_health_events_configTypes::LocalHealthEventsConfig

The configuration that determines the threshold and other conditions for when Internet Monitor creates a health event for a local availability issue.



899
900
901
902
903
904
905
906
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 899

class HealthEventsConfig < Struct.new(
  :availability_score_threshold,
  :performance_score_threshold,
  :availability_local_health_events_config,
  :performance_local_health_events_config)
  SENSITIVE = []
  include Aws::Structure
end

#availability_score_thresholdFloat

The health event threshold percentage set for availability scores.

Returns:

  • (Float)


899
900
901
902
903
904
905
906
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 899

class HealthEventsConfig < Struct.new(
  :availability_score_threshold,
  :performance_score_threshold,
  :availability_local_health_events_config,
  :performance_local_health_events_config)
  SENSITIVE = []
  include Aws::Structure
end

#performance_local_health_events_configTypes::LocalHealthEventsConfig

The configuration that determines the threshold and other conditions for when Internet Monitor creates a health event for a local performance issue.



899
900
901
902
903
904
905
906
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 899

class HealthEventsConfig < Struct.new(
  :availability_score_threshold,
  :performance_score_threshold,
  :availability_local_health_events_config,
  :performance_local_health_events_config)
  SENSITIVE = []
  include Aws::Structure
end

#performance_score_thresholdFloat

The health event threshold percentage set for performance scores.

Returns:

  • (Float)


899
900
901
902
903
904
905
906
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 899

class HealthEventsConfig < Struct.new(
  :availability_score_threshold,
  :performance_score_threshold,
  :availability_local_health_events_config,
  :performance_local_health_events_config)
  SENSITIVE = []
  include Aws::Structure
end