AWS::Deadline::QueueFleetAssociationCreates an association between a queue and a fleet.
import { CfnQueueFleetAssociation } from 'aws-cdk-lib/aws-deadline';Or use the module namespace:
import * as deadline from 'aws-cdk-lib/aws-deadline';
// deadline.CfnQueueFleetAssociationConfiguration passed to the constructor as CfnQueueFleetAssociationProps.
farmIdRequiredstringThe identifier of the farm that contains the queue and the fleet.
fleetIdRequiredstringThe fleet ID.
queueIdRequiredstringThe queue ID.
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::QueueFleetAssociation