Replicator Replication Info List Topic Replication Args
data class ReplicatorReplicationInfoListTopicReplicationArgs(val copyAccessControlListsForTopics: Output<Boolean>? = null, val copyTopicConfigurations: Output<Boolean>? = null, val detectAndCopyNewTopics: Output<Boolean>? = null, val topicsToExcludes: Output<List<String>>? = null, val topicsToReplicates: Output<List<String>>) : ConvertibleToJava<ReplicatorReplicationInfoListTopicReplicationArgs>
Properties
Link copied to clipboard
Whether to periodically configure remote topic ACLs to match their corresponding upstream topics.
Link copied to clipboard
Whether to periodically configure remote topics to match their corresponding upstream topics.
Link copied to clipboard
Whether to periodically check for new topics and partitions.
Link copied to clipboard
List of regular expression patterns indicating the topics that should not be replica.
Link copied to clipboard
List of regular expression patterns indicating the topics to copy.