aws.route53_recovery_readiness.get_cell
Example SQL Queries
SELECT * FROMaws.route53_recovery_readiness.get_cellWHERE"cell_name" = 'VALUE';Description
Gets information about a cell including cell name, cell Amazon Resource Name (ARN), ARNs of nested cells for this cell, and a list of those cell ARNs with their associated recovery group ARNs.
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
| |
| cell_arn The Amazon Resource Name (ARN) for 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) |