resiliency_policy_tags
Expands all tag keys and values for resiliency_policies
in a region
Overview
Name | resiliency_policy_tags |
Type | Resource |
Description | Resource Type Definition for Resiliency Policy. |
Id | aws.resiliencehub.resiliency_policy_tags |
Fields
Name | Datatype | Description |
---|---|---|
policy_name | string | Name of Resiliency Policy. |
policy_description | string | Description of Resiliency Policy. |
data_location_constraint | string | Data Location Constraint of the Policy. |
tier | string | Resiliency Policy Tier. |
policy | object | |
policy_arn | string | Amazon Resource Name (ARN) of the Resiliency Policy. |
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 resiliency_policies
in a region.
SELECT
region,
policy_name,
policy_description,
data_location_constraint,
tier,
policy,
policy_arn,
tag_key,
tag_value
FROM aws.resiliencehub.resiliency_policy_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the resiliency_policy_tags
resource, see resiliency_policies