Show / Hide Table of Contents

Class CfnStudioComponent.ActiveDirectoryConfigurationProperty

Inheritance
object
CfnStudioComponent.ActiveDirectoryConfigurationProperty
Implements
CfnStudioComponent.IActiveDirectoryConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.NimbleStudio
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnStudioComponent.ActiveDirectoryConfigurationProperty : CfnStudioComponent.IActiveDirectoryConfigurationProperty
Syntax (vb)
Public Class CfnStudioComponent.ActiveDirectoryConfigurationProperty Implements CfnStudioComponent.IActiveDirectoryConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-activedirectoryconfiguration.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.NimbleStudio;

             var activeDirectoryConfigurationProperty = new ActiveDirectoryConfigurationProperty {
                 ComputerAttributes = new [] { new ActiveDirectoryComputerAttributeProperty {
                     Name = "name",
                     Value = "value"
                 } },
                 DirectoryId = "directoryId",
                 OrganizationalUnitDistinguishedName = "organizationalUnitDistinguishedName"
             };

Synopsis

Constructors

ActiveDirectoryConfigurationProperty()

Properties

ComputerAttributes
DirectoryId
OrganizationalUnitDistinguishedName

Constructors

ActiveDirectoryConfigurationProperty()

public ActiveDirectoryConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-activedirectoryconfiguration.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.NimbleStudio;

             var activeDirectoryConfigurationProperty = new ActiveDirectoryConfigurationProperty {
                 ComputerAttributes = new [] { new ActiveDirectoryComputerAttributeProperty {
                     Name = "name",
                     Value = "value"
                 } },
                 DirectoryId = "directoryId",
                 OrganizationalUnitDistinguishedName = "organizationalUnitDistinguishedName"
             };

Properties

ComputerAttributes

public object? ComputerAttributes { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-activedirectoryconfiguration.html#cfn-nimblestudio-studiocomponent-activedirectoryconfiguration-computerattributes

DirectoryId

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-activedirectoryconfiguration.html#cfn-nimblestudio-studiocomponent-activedirectoryconfiguration-directoryid

OrganizationalUnitDistinguishedName

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-activedirectoryconfiguration.html#cfn-nimblestudio-studiocomponent-activedirectoryconfiguration-organizationalunitdistinguishedname

Implements

CfnStudioComponent.IActiveDirectoryConfigurationProperty
Back to top Generated by DocFX