@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.406Z") @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 © 2022. All rights reserved.