AWS::Route53RecoveryControl::RoutingControlCreates a routing control in Amazon Route 53 Application Recovery Controller. Routing control states are maintained on the highly reliable cluster data plane. To get or update the state of the routing control, you must specify a cluster endpoint, which is an endpoint URL and an AWS Region. For more information, see [Code examples](https://docs.aws.amazon.com/r53recovery/latest/dg/service_code_examples.html) in the Amazon Route 53 Application Recovery Controller Developer Guide.
import { CfnRoutingControl } from 'aws-cdk-lib/aws-route53recoverycontrol';Or use the module namespace:
import * as route53recoverycontrol from 'aws-cdk-lib/aws-route53recoverycontrol';
// route53recoverycontrol.CfnRoutingControlConfiguration passed to the constructor as CfnRoutingControlProps.
nameRequiredstringThe name of the routing control. You can use any non-white space character in the name.
clusterArnOptionalstring | IClusterRefThe Amazon Resource Name (ARN) of the cluster that hosts the routing control.
controlPanelArnOptionalstring | IControlPanelRefThe Amazon Resource Name (ARN) of the control panel that includes the routing control.
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::RoutingControl