LiteTopicPartitionConfigArgs

data class LiteTopicPartitionConfigArgs(val capacity: Output<LiteTopicPartitionConfigCapacityArgs>? = null, val count: Output<Int>) : ConvertibleToJava<LiteTopicPartitionConfigArgs>

Constructors

Link copied to clipboard
constructor(capacity: Output<LiteTopicPartitionConfigCapacityArgs>? = null, count: Output<Int>)

Properties

Link copied to clipboard

The capacity configuration. Structure is documented below.

Link copied to clipboard
val count: Output<Int>

The number of partitions in the topic. Must be at least 1.

Functions

Link copied to clipboard
open override fun toJava(): LiteTopicPartitionConfigArgs