AWS::InternetMonitor::Monitor LocalHealthEventsConfig
Configuration information that determines the threshold and other conditions for when Internet Monitor creates a health event for a local performance or availability issue, when scores cross a threshold for one or more city-networks.
Defines the percentages, for performance scores or availability scores, that are the local thresholds for when Amazon CloudWatch Internet Monitor creates a health event. Also defines whether a local threshold is enabled or disabled, and the minimum percentage of overall traffic that must be impacted by an issue before Internet Monitor creates an event when a threshold is crossed for a local health score.
If you don't set a local health event threshold, the default value is 60%.
For more information, see Change health event thresholds in the Internet Monitor section of the Amazon CloudWatch User Guide.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "HealthScoreThreshold" :
Number
, "MinTrafficImpact" :Number
, "Status" :String
}
YAML
HealthScoreThreshold:
Number
MinTrafficImpact:Number
Status:String
Properties
HealthScoreThreshold
-
The health event threshold percentage set for a local health score.
Required: No
Type: Number
Minimum:
0
Maximum:
100
Update requires: No interruption
MinTrafficImpact
-
The minimum percentage of overall traffic for an application that must be impacted by an issue before Internet Monitor creates an event when a threshold is crossed for a local health score.
If you don't set a minimum traffic impact threshold, the default value is 0.01%.
Required: No
Type: Number
Minimum:
0
Maximum:
100
Update requires: No interruption
Status
-
The status of whether Internet Monitor creates a health event based on a threshold percentage set for a local health score. The status can be
ENABLED
orDISABLED
.Required: No
Type: String
Allowed values:
ENABLED | DISABLED
Update requires: No interruption