partitioningEnabled

@JvmName(name = "cjfglxxrtnqtmtye")
suspend fun partitioningEnabled(value: Output<Boolean>)
@JvmName(name = "yhgsyefrpaklsqpl")
suspend fun partitioningEnabled(value: Boolean?)

Parameters

value

Boolean flag which controls whether to enable the topic to be partitioned across multiple message brokers. Changing this forces a new resource to be created.

NOTE: Partitioning is available at entity creation for all queues and topics in Basic or Standard SKUs. It is not available for the Premium messaging SKU, but any previously existing partitioned entities in Premium namespaces continue to work as expected. For premium namespaces, partitioning is available at namespace creation and all queues and topics in the partitioned namespace will be partitioned. Premium namespaces that have premium_messaging_partitions set to 1 are not partitioned. Please see the documentation for more information.