recovery_group
Gets an individual recovery_group
resource
Overview
Name | recovery_group |
Type | Resource |
Description | recovery_group |
Id | awscc.route53recoveryreadiness.recovery_group |
Fields
Name | Datatype | Description |
---|---|---|
recovery_group_name | string | The name of the recovery group to create. |
cells | array | A list of the cell Amazon Resource Names (ARNs) in the recovery group. |
recovery_group_arn | string | A collection of tags associated with a resource. |
tags | array | A collection of tags associated with a resource. |
region | string | AWS 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