Interface CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty.Jsii$Proxy
- Enclosing class:
- CfnClientVpnEndpoint
@Stability(Stable)
public static interface CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty
extends software.amazon.jsii.JsiiSerializable
Describes the Active Directory to be used for client authentication.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The ID of the Active Directory to be used for authentication.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDirectoryId
The ID of the Active Directory to be used for authentication. -
builder
@Stability(Stable) static CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty.Builder builder()
-