AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Route53RecoveryControl::ControlPanel

CfnControlPanel

Creates a new control panel in Amazon Route 53 Application Recovery Controller. A control panel represents a group of routing controls that can be changed together in a single transaction. You can use a control panel to centrally view the operational status of applications across your organization, and trigger multi-app failovers in a single transaction, for example, to fail over from one AWS Region (cell) to another.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnControlPanelProps.

nameRequired
string

The name of the control panel. You can use any non-white space character in the name.

clusterArnOptional
string | IClusterRef

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

tagsOptional
CfnTag[]

The tags associated with the control panel.

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::ControlPanel
Properties3

External Links