AWS Fundamentals Logo
AWS Fundamentals
AWS::ResilienceHubV2::Policy

ResilienceHubV2 Policy

Creates a resilience policy that defines availability and disaster recovery requirements.

Properties

8 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
AvailabilitySlo
AvailabilitySlo
DataRecovery
DataRecoveryTargets
Description
string
KmsKeyId
string
Create-onlyWrite-only
MultiAz
MultiAzTargets
MultiRegion
MultiRegionTargets
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AssociatedServiceCountintegerThe number of services associated with this policy.
CreatedAtstringThe timestamp when the policy was created.
PolicyArnstringThe ARN of the policy.
UpdatedAtstringThe timestamp when the policy was last updated.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ResilienceHubV2::Policy

Resources:
  MyResource:
    Type: AWS::ResilienceHubV2::Policy
    Properties:
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

resiliencehub:CreatePolicyresiliencehub:GetPolicyresiliencehub:TagResourceresiliencehub:ListTagsForResourcekms:DescribeKeykms:GenerateDataKeykms:Decryptkms:Encryptkms:CreateGrantkms:RetireGrant

read

resiliencehub:GetPolicyresiliencehub:ListTagsForResourcekms:Decryptkms:DescribeKey

update

resiliencehub:UpdatePolicyresiliencehub:GetPolicyresiliencehub:TagResourceresiliencehub:UntagResourceresiliencehub:ListTagsForResourcekms:Decryptkms:DescribeKeykms:GenerateDataKeykms:Encryptkms:CreateGrantkms:RetireGrant

delete

resiliencehub:DeletePolicyresiliencehub:GetPolicykms:Decryptkms:DescribeKeykms:RetireGrantkms:GenerateDataKeykms:Encryptkms:CreateGrant

list

resiliencehub:ListPolicies

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceResilienceHubV2
Properties12
Required1
TaggingSupported
Primary IDPolicyArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

NameKmsKeyId

External Links