AWS::Deadline::Queue PosixUser - AWS CloudFormation

AWS::Deadline::Queue PosixUser

The POSIX user.

Syntax

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