consumerGroupsToExclude

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

Parameters

value

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


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


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

Parameters

values

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