aws.route53_recovery_readiness.get_recovery_group
Example SQL Queries
SELECT * FROMaws.route53_recovery_readiness.get_recovery_groupWHERE"recovery_group_name" = 'VALUE';Description
Gets details about a recovery group, including a list of the cells that are included in it.
Table Definition
| Column Name | Column Data Type |
|---|---|
| recovery_group_name Required Input Column The name of the 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
| |
| cells A list of a cell's Amazon Resource Names (ARNs). | VARCHAR[] |
Show child fields
| |
| recovery_group_arn The Amazon Resource Name (ARN) for the recovery group. | VARCHAR |
| tags The tags associated with the recovery group. | MAP(VARCHAR, VARCHAR) |