@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)", date="2023-01-25T18:29:03.465Z") public interface ClientVpnRouteProps extends 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 .clientVpnEndoint(clientVpnEndpoint) .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 |
getClientVpnEndoint()
Deprecated.
Use `clientVpnEndpoint` instead
|
default IClientVpnEndpoint |
getClientVpnEndpoint()
The client VPN endpoint to which to add the route.
|
getCidr, getDescription, getTarget
@Deprecated default IClientVpnEndpoint getClientVpnEndoint()
Default: clientVpnEndpoint is required
default IClientVpnEndpoint getClientVpnEndpoint()
Default: clientVpnEndpoint is required
static ClientVpnRouteProps.Builder builder()
builder
in interface ClientVpnRouteOptions
ClientVpnRouteProps.Builder
of ClientVpnRouteProps