interface RoutingControlReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Route53RecoveryControl.RoutingControlReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsroute53recoverycontrol#RoutingControlReference |
Java | software.amazon.awscdk.interfaces.route53recoverycontrol.RoutingControlReference |
Python | aws_cdk.interfaces.aws_route53recoverycontrol.RoutingControlReference |
TypeScript | aws-cdk-lib » interfaces » aws_route53recoverycontrol » RoutingControlReference |
A reference to a RoutingControl resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_route53recoverycontrol as interfaces_aws_route53recoverycontrol } from 'aws-cdk-lib/interfaces';
const routingControlReference: interfaces_aws_route53recoverycontrol.RoutingControlReference = {
routingControlArn: 'routingControlArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| routing | string | The RoutingControlArn of the RoutingControl resource. |
routingControlArn
Type:
string
The RoutingControlArn of the RoutingControl resource.

.NET
Go
Java
Python
TypeScript