aws.route53_recovery_readiness.get_cell_readiness_summary
Example SQL Queries
SELECT * FROMaws.route53_recovery_readiness.get_cell_readiness_summaryWHERE"cell_name" = 'VALUE';Description
Gets readiness for a cell. Aggregates the readiness of all the resources that are associated with the cell into a single value.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cell_name Required Input Column The name of the cell. | 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 at a cell level. | VARCHAR |
| readiness_checks Summaries for the readiness checks that make up the cell. | STRUCT( |
Show child fields
| |