interface DirectoryServiceAuthenticationRequestProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.EC2.CfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsec2#CfnClientVpnEndpointPropsMixin_DirectoryServiceAuthenticationRequestProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty |
Python | aws_cdk.cfn_property_mixins.aws_ec2.CfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_ec2 » 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 { aws_ec2 as ec2 } from '@aws-cdk/cfn-property-mixins';
const directoryServiceAuthenticationRequestProperty: ec2.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