enum InsufficientDataHealthStatusEnum
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Route53.InsufficientDataHealthStatusEnum |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsroute53#InsufficientDataHealthStatusEnum |
Java | software.amazon.awscdk.services.route53.InsufficientDataHealthStatusEnum |
Python | aws_cdk.aws_route53.InsufficientDataHealthStatusEnum |
TypeScript (source) | aws-cdk-lib » aws_route53 » InsufficientDataHealthStatusEnum |
The status of the health check when CloudWatch has insufficient data about the state of associated alarm.
Members
| Name | Description |
|---|---|
| HEALTHY | Route 53 health check status will be healthy. |
| UNHEALTHY | Route 53 health check status will be unhealthy. |
| LAST_KNOWN_STATUS | Route 53 health check status will be the status of the health check before Route 53 had insufficient data. |
HEALTHY
Route 53 health check status will be healthy.
UNHEALTHY
Route 53 health check status will be unhealthy.
LAST_KNOWN_STATUS
Route 53 health check status will be the status of the health check before Route 53 had insufficient data.

.NET
Go
Java
Python
TypeScript (