aws.route53_recovery_readiness.get_recovery_group_readiness_summary
Example SQL Queries
SELECT * FROMaws.route53_recovery_readiness.get_recovery_group_readiness_summaryWHERE"recovery_group_name" = 'VALUE';Description
Displays a summary of information about a recovery group's readiness status. Includes the readiness checks for resources in the recovery group and the readiness status of each one.
Table Definition
| Column Name | Column Data Type |
|---|---|
| recovery_group_name Required Input Column The name of a recovery group. | VARCHAR |
| _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 The readiness status at a recovery group level. | VARCHAR |
| readiness_checks Summaries of the readiness checks for the recovery group. | STRUCT( |
Show child fields
| |