aws-cdk-lib.aws_route53recoverycontrol.CfnControlPanelProps

interface CfnControlPanelProps

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

Properties for defining a CfnControlPanel.

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 cfnControlPanelProps: route53recoverycontrol.CfnControlPanelProps = {
  name: 'name',

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

Properties

NameTypeDescription
namestringThe name of the control panel.
clusterArn?stringThe Amazon Resource Name (ARN) of the cluster for the control panel.
tags?CfnTag[]The value for a tag.

name

Type: string

The name of the control panel.

You can use any non-white space character in the name.


clusterArn?

Type: string (optional)

The Amazon Resource Name (ARN) of the cluster for the control panel.


tags?

Type: CfnTag[] (optional)

The value for a tag.