aws-cdk-lib.aws_ec2.CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty

interface DirectoryServiceAuthenticationRequestProperty

LanguageType name
.NETAmazon.CDK.AWS.EC2.CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnClientVpnEndpoint_DirectoryServiceAuthenticationRequestProperty
Javasoftware.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty
Pythonaws_cdk.aws_ec2.CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty
TypeScript aws-cdk-lib » 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 { aws_ec2 as ec2 } from 'aws-cdk-lib';
const directoryServiceAuthenticationRequestProperty: ec2.CfnClientVpnEndpoint.DirectoryServiceAuthenticationRequestProperty = {
  directoryId: 'directoryId',
};

Properties

NameTypeDescription
directoryIdstringThe ID of the Active Directory to be used for authentication.

directoryId

Type: string

The ID of the Active Directory to be used for authentication.