@Stability(value=Stable)
public static interface CfnRoute.DefaultRouteInputProperty
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.refactorspaces.*;
DefaultRouteInputProperty defaultRouteInputProperty = DefaultRouteInputProperty.builder()
.activationState("activationState")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRoute.DefaultRouteInputProperty.Builder
A builder for
CfnRoute.DefaultRouteInputProperty |
static class |
CfnRoute.DefaultRouteInputProperty.Jsii$Proxy
An implementation for
CfnRoute.DefaultRouteInputProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRoute.DefaultRouteInputProperty.Builder |
builder() |
String |
getActivationState()
If set to `ACTIVE` , traffic is forwarded to this route’s service after the route is created.
|
@Stability(value=Stable) @NotNull String getActivationState()
@Stability(value=Stable) static CfnRoute.DefaultRouteInputProperty.Builder builder()
Copyright © 2023. All rights reserved.