AWS::Deadline::QueueDefinition of AWS::Deadline::Queue Resource Type
10 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
QueueId | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
deadline:CreateQueuedeadline:GetQueueiam:PassRoleidentitystore:ListGroupMembershipsForMemberlogs:CreateLogGroups3:ListBucketdeadline:TagResourcedeadline:ListTagsForResourcedeadline:GetQueueidentitystore:ListGroupMembershipsForMemberdeadline:ListTagsForResourcedeadline:UpdateQueuedeadline:GetQueueiam:PassRoleidentitystore:ListGroupMembershipsForMemberlogs:CreateLogGroups3:ListBucketdeadline:TagResourcedeadline:UntagResourcedeadline:DeleteQueuedeadline:GetQueueidentitystore:ListGroupMembershipsForMemberdeadline:ListQueuesidentitystore:DescribeGroupidentitystore:DescribeUseridentitystore:ListGroupMembershipsForMemberOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
FarmId