| 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
(experimental) 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)
(experimental) Import an existing client VPN endpoint.
|
IClientVpnEndpoint |
ClientVpnRouteProps.getClientVpnEndoint()
(experimental) The client VPN endpoint to which to add the route.
|
IClientVpnEndpoint |
ClientVpnRouteProps.Jsii$Proxy.getClientVpnEndoint() |
IClientVpnEndpoint |
ClientVpnAuthorizationRuleProps.getClientVpnEndoint()
(experimental) The client VPN endpoint to which to add the rule.
|
IClientVpnEndpoint |
ClientVpnAuthorizationRuleProps.Jsii$Proxy.getClientVpnEndoint() |
| Modifier and Type | Method and Description |
|---|---|
ClientVpnRoute.Builder |
ClientVpnRoute.Builder.clientVpnEndoint(IClientVpnEndpoint clientVpnEndoint)
(experimental) The client VPN endpoint to which to add the route.
|
ClientVpnRouteProps.Builder |
ClientVpnRouteProps.Builder.clientVpnEndoint(IClientVpnEndpoint clientVpnEndoint)
Sets the value of
ClientVpnRouteProps.getClientVpnEndoint() |
ClientVpnAuthorizationRuleProps.Builder |
ClientVpnAuthorizationRuleProps.Builder.clientVpnEndoint(IClientVpnEndpoint clientVpnEndoint)
Sets the value of
ClientVpnAuthorizationRuleProps.getClientVpnEndoint() |
ClientVpnAuthorizationRule.Builder |
ClientVpnAuthorizationRule.Builder.clientVpnEndoint(IClientVpnEndpoint clientVpnEndoint)
(experimental) The client VPN endpoint to which to add the rule.
|
| 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(IClientVpnEndpoint clientVpnEndoint,
String cidr,
String description,
String groupId)
Constructor that initializes the object based on literal property values passed by the
ClientVpnAuthorizationRuleProps.Builder. |
Copyright © 2021. All rights reserved.