| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IClientVpnEndpoint.Jsii$Default
Internal default implementation for
IClientVpnEndpoint. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientVpnEndpoint
A client VPN connnection.
|
static class |
IClientVpnEndpoint.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IClientVpnEndpoint |
ClientVpnEndpoint.fromEndpointAttributes(software.constructs.Construct scope,
String id,
ClientVpnEndpointAttributes attrs)
Import an existing client VPN endpoint.
|
default IClientVpnEndpoint |
ClientVpnAuthorizationRuleProps.getClientVpnEndpoint()
The client VPN endpoint to which to add the rule.
|
IClientVpnEndpoint |
ClientVpnAuthorizationRuleProps.Jsii$Proxy.getClientVpnEndpoint() |
default IClientVpnEndpoint |
ClientVpnRouteProps.getClientVpnEndpoint()
The client VPN endpoint to which to add the route.
|
IClientVpnEndpoint |
ClientVpnRouteProps.Jsii$Proxy.getClientVpnEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
ClientVpnAuthorizationRule.Builder |
ClientVpnAuthorizationRule.Builder.clientVpnEndpoint(IClientVpnEndpoint clientVpnEndpoint)
The client VPN endpoint to which to add the rule.
|
ClientVpnAuthorizationRuleProps.Builder |
ClientVpnAuthorizationRuleProps.Builder.clientVpnEndpoint(IClientVpnEndpoint clientVpnEndpoint)
Sets the value of
ClientVpnAuthorizationRuleProps.getClientVpnEndpoint() |
ClientVpnRoute.Builder |
ClientVpnRoute.Builder.clientVpnEndpoint(IClientVpnEndpoint clientVpnEndpoint)
The client VPN endpoint to which to add the route.
|
ClientVpnRouteProps.Builder |
ClientVpnRouteProps.Builder.clientVpnEndpoint(IClientVpnEndpoint clientVpnEndpoint)
Sets the value of
ClientVpnRouteProps.getClientVpnEndpoint() |
Copyright © 2022. All rights reserved.