interface ArcRoutingControlStateProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.ARCRegionSwitch.Mixins.CfnPlanPropsMixin.ArcRoutingControlStateProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsarcregionswitch/mixins#CfnPlanPropsMixin_ArcRoutingControlStateProperty |
Java | software.amazon.awscdk.mixins.preview.services.arcregionswitch.mixins.CfnPlanPropsMixin.ArcRoutingControlStateProperty |
Python | aws_cdk.mixins_preview.aws_arcregionswitch.mixins.CfnPlanPropsMixin.ArcRoutingControlStateProperty |
TypeScript | @aws-cdk/mixins-preview » aws_arcregionswitch » mixins » CfnPlanPropsMixin » ArcRoutingControlStateProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as arcregionswitch_mixins } from '@aws-cdk/mixins-preview/aws-arcregionswitch';
const arcRoutingControlStateProperty: arcregionswitch_mixins.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