Associates a limit with a particular queue. After the limit is associated, all workers
for jobs that specify the limit associated with the queue are subject to the limit. You
can't associate two limits with the same amountRequirementName
to the same
queue.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"Type" : "AWS::Deadline::QueueLimitAssociation",
"Properties" : {
"FarmId" : String
,
"LimitId" : String
,
"QueueId" : String
}
}
YAML
Type: AWS::Deadline::QueueLimitAssociation
Properties:
FarmId: String
LimitId: String
QueueId: String
Properties
FarmId
-
The unique identifier of the farm that contains the queue-limit association.
Required: Yes
Type: String
Pattern:
^farm-[0-9a-f]{32}$
Update requires: Replacement
LimitId
-
The unique identifier of the limit in the association.
Required: Yes
Type: String
Pattern:
^limit-[0-9a-f]{32}$
Update requires: Replacement
QueueId
-
The unique identifier of the queue in the association.
Required: Yes
Type: String
Pattern:
^queue-[0-9a-f]{32}$
Update requires: Replacement
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref
returns the unique identifier for the queue-limit association.