QueueComputeNodeGroupConfigurationArgs

data class QueueComputeNodeGroupConfigurationArgs(val computeNodeGroupId: Output<String>? = null) : ConvertibleToJava<QueueComputeNodeGroupConfigurationArgs>

The compute node group configuration for a queue.

Constructors

Link copied to clipboard
constructor(computeNodeGroupId: Output<String>? = null)

Properties

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

The compute node group ID for the compute node group configuration.

Functions

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