Replicator Consumer Group Replication Args
data class ReplicatorConsumerGroupReplicationArgs(val consumerGroupsToExclude: Output<List<String>>? = null, val consumerGroupsToReplicate: Output<List<String>>, val detectAndCopyNewConsumerGroups: Output<Boolean>? = null, val synchroniseConsumerGroupOffsets: Output<Boolean>? = null) : ConvertibleToJava<ReplicatorConsumerGroupReplicationArgs>
Configuration relating to consumer group replication.