expressEnabled

@JvmName(name = "xujdmbilqilksuek")
suspend fun expressEnabled(value: Output<Boolean>)
@JvmName(name = "wwmtmahpedafedvm")
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.