Route53 HealthCheckConfigProperty: requestInterval valid values missing #27536
Labels
@aws-cdk/aws-route53
Related to Amazon Route 53
documentation
This is a problem with documentation.
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p3
Describe the issue
requestInterval, which sets the interval in seconds between receipt of Route53 health check ping and next ping can not be any value; valid values appear to be 10 (Fast) or 30 (default). The documentation is misleading in that it does not communicate this; it only specifies that the value for requestInterval must be a number. Other documentation indicates that the value for requestInterval should be a range, with min value of 10 and max of 30. Again, this is also misleading.
Data that led me to this conclusion:
new Route53 health check resource continually failed to deploy when requestInterval was set to 15. Only when this value was changed to 10 did it succeed.
When manually creating health checks in the console, the only values available to select are either 10 or 30.,
Links
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_route53.CfnHealthCheck.HealthCheckConfigProperty.html
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-healthcheck-healthcheckconfig.html
The text was updated successfully, but these errors were encountered: