Show / Hide Table of Contents

Class CfnStudioComponent.ActiveDirectoryComputerAttributeProperty

Inheritance
object
CfnStudioComponent.ActiveDirectoryComputerAttributeProperty
Implements
CfnStudioComponent.IActiveDirectoryComputerAttributeProperty
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.ActiveDirectoryComputerAttributeProperty : CfnStudioComponent.IActiveDirectoryComputerAttributeProperty
Syntax (vb)
Public Class CfnStudioComponent.ActiveDirectoryComputerAttributeProperty Implements CfnStudioComponent.IActiveDirectoryComputerAttributeProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-activedirectorycomputerattribute.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 activeDirectoryComputerAttributeProperty = new ActiveDirectoryComputerAttributeProperty {
                 Name = "name",
                 Value = "value"
             };

Synopsis

Constructors

ActiveDirectoryComputerAttributeProperty()

Properties

Name
Value

Constructors

ActiveDirectoryComputerAttributeProperty()

public ActiveDirectoryComputerAttributeProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-activedirectorycomputerattribute.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 activeDirectoryComputerAttributeProperty = new ActiveDirectoryComputerAttributeProperty {
                 Name = "name",
                 Value = "value"
             };

Properties

Name

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

string

Remarks

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

Value

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

string

Remarks

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

Implements

CfnStudioComponent.IActiveDirectoryComputerAttributeProperty
Back to top Generated by DocFX