compute Node Group Configurations
suspend fun computeNodeGroupConfigurations(value: Output<List<QueueComputeNodeGroupConfigurationArgs>>)
Parameters
value
The list of compute node group configurations associated with the queue. Queues assign jobs to associated compute node groups.
suspend fun computeNodeGroupConfigurations(vararg values: Output<QueueComputeNodeGroupConfigurationArgs>)
suspend fun computeNodeGroupConfigurations(values: List<Output<QueueComputeNodeGroupConfigurationArgs>>)
Parameters
values
The list of compute node group configurations associated with the queue. Queues assign jobs to associated compute node groups.
suspend fun computeNodeGroupConfigurations(argument: List<suspend QueueComputeNodeGroupConfigurationArgsBuilder.() -> Unit>)
suspend fun computeNodeGroupConfigurations(vararg argument: suspend QueueComputeNodeGroupConfigurationArgsBuilder.() -> Unit)
suspend fun computeNodeGroupConfigurations(argument: suspend QueueComputeNodeGroupConfigurationArgsBuilder.() -> Unit)
Parameters
argument
The list of compute node group configurations associated with the queue. Queues assign jobs to associated compute node groups.