Class: Aws::InternetMonitor::Types::HealthEventsConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::HealthEventsConfig
- Includes:
- Structure
- Defined in:
- 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
-
#availability_local_health_events_config ⇒ Types::LocalHealthEventsConfig
The configuration that determines the threshold and other conditions for when Internet Monitor creates a health event for a local availability issue.
-
#availability_score_threshold ⇒ Float
The health event threshold percentage set for availability scores.
-
#performance_local_health_events_config ⇒ Types::LocalHealthEventsConfig
The configuration that determines the threshold and other conditions for when Internet Monitor creates a health event for a local performance issue.
-
#performance_score_threshold ⇒ Float
The health event threshold percentage set for performance scores.
Instance Attribute Details
#availability_local_health_events_config ⇒ Types::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 '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_threshold ⇒ Float
The health event threshold percentage set for availability scores.
899 900 901 902 903 904 905 906 |
# File '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_config ⇒ Types::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 '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_threshold ⇒ Float
The health event threshold percentage set for performance scores.
899 900 901 902 903 904 905 906 |
# File '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 |