AWS::Deadline::QueueLimitAssociationAssociates 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.
import { CfnQueueLimitAssociation } from 'aws-cdk-lib/aws-deadline';Or use the module namespace:
import * as deadline from 'aws-cdk-lib/aws-deadline';
// deadline.CfnQueueLimitAssociationConfiguration passed to the constructor as CfnQueueLimitAssociationProps.
farmIdRequiredstringThe unique identifier of the farm that contains the queue-limit association.
limitIdRequiredstringThe unique identifier of the limit in the association.
queueIdRequiredstringThe unique identifier of the queue in the association.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-deadlineAWS::Deadline::QueueLimitAssociation