AWS::InternetMonitor::Monitor HealthEventsConfig - AWS CloudFormation

AWS::InternetMonitor::Monitor HealthEventsConfig

Define the health event threshold percentages for the performance score and availability score for your application's monitor. Amazon CloudWatch Internet Monitor creates a health event when there's an internet issue that affects your application end users where a health score percentage is at or below a set threshold.

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

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

Properties

AvailabilityLocalHealthEventsConfig

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

Required: No

Type: LocalHealthEventsConfig

Update requires: No interruption

AvailabilityScoreThreshold

The health event threshold percentage set for availability scores. When the overall availability score is at or below this percentage, Internet Monitor creates a health event.

Required: No

Type: Number

Minimum: 0

Maximum: 100

Update requires: No interruption

PerformanceLocalHealthEventsConfig

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

Required: No

Type: LocalHealthEventsConfig

Update requires: No interruption

PerformanceScoreThreshold

The health event threshold percentage set for performance scores. When the overall performance score is at or below this percentage, Internet Monitor creates a health event.

Required: No

Type: Number

Minimum: 0

Maximum: 100

Update requires: No interruption