requiresSession

@JvmName(name = "qndsuhkiskdmvmjp")
suspend fun requiresSession(value: Output<Boolean>)
@JvmName(name = "oeqqxgkcfeptetqj")
suspend fun requiresSession(value: Boolean?)

Parameters

value

Boolean flag which controls whether the Queue requires sessions. This will allow ordered handling of unbounded sequences of related messages. With sessions enabled a queue can guarantee first-in-first-out delivery of messages. Changing this forces a new resource to be created. Defaults to false.