Uses of Class
software.amazon.awscdk.services.ec2.ClientVpnEndpointProps.Builder
-
Uses of ClientVpnEndpointProps.Builder in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptionClientVpnEndpointProps.Builder.authorizeAllUsersToVpcCidr
(Boolean authorizeAllUsersToVpcCidr) Sets the value ofClientVpnEndpointOptions.getAuthorizeAllUsersToVpcCidr()
ClientVpnEndpointProps.builder()
Sets the value ofClientVpnEndpointOptions.getCidr()
ClientVpnEndpointProps.Builder.clientCertificateArn
(String clientCertificateArn) Sets the value ofClientVpnEndpointOptions.getClientCertificateArn()
ClientVpnEndpointProps.Builder.clientConnectionHandler
(IClientVpnConnectionHandler clientConnectionHandler) Sets the value ofClientVpnEndpointOptions.getClientConnectionHandler()
ClientVpnEndpointProps.Builder.clientLoginBanner
(String clientLoginBanner) Sets the value ofClientVpnEndpointOptions.getClientLoginBanner()
ClientVpnEndpointProps.Builder.description
(String description) Sets the value ofClientVpnEndpointOptions.getDescription()
ClientVpnEndpointProps.Builder.dnsServers
(List<String> dnsServers) Sets the value ofClientVpnEndpointOptions.getDnsServers()
Sets the value ofClientVpnEndpointOptions.getLogging()
Sets the value ofClientVpnEndpointOptions.getLogGroup()
ClientVpnEndpointProps.Builder.logStream
(ILogStream logStream) Sets the value ofClientVpnEndpointOptions.getLogStream()
Sets the value ofClientVpnEndpointOptions.getPort()
ClientVpnEndpointProps.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) Sets the value ofClientVpnEndpointOptions.getSecurityGroups()
ClientVpnEndpointProps.Builder.selfServicePortal
(Boolean selfServicePortal) Sets the value ofClientVpnEndpointOptions.getSelfServicePortal()
ClientVpnEndpointProps.Builder.serverCertificateArn
(String serverCertificateArn) Sets the value ofClientVpnEndpointOptions.getServerCertificateArn()
ClientVpnEndpointProps.Builder.sessionTimeout
(ClientVpnSessionTimeout sessionTimeout) Sets the value ofClientVpnEndpointOptions.getSessionTimeout()
ClientVpnEndpointProps.Builder.splitTunnel
(Boolean splitTunnel) Sets the value ofClientVpnEndpointOptions.getSplitTunnel()
ClientVpnEndpointProps.Builder.transportProtocol
(TransportProtocol transportProtocol) Sets the value ofClientVpnEndpointOptions.getTransportProtocol()
ClientVpnEndpointProps.Builder.userBasedAuthentication
(ClientVpnUserBasedAuthentication userBasedAuthentication) Sets the value ofClientVpnEndpointOptions.getUserBasedAuthentication()
Sets the value ofClientVpnEndpointProps.getVpc()
ClientVpnEndpointProps.Builder.vpcSubnets
(SubnetSelection vpcSubnets) Sets the value ofClientVpnEndpointOptions.getVpcSubnets()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ClientVpnEndpointProps.Builder builder) Constructor that initializes the object based on literal property values passed by theClientVpnEndpointProps.Builder
.