InsufficientDataHealthStatusEnum

class aws_cdk.aws_route53.InsufficientDataHealthStatusEnum(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

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

Attributes

HEALTHY

Route 53 health check status will be healthy.

LAST_KNOWN_STATUS

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

UNHEALTHY

Route 53 health check status will be unhealthy.