Class CfnStudioComponent.ActiveDirectoryComputerAttributeProperty
Inherited Members
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
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
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
Remarks
Value
public string? Value { get; set; }