AWS::Route53RecoveryControl::ClusterAWS Route53 Recovery Control Cluster resource schema
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
NetworkType | string | |
Tags | Array<Tag> | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ClusterArn | string | The Amazon Resource Name (ARN) of the cluster. |
ClusterEndpoints | Array<ClusterEndpoint> | Endpoints for the cluster. |
Status | string | Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION. |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
route53-recovery-control-config:CreateClusterroute53-recovery-control-config:DescribeClusterroute53-recovery-control-config:ListTagsForResourceroute53-recovery-control-config:TagResourceroute53-recovery-control-config:DescribeClusterroute53-recovery-control-config:ListTagsForResourceroute53-recovery-control-config:DescribeClusterroute53-recovery-control-config:DeleteClusterroute53-recovery-control-config:DescribeClusterroute53-recovery-control-config:ListTagsForResourceroute53-recovery-control-config:UpdateClusterroute53-recovery-control-config:ListClustersOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterClusterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameTags