Replication Config Compute Config Args
data class ReplicationConfigComputeConfigArgs(val availabilityZone: Output<String>? = null, val dnsNameServers: Output<String>? = null, val kmsKeyId: Output<String>? = null, val maxCapacityUnits: Output<Int>? = null, val minCapacityUnits: Output<Int>? = null, val multiAz: Output<Boolean>? = null, val preferredMaintenanceWindow: Output<String>? = null, val replicationSubnetGroupId: Output<String>, val vpcSecurityGroupIds: Output<List<String>>? = null) : ConvertibleToJava<ReplicationConfigComputeConfigArgs>
Constructors
Link copied to clipboard
fun ReplicationConfigComputeConfigArgs(availabilityZone: Output<String>? = null, dnsNameServers: Output<String>? = null, kmsKeyId: Output<String>? = null, maxCapacityUnits: Output<Int>? = null, minCapacityUnits: Output<Int>? = null, multiAz: Output<Boolean>? = null, preferredMaintenanceWindow: Output<String>? = null, replicationSubnetGroupId: Output<String>, vpcSecurityGroupIds: Output<List<String>>? = null)
Functions
Properties
Link copied to clipboard
Specifies the minimum value of the DMS capacity units (DCUs) for which a given DMS Serverless replication can be provisioned. The list of valid DCU values includes 2, 4, 8, 16, 32, 64, 128, 192, 256, and 384. If this value isn't set DMS scans the current activity of available source tables to identify an optimum setting for this parameter.