Values.ReplicationPendingModifiedValuesSourceProvides information about the values of pending modifications to a replication instance. This data type is an object of the ReplicationInstance user-defined data type.
type nonrec t = {replicationInstanceClass : ReplicationInstanceClass.t option;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.
*)allocatedStorage : IntegerOptional.t option;The amount of storage (in gigabytes) that is allocated for the replication instance.
*)multiAZ : BooleanOptional.t option;Specifies whether the replication instance is a Multi-AZ deployment. You can't set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.
*)engineVersion : String_.t option;The engine version number of the replication instance.
*)networkType : String_.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `Integer of IntegerOptional.t
| `String of ReplicationInstanceClass.t ])
list ]