resiliency_policies_list_only
Lists resiliency_policies
in a region or regions, for all properties use resiliency_policies
Overview
Name | resiliency_policies_list_only |
Type | Resource |
Description | Resource Type Definition for Resiliency Policy. |
Id | aws.resiliencehub.resiliency_policies_list_only |
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. |
tags | object | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all resiliency_policies
in a region.
SELECT
region,
policy_arn
FROM aws.resiliencehub.resiliency_policies_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the resiliency_policies_list_only
resource, see resiliency_policies