Replication Config Args
data class ReplicationConfigArgs(val computeConfig: Output<ReplicationConfigComputeConfigArgs>? = null, val replicationConfigArn: Output<String>? = null, val replicationConfigIdentifier: Output<String>? = null, val replicationSettings: Output<Any>? = null, val replicationType: Output<ReplicationConfigReplicationType>? = null, val resourceIdentifier: Output<String>? = null, val sourceEndpointArn: Output<String>? = null, val supplementalSettings: Output<Any>? = null, val tableMappings: Output<Any>? = null, val tags: Output<List<ReplicationConfigTagArgs>>? = null, val targetEndpointArn: Output<String>? = null) : ConvertibleToJava<ReplicationConfigArgs>
A replication configuration that you later provide to configure and start a AWS DMS Serverless replication
Constructors
Link copied to clipboard
fun ReplicationConfigArgs(computeConfig: Output<ReplicationConfigComputeConfigArgs>? = null, replicationConfigArn: Output<String>? = null, replicationConfigIdentifier: Output<String>? = null, replicationSettings: Output<Any>? = null, replicationType: Output<ReplicationConfigReplicationType>? = null, resourceIdentifier: Output<String>? = null, sourceEndpointArn: Output<String>? = null, supplementalSettings: Output<Any>? = null, tableMappings: Output<Any>? = null, tags: Output<List<ReplicationConfigTagArgs>>? = null, targetEndpointArn: Output<String>? = null)