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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn 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.- See Also:
-
builder
@Stability(Stable) static CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty.Builder builder()
-