| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
VpnPort |
ClientVpnEndpointProps.Jsii$Proxy.getPort() |
default VpnPort |
ClientVpnEndpointOptions.getPort()
The port number to assign to the Client VPN endpoint for TCP and UDP traffic.
|
VpnPort |
ClientVpnEndpointOptions.Jsii$Proxy.getPort() |
static VpnPort |
VpnPort.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VpnPort[] |
VpnPort.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.port(VpnPort port)
Sets the value of
ClientVpnEndpointOptions.getPort() |
ClientVpnEndpointOptions.Builder |
ClientVpnEndpointOptions.Builder.port(VpnPort port)
Sets the value of
ClientVpnEndpointOptions.getPort() |
ClientVpnEndpoint.Builder |
ClientVpnEndpoint.Builder.port(VpnPort port)
The port number to assign to the Client VPN endpoint for TCP and UDP traffic.
|
Copyright © 2022. All rights reserved.