Show / Hide Table of Contents

Interface CfnClientVpnEndpoint.IDirectoryServiceAuthenticationRequestProperty

Describes the Active Directory to be used for client authentication.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnClientVpnEndpoint.IDirectoryServiceAuthenticationRequestProperty
Syntax (vb)
Public Interface CfnClientVpnEndpoint.IDirectoryServiceAuthenticationRequestProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-directoryserviceauthenticationrequest.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.EC2;

             var directoryServiceAuthenticationRequestProperty = new DirectoryServiceAuthenticationRequestProperty {
                 DirectoryId = "directoryId"
             };

Synopsis

Properties

DirectoryId

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

Properties

DirectoryId

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

string DirectoryId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-directoryserviceauthenticationrequest.html#cfn-ec2-clientvpnendpoint-directoryserviceauthenticationrequest-directoryid

Back to top Generated by DocFX