AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::PCS::Queue

CfnQueue

Creates an AWS PCS queue resource. For more information, see [Creating a queue in AWS PCS](https://docs.aws.amazon.com/pcs/latest/userguide/working-with_queues_create.html) in the *AWS PCS User Guide* .

Import

import { CfnQueue } from 'aws-cdk-lib/aws-pcs';

Or use the module namespace:

import * as pcs from 'aws-cdk-lib/aws-pcs';
// pcs.CfnQueue

Properties

Configuration passed to the constructor as CfnQueueProps.

clusterIdRequired
string

The ID of the cluster of the queue.

computeNodeGroupConfigurationsOptional
IResolvable | IResolvable | ComputeNodeGroupConfigurationProperty[]

The list of compute node group configurations associated with the queue. Queues assign jobs to associated compute node groups.

nameOptional
string

The name that identifies the queue.

slurmConfigurationOptional
IResolvable | SlurmConfigurationProperty

Additional options related to the Slurm scheduler.

tagsOptional
{ [key: string]: string }

1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.

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-pcs
CFN TypeAWS::PCS::Queue
Properties5

Related Constructs

External Links