| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
TransportProtocol |
ClientVpnEndpointProps.Jsii$Proxy.getTransportProtocol() |
default TransportProtocol |
ClientVpnEndpointOptions.getTransportProtocol()
(experimental) The transport protocol to be used by the VPN session.
|
TransportProtocol |
ClientVpnEndpointOptions.Jsii$Proxy.getTransportProtocol() |
static TransportProtocol |
TransportProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportProtocol[] |
TransportProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ClientVpnEndpointProps.Builder |
ClientVpnEndpointProps.Builder.transportProtocol(TransportProtocol transportProtocol)
Sets the value of
ClientVpnEndpointOptions.getTransportProtocol() |
ClientVpnEndpoint.Builder |
ClientVpnEndpoint.Builder.transportProtocol(TransportProtocol transportProtocol)
(experimental) The transport protocol to be used by the VPN session.
|
ClientVpnEndpointOptions.Builder |
ClientVpnEndpointOptions.Builder.transportProtocol(TransportProtocol transportProtocol)
Sets the value of
ClientVpnEndpointOptions.getTransportProtocol() |
| Constructor and Description |
|---|
Jsii$Proxy(IVpc vpc,
String cidr,
String serverCertificateArn,
Boolean authorizeAllUsersToVpcCidr,
String clientCertificateArn,
IClientVpnConnectionHandler clientConnectionHandler,
String description,
List<String> dnsServers,
Boolean logging,
ILogGroup logGroup,
ILogStream logStream,
VpnPort port,
List<? extends ISecurityGroup> securityGroups,
Boolean selfServicePortal,
Boolean splitTunnel,
TransportProtocol transportProtocol,
ClientVpnUserBasedAuthentication userBasedAuthentication,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
ClientVpnEndpointProps.Builder. |
Jsii$Proxy(String cidr,
String serverCertificateArn,
Boolean authorizeAllUsersToVpcCidr,
String clientCertificateArn,
IClientVpnConnectionHandler clientConnectionHandler,
String description,
List<String> dnsServers,
Boolean logging,
ILogGroup logGroup,
ILogStream logStream,
VpnPort port,
List<? extends ISecurityGroup> securityGroups,
Boolean selfServicePortal,
Boolean splitTunnel,
TransportProtocol transportProtocol,
ClientVpnUserBasedAuthentication userBasedAuthentication,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
ClientVpnEndpointOptions.Builder. |
Copyright © 2021. All rights reserved.