paws.networking (version 0.1.6)

route53_delete_health_check: Deletes a health check

Description

Deletes a health check.

Usage

route53_delete_health_check(HealthCheckId)

Arguments

HealthCheckId

[required] The ID of the health check that you want to delete.

Request syntax

svc$delete_health_check(
  HealthCheckId = "string"
)

Details

Amazon Route 53 does not prevent you from deleting a health check even if the health check is associated with one or more resource record sets. If you delete a health check and you don\'t update the associated resource record sets, the future status of the health check can\'t be predicted and may change. This will affect the routing of DNS queries for your DNS failover configuration. For more information, see Replacing and Deleting Health Checks in the Amazon Route 53 Developer Guide.