GetDataMigrationResult

data class GetDataMigrationResult(val dataMigrationArn: String? = null, val dataMigrationCreateTime: String? = null, val dataMigrationName: String? = null, val dataMigrationSettings: DataMigrationSettings? = null, val dataMigrationType: DataMigrationType? = null, val migrationProjectIdentifier: String? = null, val serviceAccessRoleArn: String? = null, val sourceDataSettings: List<DataMigrationSourceDataSettings>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(dataMigrationArn: String? = null, dataMigrationCreateTime: String? = null, dataMigrationName: String? = null, dataMigrationSettings: DataMigrationSettings? = null, dataMigrationType: DataMigrationType? = null, migrationProjectIdentifier: String? = null, serviceAccessRoleArn: String? = null, sourceDataSettings: List<DataMigrationSourceDataSettings>? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The property describes an ARN of the data migration.

Link copied to clipboard

The property describes the create time of the data migration.

Link copied to clipboard

The property describes a name to identify the data migration.

Link copied to clipboard

The property describes the settings for the data migration.

Link copied to clipboard

The property describes the type of migration.

Link copied to clipboard

The property describes an identifier for the migration project. It is used for describing/deleting/modifying can be name/arn

Link copied to clipboard

The property describes Amazon Resource Name (ARN) of the service access role.

Link copied to clipboard

The property describes the settings for the data migration.

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

An array of key-value pairs to apply to this resource.