AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Deadline::QueueLimitAssociation

CfnQueueLimitAssociation

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.

Import

import { CfnQueueLimitAssociation } from 'aws-cdk-lib/aws-deadline';

Or use the module namespace:

import * as deadline from 'aws-cdk-lib/aws-deadline';
// deadline.CfnQueueLimitAssociation

Properties

Configuration passed to the constructor as CfnQueueLimitAssociationProps.

farmIdRequired
string

The unique identifier of the farm that contains the queue-limit association.

limitIdRequired
string

The unique identifier of the limit in the association.

queueIdRequired
string

The unique identifier of the queue in the association.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-deadline
CFN TypeAWS::Deadline::QueueLimitAssociation
Properties3

External Links