consumerGroupsToExclude

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

Parameters

value

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


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


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

Parameters

values

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