AWS::Deadline::Queue JobRunAsUser - AWS CloudFormation

AWS::Deadline::Queue JobRunAsUser

Identifies the user for a job.

Syntax

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