aws-cdk-lib.aws_route53recoverycontrol.CfnClusterProps

interface CfnClusterProps

LanguageType name
.NETAmazon.CDK.AWS.Route53RecoveryControl.CfnClusterProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsroute53recoverycontrol#CfnClusterProps
Javasoftware.amazon.awscdk.services.route53recoverycontrol.CfnClusterProps
Pythonaws_cdk.aws_route53recoverycontrol.CfnClusterProps
TypeScript aws-cdk-lib » aws_route53recoverycontrol » CfnClusterProps

Properties for defining a CfnCluster.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_route53recoverycontrol as route53recoverycontrol } from 'aws-cdk-lib';
const cfnClusterProps: route53recoverycontrol.CfnClusterProps = {
  name: 'name',

  // the properties below are optional
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
namestringName of the cluster.
tags?CfnTag[]The value for a tag.

name

Type: string

Name of the cluster.

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


tags?

Type: CfnTag[] (optional)

The value for a tag.