recovery_groups_list_only
Lists recovery_groups in a region or regions, for all properties use recovery_groups
Overview
| Name | recovery_groups_list_only |
| Type | Resource |
| Description | AWS Route53 Recovery Readiness Recovery Group Schema and API specifications. |
| Id | aws.route53recoveryreadiness.recovery_groups_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
recovery_group_name | string | The name of the recovery group to create. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all recovery_groups in a region.
SELECT
region,
recovery_group_name
FROM aws.route53recoveryreadiness.recovery_groups_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the recovery_groups_list_only resource, see recovery_groups