interface DirectoryServiceAuthenticationRequestProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.EC2.CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty | 
|  Java | software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty | 
|  Python | aws_cdk.aws_ec2.CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty | 
|  TypeScript | @aws-cdk/aws-ec2»CfnClientVpnEndpoint»DirectoryServiceAuthenticationRequestProperty | 
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 * as ec2 from '@aws-cdk/aws-ec2';
const directoryServiceAuthenticationRequestProperty: ec2.CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty = {
  directoryId: 'directoryId',
};
Properties
| Name | Type | Description | 
|---|---|---|
| directory | string | The ID of the Active Directory to be used for authentication. | 
directoryId
Type:
string
The ID of the Active Directory to be used for authentication.
