aws.route53_recovery_readiness.list_readiness_checks
Example SQL Queries
SELECT * FROMaws.route53_recovery_readiness.list_readiness_checks;Description
Lists the readiness checks for an account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| readiness_check_arn The Amazon Resource Name (ARN) associated with a readiness check. | VARCHAR |
| readiness_check_name Name of a readiness check. | VARCHAR |
| resource_set Name of the resource set to be checked. | VARCHAR |
| tags A collection of tags associated with a resource. | MAP(VARCHAR, VARCHAR) |