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 |
---|---|---|
resource_set_name | string | The name of the resource set to check. |
readiness_check_name | string | Name of the ReadinessCheck to create. |
readiness_check_arn | string | The Amazon Resource Name (ARN) of the readiness check. |
tags | array | A collection of tags associated with a resource. |
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