public static interface CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ec2.*; DirectoryServiceAuthenticationRequestProperty directoryServiceAuthenticationRequestProperty = DirectoryServiceAuthenticationRequestProperty.builder() .directoryId("directoryId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty.Builder
|
static class |
CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty.Jsii$Proxy
An implementation for
CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty |
Modifier and Type | Method and Description |
---|---|
static CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty.Builder |
builder() |
java.lang.String |
getDirectoryId()
The ID of the Active Directory to be used for authentication.
|