AWS::Route53RecoveryControl::ControlPanelCreates 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 { CfnControlPanel } from 'aws-cdk-lib/aws-route53recoverycontrol';Or use the module namespace:
import * as route53recoverycontrol from 'aws-cdk-lib/aws-route53recoverycontrol';
// route53recoverycontrol.CfnControlPanelConfiguration passed to the constructor as CfnControlPanelProps.
nameRequiredstringThe name of the control panel. You can use any non-white space character in the name.
clusterArnOptionalstring | IClusterRefThe Amazon Resource Name (ARN) of the cluster for the control panel.
tagsOptionalCfnTag[]The tags associated with the control panel.
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::ControlPanel