AWS::Deadline::Queue WindowsUser - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Deadline::Queue WindowsUser

The Windows user details.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "PasswordArn" : String, "User" : String }

YAML

PasswordArn: String User: String

Properties

PasswordArn

The password ARN for the Windows user.

Required: Yes

Type: String

Pattern: ^arn:(aws[a-zA-Z-]*):secretsmanager:[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\d{1}:\d{12}:secret:[a-zA-Z0-9-/_+=.@]{1,2028}$

Minimum: 20

Maximum: 2048

Update requires: No interruption

User

The user.

Required: Yes

Type: String

Pattern: ^[^"'/\[\]:;|=,+*?<>\s]*$

Minimum: 0

Maximum: 111

Update requires: No interruption