Values.TopicReplicationSourceDetails about topic replication.
type nonrec t = {copyAccessControlListsForTopics : bool option;Whether to periodically configure remote topic ACLs to match their corresponding upstream topics.
*)copyTopicConfigurations : bool option;Whether to periodically configure remote topics to match their corresponding upstream topics.
*)detectAndCopyNewTopics : bool option;Whether to periodically check for new topics and partitions.
*)startingPosition : ReplicationStartingPosition.t option;Configuration for specifying the position in the topics to start replicating from.
*)topicNameConfiguration : ReplicationTopicNameConfiguration.t option;Configuration for specifying replicated topic names should be the same as their corresponding upstream topics or prefixed with source cluster alias.
*)topicsToExclude : string list option;List of regular expression patterns indicating the topics that should not be replicated.
*)topicsToReplicate : string list;List of regular expression patterns indicating the topics to copy.
*)}