| 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()
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() |
ClientVpnEndpointOptions.Builder |
ClientVpnEndpointOptions.Builder.transportProtocol(TransportProtocol transportProtocol)
Sets the value of
ClientVpnEndpointOptions.getTransportProtocol() |
ClientVpnEndpoint.Builder |
ClientVpnEndpoint.Builder.transportProtocol(TransportProtocol transportProtocol)
The transport protocol to be used by the VPN session.
|
Copyright © 2022. All rights reserved.