KafkaSharedSubscriptionPropertiesArgs

data class KafkaSharedSubscriptionPropertiesArgs(val groupMinimumShareNumber: Output<Int>, val groupName: Output<String>) : ConvertibleToJava<KafkaSharedSubscriptionPropertiesArgs>

Kafka Shared Subscription properties

Constructors

Link copied to clipboard
constructor(groupMinimumShareNumber: Output<Int>, groupName: Output<String>)

Properties

Link copied to clipboard

The minimum number to use in a group for subscription.

Link copied to clipboard
val groupName: Output<String>

The name of the shared subscription.

Functions

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