AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Deadline::QueueFleetAssociation

CfnQueueFleetAssociation

Creates an association between a queue and a fleet.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnQueueFleetAssociationProps.

farmIdRequired
string

The identifier of the farm that contains the queue and the fleet.

fleetIdRequired
string

The fleet ID.

queueIdRequired
string

The queue ID.

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::QueueFleetAssociation
Properties3

External Links