| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
ClientVpnRouteTarget |
ClientVpnRouteProps.Jsii$Proxy.getTarget() |
ClientVpnRouteTarget |
ClientVpnRouteOptions.getTarget()
(experimental) The target for the route.
|
ClientVpnRouteTarget |
ClientVpnRouteOptions.Jsii$Proxy.getTarget() |
static ClientVpnRouteTarget |
ClientVpnRouteTarget.local()
(experimental) Local network.
|
static ClientVpnRouteTarget |
ClientVpnRouteTarget.subnet(ISubnet subnet)
(experimental) Subnet.
|
| Modifier and Type | Method and Description |
|---|---|
ClientVpnRoute.Builder |
ClientVpnRoute.Builder.target(ClientVpnRouteTarget target)
(experimental) The target for the route.
|
ClientVpnRouteProps.Builder |
ClientVpnRouteProps.Builder.target(ClientVpnRouteTarget target)
Sets the value of
ClientVpnRouteOptions.getTarget() |
ClientVpnRouteOptions.Builder |
ClientVpnRouteOptions.Builder.target(ClientVpnRouteTarget target)
Sets the value of
ClientVpnRouteOptions.getTarget() |
| Constructor and Description |
|---|
Jsii$Proxy(IClientVpnEndpoint clientVpnEndoint,
String cidr,
ClientVpnRouteTarget target,
String description)
Constructor that initializes the object based on literal property values passed by the
ClientVpnRouteProps.Builder. |
Jsii$Proxy(String cidr,
ClientVpnRouteTarget target,
String description)
Constructor that initializes the object based on literal property values passed by the
ClientVpnRouteOptions.Builder. |
Copyright © 2021. All rights reserved.