AWS Fundamentals Logo
AWS Fundamentals
AWS::Route53RecoveryReadiness::ResourceSet

Route53RecoveryReadiness ResourceSet

Schema for the AWS Route53 Recovery Readiness ResourceSet Resource and API.

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Resources
Array<Resource>
Required
ResourceSetType
string
RequiredCreate-only
ResourceSetName
string
Create-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
ResourceSetArnstringThe Amazon Resource Name (ARN) of the resource set.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Route53RecoveryReadiness::ResourceSet

Resources:
  MyResource:
    Type: AWS::Route53RecoveryReadiness::ResourceSet
    Properties:
      ResourceSetType: "value"
      Resources: []
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

route53-recovery-readiness:CreateResourceSetroute53-recovery-readiness:GetResourceSetroute53-recovery-readiness:GetRecoveryGrouproute53-recovery-readiness:GetCellroute53-recovery-readiness:ListTagsForResourcesroute53-recovery-readiness:TagResource

read

route53-recovery-readiness:GetResourceSetroute53-recovery-readiness:ListTagsForResources

update

route53-recovery-readiness:UpdateResourceSetroute53-recovery-readiness:GetResourceSetroute53-recovery-readiness:GetRecoveryGrouproute53-recovery-readiness:GetCellroute53-recovery-readiness:ListTagsForResourcesroute53-recovery-readiness:TagResourceroute53-recovery-readiness:UntagResource

delete

route53-recovery-readiness:DeleteResourceSetroute53-recovery-readiness:GetResourceSet

list

route53-recovery-readiness:ListResourceSets

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

ServiceRoute53RecoveryReadiness
Properties5
Required2
TaggingSupported
Primary IDResourceSetName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

ResourceSetNameResourceSetType

External Links