AWS::Route53RecoveryControl::ClusterCreates a cluster in Amazon Route 53 Application Recovery Controller. A cluster is a set of redundant Regional endpoints that you can run Route 53 ARC API calls against to update or get the state of one or more routing controls.
import { CfnCluster } from 'aws-cdk-lib/aws-route53recoverycontrol';Or use the module namespace:
import * as route53recoverycontrol from 'aws-cdk-lib/aws-route53recoverycontrol';
// route53recoverycontrol.CfnClusterConfiguration passed to the constructor as CfnClusterProps.
nameRequiredstringName of the cluster. You can use any non-white space character in the name except the following: & > < ' (single quote) " (double quote) ; (semicolon).
networkTypeOptionalstringThe network-type can either be IPV4 or DUALSTACK.
tagsOptionalCfnTag[]The tags associated with the cluster.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-route53recoverycontrolAWS::Route53RecoveryControl::Cluster