Package | Description |
---|---|
software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
Modifier and Type | Method and Description |
---|---|
static ClientVpnUserBasedAuthentication |
ClientVpnUserBasedAuthentication.activeDirectory(String directoryId)
(experimental) Active Directory authentication.
|
static ClientVpnUserBasedAuthentication |
ClientVpnUserBasedAuthentication.federated(ISamlProvider samlProvider)
(experimental) Federated authentication.
|
static ClientVpnUserBasedAuthentication |
ClientVpnUserBasedAuthentication.federated(ISamlProvider samlProvider,
ISamlProvider selfServiceSamlProvider)
(experimental) Federated authentication.
|
default ClientVpnUserBasedAuthentication |
ClientVpnEndpointOptions.getUserBasedAuthentication()
(experimental) The type of user-based authentication to use.
|
ClientVpnUserBasedAuthentication |
ClientVpnEndpointOptions.Jsii$Proxy.getUserBasedAuthentication() |
ClientVpnUserBasedAuthentication |
ClientVpnEndpointProps.Jsii$Proxy.getUserBasedAuthentication() |
Modifier and Type | Method and Description |
---|---|
ClientVpnEndpointOptions.Builder |
ClientVpnEndpointOptions.Builder.userBasedAuthentication(ClientVpnUserBasedAuthentication userBasedAuthentication)
Sets the value of
ClientVpnEndpointOptions.getUserBasedAuthentication() |
ClientVpnEndpoint.Builder |
ClientVpnEndpoint.Builder.userBasedAuthentication(ClientVpnUserBasedAuthentication userBasedAuthentication)
(experimental) The type of user-based authentication to use.
|
ClientVpnEndpointProps.Builder |
ClientVpnEndpointProps.Builder.userBasedAuthentication(ClientVpnUserBasedAuthentication userBasedAuthentication)
Sets the value of
ClientVpnEndpointOptions.getUserBasedAuthentication() |
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.