AWS Fundamentals Logo
AWS Fundamentals
AWS::Route53RecoveryControl::Cluster

Route53RecoveryControl Cluster

AWS Route53 Recovery Control Cluster resource schema

Properties

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

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
NetworkType
string
Tags
Array<Tag>
Create-only

Return Values

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

AttributeTypeDescription
ClusterArnstringThe Amazon Resource Name (ARN) of the cluster.
ClusterEndpointsArray<ClusterEndpoint>Endpoints for the cluster.
StatusstringDeployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Route53RecoveryControl::Cluster

Resources:
  MyResource:
    Type: AWS::Route53RecoveryControl::Cluster
    Properties:
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

route53-recovery-control-config:CreateClusterroute53-recovery-control-config:DescribeClusterroute53-recovery-control-config:ListTagsForResourceroute53-recovery-control-config:TagResource

read

route53-recovery-control-config:DescribeClusterroute53-recovery-control-config:ListTagsForResource

delete

route53-recovery-control-config:DescribeClusterroute53-recovery-control-config:DeleteCluster

update

route53-recovery-control-config:DescribeClusterroute53-recovery-control-config:ListTagsForResourceroute53-recovery-control-config:UpdateCluster

list

route53-recovery-control-config:ListClusters

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

ServiceRoute53RecoveryControl
Properties6
Required1
TaggingSupported
Primary IDClusterArn

Supported Operations

CreateReadDeleteUpdateList

Immutable After Creation

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

NameTags

External Links