AWS::PCS::QueueCreates 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 { CfnQueue } from 'aws-cdk-lib/aws-pcs';Or use the module namespace:
import * as pcs from 'aws-cdk-lib/aws-pcs';
// pcs.CfnQueueConfiguration passed to the constructor as CfnQueueProps.
clusterIdRequiredstringThe ID of the cluster of the queue.
computeNodeGroupConfigurationsOptionalIResolvable | IResolvable | ComputeNodeGroupConfigurationProperty[]The list of compute node group configurations associated with the queue. Queues assign jobs to associated compute node groups.
nameOptionalstringThe name that identifies the queue.
slurmConfigurationOptionalIResolvable | SlurmConfigurationPropertyAdditional 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.
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-pcsAWS::PCS::Queue