consumerGroupsToExclude

@JvmName(name = "udmmwyalfkbvwlsd")
suspend fun consumerGroupsToExclude(value: Output<List<String>>)
@JvmName(name = "opeibaujyuacbxvs")
suspend fun consumerGroupsToExclude(value: List<String>?)

Parameters

value

List of regular expression patterns indicating the consumer groups that should not be replicated.


@JvmName(name = "xjmqewkebyivkiat")
suspend fun consumerGroupsToExclude(vararg values: Output<String>)


@JvmName(name = "snmwhpssyjpiisav")
suspend fun consumerGroupsToExclude(values: List<Output<String>>)
@JvmName(name = "pcdgcfcaqlsjodko")
suspend fun consumerGroupsToExclude(vararg values: String)

Parameters

values

List of regular expression patterns indicating the consumer groups that should not be replicated.