consumerGroupsToExcludes

@JvmName(name = "fcuhqpbfrhkddbtv")
suspend fun consumerGroupsToExcludes(value: Output<List<String>>)
@JvmName(name = "btkumrcqoqmhvusx")
suspend fun consumerGroupsToExcludes(value: List<String>?)

Parameters

value

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


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


@JvmName(name = "lewmpjxrejuvaosj")
suspend fun consumerGroupsToExcludes(values: List<Output<String>>)
@JvmName(name = "afwjdvwihtfwntem")
suspend fun consumerGroupsToExcludes(vararg values: String)

Parameters

values

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