AWS::Deadline::Queue PosixUser - 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 PosixUser

The POSIX user.

Syntax

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

JSON

{ "Group" : String, "User" : String }

YAML

Group: String User: String

Properties

Group

The name of the POSIX user's group.

Required: Yes

Type: String

Pattern: ^(?:[a-z][a-z0-9-]{0,30})?$

Minimum: 0

Maximum: 31

Update requires: No interruption

User

The name of the POSIX user.

Required: Yes

Type: String

Pattern: ^(?:[a-z][a-z0-9-]{0,30})?$

Minimum: 0

Maximum: 31

Update requires: No interruption