---
type: resource-type
title: PCSQueue
description: aws resource type AWS::PCS::Queue
name: PCSQueue
lexicon: aws
resource_type: AWS::PCS::Queue
---
`AWS::PCS::Queue`, a resource type of the aws lexicon.

## Properties

- `ClusterId` (`string`, required): The ID of the cluster of the queue.
- `Arn` (`string`, optional): The unique Amazon Resource Name (ARN) of the queue.
- `ComputeNodeGroupConfigurations` (`PCSQueue_ComputeNodeGroupConfiguration[]`, optional): The list of compute node group configurations associated with the queue. Queues assign jobs to associated compute node groups.
- `ErrorInfo` (`PCSQueue_ErrorInfo[]`, optional): The list of errors that occurred during queue provisioning.
- `Id` (`string`, optional): The generated unique ID of the queue.
- `Name` (`string`, optional): The name that identifies the queue.
- `SlurmConfiguration` (`Record<string, unknown>`, optional): The Slurm configuration for the queue.
- `Status` (`"ACTIVE" | "CREATE_FAILED" | "CREATING" | "DELETE_FAILED" | "DELETING" | "UPDATE_FAILED" | "UPDATING"`, optional): The provisioning status of the queue. The provisioning status doesn't indicate the overall health of the queue.
- `Tags` (`Record<string, unknown>`, optional): 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.

## Attributes

- `Arn`
- `ErrorInfo`
- `Id`
- `Status`
