| 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()
(experimental) 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() |
ClientVpnEndpoint.Builder |
ClientVpnEndpoint.Builder.port(VpnPort port)
(experimental) The port number to assign to the Client VPN endpoint for TCP and UDP traffic.
|
ClientVpnEndpointOptions.Builder |
ClientVpnEndpointOptions.Builder.port(VpnPort port)
Sets the value of
ClientVpnEndpointOptions.getPort() |
| 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.