consumerGroupsToExclude

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

Parameters

value

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


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


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

Parameters

values

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