Replication Pending Modified Values Args
data class ReplicationPendingModifiedValuesArgs(val allocatedStorage: Output<Int>? = null, val engineVersion: Output<String>? = null, val multiAZ: Output<Boolean>? = null, val networkType: Output<String>? = null, val replicationInstanceClass: Output<String>? = null) : ConvertibleToJava<ReplicationPendingModifiedValuesArgs>
Definition of ReplicationPendingModifiedValues
Constructors
Properties
Link copied to clipboard
The amount of storage (in gigabytes) that is allocated for the replication instance.
Link copied to clipboard
The engine version number of the replication instance.
Link copied to clipboard
The type of IP address protocol used by a replication instance, such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.
Link copied to clipboard
The compute and memory capacity of the replication instance as defined for the specified replication instance class.
For more information on the settings and capacities for the available replication instance classes, see Selecting the right DMS replication instance for your migration.