exclusiveState

val exclusiveState: Output<Boolean>?

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.