Skip to main content

readiness_checks_list_only

Lists readiness_checks in a region or regions, for all properties use readiness_checks

Overview

Namereadiness_checks_list_only
TypeResource
DescriptionAws Route53 Recovery Readiness Check Schema and API specification.
Idaws.route53recoveryreadiness.readiness_checks_list_only

Fields

NameDatatypeDescription
resource_set_namestringThe name of the resource set to check.
readiness_check_namestringName of the ReadinessCheck to create.
readiness_check_arnstringThe Amazon Resource Name (ARN) of the readiness check.
tagsarrayA collection of tags associated with a resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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