interface DirectoryServiceAuthenticationRequestProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins.CfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsec2/mixins#CfnClientVpnEndpointPropsMixin_DirectoryServiceAuthenticationRequestProperty |
Java | software.amazon.awscdk.mixins.preview.services.ec2.mixins.CfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty |
Python | aws_cdk.mixins_preview.aws_ec2.mixins.CfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty |
TypeScript | @aws-cdk/mixins-preview » aws_ec2 » mixins » CfnClientVpnEndpointPropsMixin » 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 { mixins as ec2_mixins } from '@aws-cdk/mixins-preview/aws-ec2';
const directoryServiceAuthenticationRequestProperty: ec2_mixins.CfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty = {
directoryId: 'directoryId',
};
Properties
| Name | Type | Description |
|---|---|---|
| directory | string | The ID of the Active Directory to be used for authentication. |
directoryId?
Type:
string
(optional)
The ID of the Active Directory to be used for authentication.

.NET
Go
Java
Python
TypeScript