@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:17.045Z") @Stability(value=Stable) public interface ClientVpnRouteProps extends software.amazon.jsii.JsiiSerializable, ClientVpnRouteOptions
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.ec2.*;
ClientVpnEndpoint clientVpnEndpoint;
ClientVpnRouteTarget clientVpnRouteTarget;
ClientVpnRouteProps clientVpnRouteProps = ClientVpnRouteProps.builder()
.cidr("cidr")
.target(clientVpnRouteTarget)
// the properties below are optional
.clientVpnEndpoint(clientVpnEndpoint)
.description("description")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClientVpnRouteProps.Builder
A builder for
ClientVpnRouteProps |
static class |
ClientVpnRouteProps.Jsii$Proxy
An implementation for
ClientVpnRouteProps |
| Modifier and Type | Method and Description |
|---|---|
static ClientVpnRouteProps.Builder |
builder() |
default IClientVpnEndpoint |
getClientVpnEndpoint()
The client VPN endpoint to which to add the route.
|
getCidr, getDescription, getTarget@Stability(value=Stable) @Nullable default IClientVpnEndpoint getClientVpnEndpoint()
Default: clientVpnEndpoint is required
@Stability(value=Stable) static ClientVpnRouteProps.Builder builder()
builder in interface ClientVpnRouteOptionsClientVpnRouteProps.Builder of ClientVpnRoutePropsCopyright © 2021. All rights reserved.