recovery_groups
Retrieves a list of recovery_groups
in a region
Overview
Name | recovery_groups |
Type | Resource |
Description | recovery_groups |
Id | awscc.route53recoveryreadiness.recovery_groups |
Fields
Name | Datatype | Description |
---|---|---|
recovery_group_name | string | The name of the recovery group to create. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
recovery_group_name
FROM awscc.route53recoveryreadiness.recovery_groups
WHERE region = 'us-east-1'
Permissions
To operate on the recovery_groups
resource, the following permissions are required:
Create
route53-recovery-readiness:CreateRecoveryGroup,
route53-recovery-readiness:GetRecoveryGroup,
route53-recovery-readiness:GetCell,
route53-recovery-readiness:ListTagsForResources,
route53-recovery-readiness:TagResource
List
route53-recovery-readiness:ListRecoveryGroups