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

Identifies the user for a job.

Syntax

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

JSON

{ "Posix" : PosixUser, "RunAs" : String, "Windows" : WindowsUser }

Properties

Posix

The user and group that the jobs in the queue run as.

Required: No

Type: PosixUser

Update requires: No interruption

RunAs

Specifies whether the job should run using the queue's system user or if the job should run using the worker agent system user.

Required: Yes

Type: String

Allowed values: QUEUE_CONFIGURED_USER | WORKER_AGENT_USER

Update requires: No interruption

Windows

Identifies a Microsoft Windows user.

Required: No

Type: WindowsUser

Update requires: No interruption