interface RoutingControlReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Route53RecoveryControl.RoutingControlReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsroute53recoverycontrol#RoutingControlReference |
![]() | software.amazon.awscdk.services.route53recoverycontrol.RoutingControlReference |
![]() | aws_cdk.aws_route53recoverycontrol.RoutingControlReference |
![]() | aws-cdk-lib » 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 route53recoverycontrol } from 'aws-cdk-lib';
const routingControlReference: 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.