Replication Args
data class ReplicationArgs(val automatic: Output<AutomaticArgs>? = null, val userManaged: Output<UserManagedArgs>? = null) : ConvertibleToJava<ReplicationArgs>
A policy that defines the replication configuration of data.
Constructors
Link copied to clipboard
fun ReplicationArgs(automatic: Output<AutomaticArgs>? = null, userManaged: Output<UserManagedArgs>? = null)