disabled property
Stops Route 53 from performing health checks. When you disable a health check, here's what happens:
- Health checks that check the health of endpoints: Route 53 stops submitting requests to your application, server, or other resource.
- Calculated health checks: Route 53 stops aggregating the status of the referenced health checks.
- Health checks that monitor CloudWatch alarms: Route 53 stops monitoring the corresponding CloudWatch metrics.
Charges for a health check still apply when the health check is disabled. For more information, see Amazon Route 53 Pricing.
Implementation
final bool? disabled;