readiness_checks_list_only
Lists readiness_checks in a region or regions, for all properties use readiness_checks
Overview
| Name | readiness_checks_list_only |
| Type | Resource |
| Description | Aws Route53 Recovery Readiness Check Schema and API specification. |
| Id | aws.route53recoveryreadiness.readiness_checks_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
readiness_check_name | string | Name of the ReadinessCheck to create. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all readiness_checks in a region.
SELECT
region,
readiness_check_name
FROM aws.route53recoveryreadiness.readiness_checks_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the readiness_checks_list_only resource, see readiness_checks