consumerGroupsToExcludes

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

Parameters

value

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


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


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

Parameters

values

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