ReplicatorReplicationInfoListTopicReplicationArgs

data class ReplicatorReplicationInfoListTopicReplicationArgs(val copyAccessControlListsForTopics: Output<Boolean>? = null, val copyTopicConfigurations: Output<Boolean>? = null, val detectAndCopyNewTopics: Output<Boolean>? = null, val startingPosition: Output<ReplicatorReplicationInfoListTopicReplicationStartingPositionArgs>? = null, val topicNameConfiguration: Output<ReplicatorReplicationInfoListTopicReplicationTopicNameConfigurationArgs>? = null, val topicsToExcludes: Output<List<String>>? = null, val topicsToReplicates: Output<List<String>>) : ConvertibleToJava<ReplicatorReplicationInfoListTopicReplicationArgs>

Constructors

constructor(copyAccessControlListsForTopics: Output<Boolean>? = null, copyTopicConfigurations: Output<Boolean>? = null, detectAndCopyNewTopics: Output<Boolean>? = null, startingPosition: Output<ReplicatorReplicationInfoListTopicReplicationStartingPositionArgs>? = null, topicNameConfiguration: Output<ReplicatorReplicationInfoListTopicReplicationTopicNameConfigurationArgs>? = null, topicsToExcludes: Output<List<String>>? = null, topicsToReplicates: Output<List<String>>)

Properties

Link copied to clipboard

Whether to periodically configure remote topic ACLs to match their corresponding upstream topics.

Link copied to clipboard
val copyTopicConfigurations: Output<Boolean>? = null

Whether to periodically configure remote topics to match their corresponding upstream topics.

Link copied to clipboard
val detectAndCopyNewTopics: Output<Boolean>? = null

Whether to periodically check for new topics and partitions.

Link copied to clipboard

Configuration for specifying the position in the topics to start replicating from.

Link copied to clipboard

Configuration for specifying replicated topic names should be the same as their corresponding upstream topics or prefixed with source cluster alias.

Link copied to clipboard
val topicsToExcludes: Output<List<String>>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): ReplicatorReplicationInfoListTopicReplicationArgs