AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Route53RecoveryControl::Cluster

CfnCluster

Creates 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

import { CfnCluster } from 'aws-cdk-lib/aws-route53recoverycontrol';

Or use the module namespace:

import * as route53recoverycontrol from 'aws-cdk-lib/aws-route53recoverycontrol';
// route53recoverycontrol.CfnCluster

Properties

Configuration passed to the constructor as CfnClusterProps.

nameRequired
string

Name of the cluster. You can use any non-white space character in the name except the following: & > < ' (single quote) " (double quote) ; (semicolon).

networkTypeOptional
string

The network-type can either be IPV4 or DUALSTACK.

tagsOptional
CfnTag[]

The tags associated with the cluster.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-route53recoverycontrol
CFN TypeAWS::Route53RecoveryControl::Cluster
Properties3

External Links