interface ArcRoutingControlStateProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ARCRegionSwitch.CfnPlanPropsMixin.ArcRoutingControlStateProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsarcregionswitch#CfnPlanPropsMixin_ArcRoutingControlStateProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.arcregionswitch.CfnPlanPropsMixin.ArcRoutingControlStateProperty |
Python | aws_cdk.cfn_property_mixins.aws_arcregionswitch.CfnPlanPropsMixin.ArcRoutingControlStateProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_arcregionswitch » CfnPlanPropsMixin » 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/cfn-property-mixins';
const arcRoutingControlStateProperty: arcregionswitch.CfnPlanPropsMixin.ArcRoutingControlStateProperty = {
routingControlArn: 'routingControlArn',
state: 'state',
};
Properties
| Name | Type | Description |
|---|---|---|
| routing | string | |
| state? | string |
routingControlArn?
Type:
string
(optional)
state?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript