Module: AWSCDK::Route53::InsufficientDataHealthStatusEnum

Defined in:
route53/insufficient_data_health_status_enum.rb

Overview

The status of the health check when CloudWatch has insufficient data about the state of associated alarm.

Constant Summary collapse

HEALTHY =
Deprecated.
Note:

Default:

Route 53 health check status will be healthy.

Jsii::Enum.new("aws-cdk-lib.aws_route53.InsufficientDataHealthStatusEnum", "HEALTHY")
UNHEALTHY =
Deprecated.
Note:

Default:

Route 53 health check status will be unhealthy.

Jsii::Enum.new("aws-cdk-lib.aws_route53.InsufficientDataHealthStatusEnum", "UNHEALTHY")
LAST_KNOWN_STATUS =
Deprecated.
Note:

Default:

Route 53 health check status will be the status of the health check before Route 53 had insufficient data.

Jsii::Enum.new("aws-cdk-lib.aws_route53.InsufficientDataHealthStatusEnum", "LAST_KNOWN_STATUS")