AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Route53RecoveryControl::RoutingControl

CfnRoutingControl

Creates 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

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnRoutingControlProps.

nameRequired
string

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

clusterArnOptional
string | IClusterRef

The Amazon Resource Name (ARN) of the cluster that hosts the routing control.

controlPanelArnOptional
string | IControlPanelRef

The Amazon Resource Name (ARN) of the control panel that includes the routing control.

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

External Links