Skip to main content

resiliency_policies

Retrieves a list of resiliency_policies in a region

Overview

Nameresiliency_policies
TypeResource
Descriptionresiliency_policies
Idawscc.resiliencehub.resiliency_policies

Fields

NameDatatypeDescription
policy_arnstringAmazon Resource Name (ARN) of the Resiliency Policy.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
policy_arn
FROM awscc.resiliencehub.resiliency_policies
WHERE region = 'us-east-1'

Permissions

To operate on the resiliency_policies resource, the following permissions are required:

Create

resiliencehub:CreateResiliencyPolicy,
resiliencehub:DescribeResiliencyPolicy,
resiliencehub:TagResource

List

resiliencehub:ListResiliencyPolicies