| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
RouterType |
AddRouteOptions.getRouterType()
(experimental) What type of router to route this traffic to.
|
RouterType |
AddRouteOptions.Jsii$Proxy.getRouterType() |
static RouterType |
RouterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RouterType[] |
RouterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AddRouteOptions.Builder |
AddRouteOptions.Builder.routerType(RouterType routerType)
Sets the value of
AddRouteOptions.getRouterType() |
| Constructor and Description |
|---|
Jsii$Proxy(String routerId,
RouterType routerType,
String destinationCidrBlock,
String destinationIpv6CidrBlock,
Boolean enablesInternetConnectivity)
Constructor that initializes the object based on literal property values passed by the
AddRouteOptions.Builder. |
Copyright © 2021. All rights reserved.