Show / Hide Table of Contents

Class CfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty

Describes the Active Directory to be used for client authentication.

Inheritance
object
CfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty
Implements
CfnClientVpnEndpointPropsMixin.IDirectoryServiceAuthenticationRequestProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty : CfnClientVpnEndpointPropsMixin.IDirectoryServiceAuthenticationRequestProperty
Syntax (vb)
Public Class CfnClientVpnEndpointPropsMixin.DirectoryServiceAuthenticationRequestProperty Implements CfnClientVpnEndpointPropsMixin.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.Mixins.Preview.AWS.EC2.Mixins;

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

Synopsis

Constructors

DirectoryServiceAuthenticationRequestProperty()

Describes the Active Directory to be used for client authentication.

Properties

DirectoryId

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

Constructors

DirectoryServiceAuthenticationRequestProperty()

Describes the Active Directory to be used for client authentication.

public DirectoryServiceAuthenticationRequestProperty()
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.Mixins.Preview.AWS.EC2.Mixins;

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

Properties

DirectoryId

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

public string? DirectoryId { get; set; }
Property Value

string

Remarks

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

Implements

CfnClientVpnEndpointPropsMixin.IDirectoryServiceAuthenticationRequestProperty
Back to top Generated by DocFX