AWS Fundamentals Logo
AWS Fundamentals
AWS::Deadline::Queue

Deadline Queue

Definition of AWS::Deadline::Queue Resource Type

Properties

10 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
DisplayName
string
Required
FarmId
string
RequiredCreate-only
AllowedStorageProfileIds
Array<string>
DefaultBudgetAction
string
Description
string
JobAttachmentSettings
JobAttachmentSettings
JobRunAsUser
JobRunAsUser
RequiredFileSystemLocationNames
Array<string>
RoleArn
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
QueueIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Deadline::Queue

Resources:
  MyResource:
    Type: AWS::Deadline::Queue
    Properties:
      DisplayName: "my-displayname"
      FarmId: "my-farmid"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

deadline:CreateQueuedeadline:GetQueueiam:PassRoleidentitystore:ListGroupMembershipsForMemberlogs:CreateLogGroups3:ListBucketdeadline:TagResourcedeadline:ListTagsForResource

read

deadline:GetQueueidentitystore:ListGroupMembershipsForMemberdeadline:ListTagsForResource

update

deadline:UpdateQueuedeadline:GetQueueiam:PassRoleidentitystore:ListGroupMembershipsForMemberlogs:CreateLogGroups3:ListBucketdeadline:TagResourcedeadline:UntagResource

delete

deadline:DeleteQueuedeadline:GetQueueidentitystore:ListGroupMembershipsForMember

list

deadline:ListQueuesidentitystore:DescribeGroupidentitystore:DescribeUseridentitystore:ListGroupMembershipsForMember

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceDeadline
Properties12
Required2
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

FarmId

External Links