Interface CfnRoute.DefaultRouteInputProperty

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

@Stability(Stable) public static interface CfnRoute.DefaultRouteInputProperty extends software.amazon.jsii.JsiiSerializable
The configuration for the default route type.

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.refactorspaces.*;
 DefaultRouteInputProperty defaultRouteInputProperty = DefaultRouteInputProperty.builder()
         .activationState("activationState")
         .build();