Interface CfnRoutePropsMixin.DefaultRouteInputProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRoutePropsMixin.DefaultRouteInputProperty.Jsii$Proxy
- Enclosing class:
CfnRoutePropsMixin
@Stability(Stable)
public static interface CfnRoutePropsMixin.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.cfnpropertymixins.services.refactorspaces.*;
DefaultRouteInputProperty defaultRouteInputProperty = DefaultRouteInputProperty.builder()
.activationState("activationState")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRoutePropsMixin.DefaultRouteInputPropertystatic final classAn implementation forCfnRoutePropsMixin.DefaultRouteInputProperty -
Method Summary
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.- See Also:
-
builder
-