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

The settings in JSON format for migration rules. Migration rules make it possible for you to change the object names according to the rules that you specify. For example, you can change an object name to lowercase or uppercase, add or remove a prefix or suffix, or rename objects.

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