QueueArgs

data class QueueArgs(val clusterId: Output<String>? = null, val computeNodeGroupConfigurations: Output<List<QueueComputeNodeGroupConfigurationArgs>>? = null, val name: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<QueueArgs>

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

Constructors

Link copied to clipboard
constructor(clusterId: Output<String>? = null, computeNodeGroupConfigurations: Output<List<QueueComputeNodeGroupConfigurationArgs>>? = null, name: Output<String>? = null, tags: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val clusterId: Output<String>? = null

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
val name: Output<String>? = null

The name that identifies the queue.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): QueueArgs