health_check
Gets an individual health_check
resource
Overview
Name | health_check |
Type | Resource |
Description | health_check |
Id | awscc.route53.health_check |
Fields
Name | Datatype | Description |
---|---|---|
health_check_id | string | |
health_check_config | object | A complex type that contains information about the health check. |
health_check_tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS 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