Skip to main content

recovery_group

Gets an individual recovery_group resource

Overview

Namerecovery_group
TypeResource
Descriptionrecovery_group
Idawscc.route53recoveryreadiness.recovery_group

Fields

NameDatatypeDescription
recovery_group_namestringThe name of the recovery group to create.
cellsarrayA list of the cell Amazon Resource Names (ARNs) in the recovery group.
recovery_group_arnstringA collection of tags associated with a resource.
tagsarrayA collection of tags associated with a resource.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
recovery_group_name,
cells,
recovery_group_arn,
tags
FROM awscc.route53recoveryreadiness.recovery_group
WHERE data__Identifier = '<RecoveryGroupName>';

Permissions

To operate on the recovery_group resource, the following permissions are required:

Read

route53-recovery-readiness:GetRecoveryGroup,
route53-recovery-readiness:ListTagsForResources

Update

route53-recovery-readiness:UpdateRecoveryGroup,
route53-recovery-readiness:GetRecoveryGroup,
route53-recovery-readiness:GetCell,
route53-recovery-readiness:ListTagsForResources,
route53-recovery-readiness:TagResource,
route53-recovery-readiness:UntagResource

Delete

route53-recovery-readiness:DeleteRecoveryGroup,
route53-recovery-readiness:GetRecoveryGroup