MigrationProject

Provides information that defines a migration project.

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 Amazon Resource Name (ARN) of the instance profile for your migration project.

Link copied to clipboard

The name of the associated instance profile.

Link copied to clipboard

The ARN string that uniquely identifies the migration project.

Link copied to clipboard

The time when the migration project was created.

Link copied to clipboard

The name of 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 or ARN, and Secrets Manager parameters.

Link copied to clipboard

Information about the target data provider, including the name or ARN, and 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
inline fun copy(block: MigrationProject.Builder.() -> Unit = {}): MigrationProject
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