Interface CfnQueuePropsMixin.IWindowsUserProperty
The Windows user details.
Namespace: Amazon.CDK.Mixins.Preview.AWS.Deadline.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnQueuePropsMixin.IWindowsUserProperty
Syntax (vb)
Public Interface CfnQueuePropsMixin.IWindowsUserProperty
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.Mixins.Preview.AWS.Deadline.Mixins;
var windowsUserProperty = new WindowsUserProperty {
PasswordArn = "passwordArn",
User = "user"
};
Synopsis
Properties
| PasswordArn | The password ARN for the Windows user. |
| User | The user. |
Properties
PasswordArn
The password ARN for the Windows user.
string? PasswordArn { get; }
Property Value
Remarks
User
The user.
string? User { get; }