state

@JvmName(name = "jqhfticwwrfnlape")
suspend fun state(value: Output<JobQueueState>)
@JvmName(name = "oejnttndisvyggbe")
suspend fun state(value: JobQueueState?)

Parameters

value

The state of the job queue. If the job queue state is ENABLED , it is able to accept jobs. If the job queue state is DISABLED , new jobs can't be added to the queue, but jobs already in the queue can finish.