Get Migration Project Result
data class GetMigrationProjectResult(val description: String? = null, val instanceProfileArn: String? = null, val instanceProfileName: String? = null, val migrationProjectArn: String? = null, val migrationProjectCreationTime: String? = null, val migrationProjectName: String? = null, val schemaConversionApplicationAttributes: SchemaConversionApplicationAttributesProperties? = null, val sourceDataProviderDescriptors: List<MigrationProjectDataProviderDescriptor>? = null, val tags: List<Tag>? = null, val targetDataProviderDescriptors: List<MigrationProjectDataProviderDescriptor>? = null, val transformationRules: String? = null)
Constructors
Link copied to clipboard
constructor(description: String? = null, instanceProfileArn: String? = null, instanceProfileName: String? = null, migrationProjectArn: String? = null, migrationProjectCreationTime: String? = null, migrationProjectName: String? = null, schemaConversionApplicationAttributes: SchemaConversionApplicationAttributesProperties? = null, sourceDataProviderDescriptors: List<MigrationProjectDataProviderDescriptor>? = null, tags: List<Tag>? = null, targetDataProviderDescriptors: List<MigrationProjectDataProviderDescriptor>? = null, transformationRules: String? = null)
Properties
Link copied to clipboard
The optional description of the migration project.
Link copied to clipboard
The property describes an instance profile arn for the migration project. For read
Link copied to clipboard
The property describes an instance profile name for the migration project. For read
Link copied to clipboard
The property describes an ARN of the migration project.
Link copied to clipboard
The property describes a creating time of the migration project.
Link copied to clipboard
The property describes a name to identify the migration project.
Link copied to clipboard
The property describes schema conversion application attributes for the migration project.
Link copied to clipboard
The property describes source data provider descriptors for the migration project.
Link copied to clipboard
The property describes target data provider descriptors for the migration project.
Link copied to clipboard
The property describes transformation rules for the migration project.