Skip to content

/AWS1/CL_DMG=>MODIFYMIGRATIONPROJECT()

About ModifyMigrationProject

Modifies the specified migration project using the provided parameters.

The migration project must be closed before you can modify it.

Method Signature

IMPORTING

Required arguments:

IV_MIGRATIONPROJECTID TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The identifier of the migration project. 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.

Optional arguments:

IV_MIGRATIONPROJECTNAME TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

A user-friendly name for the migration project.

IT_SOURCEDATAPVDRDESCRIPTORS TYPE /AWS1/CL_DMGDATAPVDRDESCRIPT00=>TT_DATAPVDRDESCRIPTORDEFNLIST TT_DATAPVDRDESCRIPTORDEFNLIST

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

IT_TARGETDATAPVDRDESCRIPTORS TYPE /AWS1/CL_DMGDATAPVDRDESCRIPT00=>TT_DATAPVDRDESCRIPTORDEFNLIST TT_DATAPVDRDESCRIPTORDEFNLIST

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

IV_INSTANCEPROFILEIDENTIFIER TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

The name or Amazon Resource Name (ARN) for the instance profile.

IV_TRANSFORMATIONRULES TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

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.

IV_DESCRIPTION TYPE /AWS1/DMGSTRING /AWS1/DMGSTRING

A user-friendly description of the migration project.

IO_SCHCONVRSAPPLICATIONATTRS TYPE REF TO /AWS1/CL_DMGSCAPPLICATIONATTRS /AWS1/CL_DMGSCAPPLICATIONATTRS

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

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_DMGMODMIGRATIONPROJ01 /AWS1/CL_DMGMODMIGRATIONPROJ01