recovery_group_tags
Expands all tag keys and values for recovery_groups
in a region
Overview
Name | recovery_group_tags |
Type | Resource |
Description | AWS Route53 Recovery Readiness Recovery Group Schema and API specifications. |
Id | aws.route53recoveryreadiness.recovery_group_tags |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all recovery_groups
in a region.
SELECT
region,
recovery_group_name,
cells,
recovery_group_arn,
tag_key,
tag_value
FROM aws.route53recoveryreadiness.recovery_group_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the recovery_group_tags
resource, see recovery_groups