exclusiveState

@JvmName(name = "wlyutlxymaddxjli")
suspend fun exclusiveState(value: Output<Boolean>)
@JvmName(name = "qmphaibetynknpyk")
suspend fun exclusiveState(value: Boolean?)

Parameters

value

Specifies whether the queue is an exclusive queue. Valid values:

  • true: The queue is an exclusive queue. It can be used only for the connection that declares the exclusive queue. After the connection is closed, the exclusive queue is automatically deleted.

  • false: The queue is not an exclusive queue.