Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-queue-windowsuser.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.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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-queue-windowsuser.html#cfn-deadline-queue-windowsuser-passwordarn

User

The user.

string? User { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-queue-windowsuser.html#cfn-deadline-queue-windowsuser-user

Back to top Generated by DocFX