Interface CfnPlan.ArcRoutingControlStateProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPlan.ArcRoutingControlStateProperty.Jsii$Proxy
Enclosing class:
CfnPlan

@Stability(Stable) public static interface CfnPlan.ArcRoutingControlStateProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.arcregionswitch.*;
 ArcRoutingControlStateProperty arcRoutingControlStateProperty = ArcRoutingControlStateProperty.builder()
         .routingControlArn("routingControlArn")
         .state("state")
         .build();
 

See Also: