CreateMigrationProjectRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A user-friendly description of the migration project.

Link copied to clipboard

The identifier of the associated instance profile. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.

Link copied to clipboard

A user-friendly name for the migration project.

Link copied to clipboard

The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.

Link copied to clipboard

Information about the source data provider, including the name, ARN, and Secrets Manager parameters.

Link copied to clipboard
val tags: List<Tag>?

One or more tags to be assigned to the migration project.

Link copied to clipboard

Information about the target data provider, including the name, ARN, and Amazon Web Services Secrets Manager parameters.

Link copied to clipboard

A JSON string that specifies the transformation rules for the migration project. Transformation rules let you customize how DMS Schema Conversion converts your source database objects, including renaming, adding prefixes or suffixes, and changing data types. For the transformation rule format and examples, see Transformation rules in DMS Schema Conversion.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String