AWS Fundamentals Logo
AWS Fundamentals
AWS::Route53RecoveryReadiness::RecoveryGroup

Route53RecoveryReadiness RecoveryGroup

AWS Route53 Recovery Readiness Recovery Group Schema and API specifications.

Properties

3 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
Cells
Array<string>
RecoveryGroupName
string
Create-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
RecoveryGroupArnstringA collection of tags associated with a resource.

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::RecoveryGroup

Resources:
  MyResource:
    Type: AWS::Route53RecoveryReadiness::RecoveryGroup
    Properties:
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

route53-recovery-readiness:CreateRecoveryGrouproute53-recovery-readiness:GetRecoveryGrouproute53-recovery-readiness:GetCellroute53-recovery-readiness:ListTagsForResourcesroute53-recovery-readiness:TagResource

read

route53-recovery-readiness:GetRecoveryGrouproute53-recovery-readiness:ListTagsForResources

update

route53-recovery-readiness:UpdateRecoveryGrouproute53-recovery-readiness:GetRecoveryGrouproute53-recovery-readiness:GetCellroute53-recovery-readiness:ListTagsForResourcesroute53-recovery-readiness:TagResourceroute53-recovery-readiness:UntagResource

delete

route53-recovery-readiness:DeleteRecoveryGrouproute53-recovery-readiness:GetRecoveryGroup

list

route53-recovery-readiness:ListRecoveryGroups

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
Properties4
Required0
TaggingSupported
Primary IDRecoveryGroupName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

RecoveryGroupName

External Links