interface ArcRoutingControlStateProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_arcregionswitch.CfnPlan.ArcRoutingControlStateProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsarcregionswitch#CfnPlan_ArcRoutingControlStateProperty |
![]() | software.amazon.awscdk.services.arcregionswitch.CfnPlan.ArcRoutingControlStateProperty |
![]() | aws_cdk.aws_arcregionswitch.CfnPlan.ArcRoutingControlStateProperty |
![]() | aws-cdk-lib » aws_arcregionswitch » CfnPlan » ArcRoutingControlStateProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_arcregionswitch as arcregionswitch } from 'aws-cdk-lib';
const arcRoutingControlStateProperty: arcregionswitch.CfnPlan.ArcRoutingControlStateProperty = {
routingControlArn: 'routingControlArn',
state: 'state',
};
Properties
Name | Type | Description |
---|---|---|
routing | string | |
state | string |
routingControlArn
Type:
string
state
Type:
string