Skip to main content

health_check

Gets an individual health_check resource

Overview

Namehealth_check
TypeResource
Descriptionhealth_check
Idawscc.route53.health_check

Fields

NameDatatypeDescription
health_check_idstring
health_check_configobjectA complex type that contains information about the health check.
health_check_tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
health_check_id,
health_check_config,
health_check_tags
FROM awscc.route53.health_check
WHERE data__Identifier = '<HealthCheckId>';

Permissions

To operate on the health_check resource, the following permissions are required:

Read

route53:GetHealthCheck,
route53:ListTagsForResource

Update

route53:UpdateHealthCheck,
route53:ChangeTagsForResource,
route53:ListTagsForResource,
cloudwatch:DescribeAlarms

Delete

route53:DeleteHealthCheck