@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.486Z") @Stability(value=Experimental) public interface AddRouteOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AddRouteOptions.Builder
A builder for
AddRouteOptions |
static class |
AddRouteOptions.Jsii$Proxy
An implementation for
AddRouteOptions |
| Modifier and Type | Method and Description |
|---|---|
static AddRouteOptions.Builder |
builder() |
default String |
getDestinationCidrBlock()
(experimental) IPv4 range this route applies to.
|
default String |
getDestinationIpv6CidrBlock()
(experimental) IPv6 range this route applies to.
|
default Boolean |
getEnablesInternetConnectivity()
(experimental) Whether this route will enable internet connectivity.
|
String |
getRouterId()
(experimental) The ID of the router.
|
RouterType |
getRouterType()
(experimental) What type of router to route this traffic to.
|
@Stability(value=Experimental) @NotNull String getRouterId()
Can be an instance ID, gateway ID, etc, depending on the router type.
@Stability(value=Experimental) @NotNull RouterType getRouterType()
@Stability(value=Experimental) @Nullable default String getDestinationCidrBlock()
Default: '0.0.0.0/0'
@Stability(value=Experimental) @Nullable default String getDestinationIpv6CidrBlock()
Default: - Uses IPv6
@Stability(value=Experimental) @Nullable default Boolean getEnablesInternetConnectivity()
If true, this route will be added before any AWS resources that depend on internet connectivity in the VPC will be created.
Default: false
@Stability(value=Experimental) static AddRouteOptions.Builder builder()
AddRouteOptions.Builder of AddRouteOptionsCopyright © 2021. All rights reserved.