health_checks_list_only
Lists health_checks
in a region or regions, for all properties use health_checks
Overview
Name | health_checks_list_only |
Type | Resource |
Description | Resource schema for AWS::Route53::HealthCheck. |
Id | aws.route53.health_checks_list_only |
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
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all health_checks
in a region.
SELECT
region,
health_check_id
FROM aws.route53.health_checks_list_only
;
Permissions
For permissions required to operate on the health_checks_list_only
resource, see health_checks