interface ArcRoutingControlStateProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ARCRegionSwitch.CfnPlan.ArcRoutingControlStateProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsarcregionswitch#CfnPlan_ArcRoutingControlStateProperty |
Java | software.amazon.awscdk.services.arcregionswitch.CfnPlan.ArcRoutingControlStateProperty |
Python | aws_cdk.aws_arcregionswitch.CfnPlan.ArcRoutingControlStateProperty |
TypeScript | 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

.NET
Go
Java
Python
TypeScript