AWS::Deadline::Queue WindowsUser - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Deadline::Queue WindowsUser

The Windows user details.

Syntax

To declare this entity in your 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