Skip to main content

resiliency_policy

Gets an individual resiliency_policy resource

Overview

Nameresiliency_policy
TypeResource
Descriptionresiliency_policy
Idawscc.resiliencehub.resiliency_policy

Fields

NameDatatypeDescription
policy_namestringName of Resiliency Policy.
policy_descriptionstringDescription of Resiliency Policy.
data_location_constraintstringData Location Constraint of the Policy.
tierstringResiliency Policy Tier.
policyobject
policy_arnstringAmazon Resource Name (ARN) of the Resiliency Policy.
tagsobject
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
policy_name,
policy_description,
data_location_constraint,
tier,
policy,
policy_arn,
tags
FROM awscc.resiliencehub.resiliency_policy
WHERE data__Identifier = '<PolicyArn>';

Permissions

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

Update

resiliencehub:DescribeResiliencyPolicy,
resiliencehub:UpdateResiliencyPolicy,
resiliencehub:TagResource,
resiliencehub:UntagResource,
resiliencehub:ListTagsForResource

Read

resiliencehub:DescribeResiliencyPolicy,
resiliencehub:ListTagsForResource

Delete

resiliencehub:DeleteResiliencyPolicy,
resiliencehub:UntagResource