ReplicationPendingModifiedValuesArgs

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

Link copied to clipboard
constructor(allocatedStorage: Output<Int>? = null, engineVersion: Output<String>? = null, multiAZ: Output<Boolean>? = null, networkType: Output<String>? = null, replicationInstanceClass: Output<String>? = null)

Properties

Link copied to clipboard
val allocatedStorage: Output<Int>? = null

The amount of storage (in gigabytes) that is allocated for the replication instance.

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

The engine version number of the replication instance.

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

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.

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

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
val replicationInstanceClass: Output<String>? = null

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.

Functions

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