@Stability(value=Stable)
public static interface CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getDirectoryId()
The ID of the Active Directory to be used for authentication.
|
@Stability(value=Stable) @NotNull String getDirectoryId()
@Stability(value=Stable) static CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty.Builder builder()
Copyright © 2022. All rights reserved.