enableExpress

@JvmName(name = "ymvklghyssjgmbto")
suspend fun enableExpress(value: Output<Boolean>)
@JvmName(name = "oakblutkqjwmcvsq")
suspend fun enableExpress(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 enable_express MUST be set to false.