Package-level declarations

Types

Link copied to clipboard
data class GetReplicationConfigPlainArgs(val replicationConfigArn: String) : ConvertibleToJava<GetReplicationConfigPlainArgs>
Link copied to clipboard
data class ReplicationConfigComputeConfigArgs(val availabilityZone: Output<String>? = null, val dnsNameServers: Output<String>? = null, val kmsKeyId: Output<String>? = null, val maxCapacityUnits: Output<Int>, val minCapacityUnits: Output<Int>? = null, val multiAz: Output<Boolean>? = null, val preferredMaintenanceWindow: Output<String>? = null, val replicationSubnetGroupId: Output<String>? = null, val vpcSecurityGroupIds: Output<List<String>>? = null) : ConvertibleToJava<ReplicationConfigComputeConfigArgs>

Configuration parameters for provisioning a AWS DMS Serverless replication

Link copied to clipboard
data class ReplicationConfigTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<ReplicationConfigTagArgs>

The key or keys of the key-value pairs for the resource tag or tags assigned to the resource.