aws.route53_recovery_readiness.list_cells
Example SQL Queries
SELECT * FROMaws.route53_recovery_readiness.list_cells;Description
Lists the cells 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
| |
| cell_arn The Amazon Resource Name (ARN) for the cell. | VARCHAR |
| cell_name The name of the cell. | VARCHAR |
| cells A list of cell ARNs. | VARCHAR[] |
Show child fields
| |
| parent_readiness_scopes The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element. | VARCHAR[] |
Show child fields
| |
| tags Tags on the resources. | MAP(VARCHAR, VARCHAR) |