Interface CfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty.Jsii$Proxy
- Enclosing class:
CfnClientVpnEndpointPropsMixin
@Stability(Stable)
public static interface CfnClientVpnEndpointPropsMixin.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.cfnpropertymixins.services.ec2.*;
DirectoryServiceAuthenticationRequestProperty directoryServiceAuthenticationRequestProperty = DirectoryServiceAuthenticationRequestProperty.builder()
.directoryId("directoryId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty -
Method Summary
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 CfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty.Builder builder()
-