Queue

class Queue : KotlinCustomResource

AWS::PCS::Queue resource creates an AWS PCS queue.

Properties

Link copied to clipboard
val arn: Output<String>

The unique Amazon Resource Name (ARN) of the queue.

Link copied to clipboard
val awsId: Output<String>

The generated unique ID of the queue.

Link copied to clipboard
val clusterId: Output<String>

The ID of the cluster of the queue.

Link copied to clipboard

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

Link copied to clipboard

The list of errors that occurred during queue provisioning.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>?

The name that identifies the queue.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<QueueStatus>

The provisioning status of the queue. The provisioning status doesn't indicate the overall health of the queue.

Link copied to clipboard
val tags: Output<Map<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.

Link copied to clipboard
val urn: Output<String>