expressEnabled

@JvmName(name = "usjwxcgbvgvdgqhn")
suspend fun expressEnabled(value: Output<Boolean>)
@JvmName(name = "xjdnhkeogilqkywy")
suspend fun expressEnabled(value: Boolean?)

Parameters

value

Boolean flag which controls whether Express Entities are enabled. An express queue holds a message in memory temporarily before writing it to persistent storage. Defaults to false for Basic and Standard. For Premium, it MUST be set to false.

NOTE: Service Bus Premium namespaces do not support Express Entities, so express_enabled MUST be set to false.