AWS::InternetMonitor::Monitor HealthEventsConfig - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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 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