KafkaSharedSubscriptionPropertiesArgs

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

Kafka Shared Subscription properties

Constructors

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

Functions

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

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.