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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnRoute.DefaultRouteInputProperty
static final class
An implementation forCfnRoute.DefaultRouteInputProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
If set toACTIVE
, traffic is forwarded to this route’s service after the route is created.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getActivationState
If set toACTIVE
, traffic is forwarded to this route’s service after the route is created. -
builder
-