/AWS1/CL_DMG=>STARTREPLTASKASSESSMENTRUN()
¶
About StartReplicationTaskAssessmentRun¶
Starts a new premigration assessment run for one or more individual assessments of a migration task.
The assessments that you can specify depend on the source and target database engine and the migration type defined for the given task. To run this operation, your migration task must already be created. After you run this operation, you can review the status of each individual assessment. You can also run the migration task manually after the assessment run and its individual assessments complete.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_REPLICATIONTASKARN
TYPE /AWS1/DMGSTRING
/AWS1/DMGSTRING
¶
Amazon Resource Name (ARN) of the migration task associated with the premigration assessment run that you want to start.
IV_SERVICEACCESSROLEARN
TYPE /AWS1/DMGSTRING
/AWS1/DMGSTRING
¶
ARN of the service role needed to start the assessment run. The role must allow the
iam:PassRole
action.
IV_RESULTLOCATIONBUCKET
TYPE /AWS1/DMGSTRING
/AWS1/DMGSTRING
¶
Amazon S3 bucket where you want DMS to store the results of this assessment run.
IV_ASSESSMENTRUNNAME
TYPE /AWS1/DMGSTRING
/AWS1/DMGSTRING
¶
Unique name to identify the assessment run.
Optional arguments:¶
IV_RESULTLOCATIONFOLDER
TYPE /AWS1/DMGSTRING
/AWS1/DMGSTRING
¶
Folder within an Amazon S3 bucket where you want DMS to store the results of this assessment run.
IV_RESULTENCRYPTIONMODE
TYPE /AWS1/DMGSTRING
/AWS1/DMGSTRING
¶
Encryption mode that you can specify to encrypt the results of this assessment run. If you don't specify this request parameter, DMS stores the assessment run results without encryption. You can specify one of the options following:
"SSE_S3"
– The server-side encryption provided as a default by Amazon S3.
"SSE_KMS"
– Key Management Service (KMS) encryption. This encryption can use either a custom KMS encryption key that you specify or the default KMS encryption key that DMS provides.
IV_RESULTKMSKEYARN
TYPE /AWS1/DMGSTRING
/AWS1/DMGSTRING
¶
ARN of a custom KMS encryption key that you specify when you set
ResultEncryptionMode
to"SSE_KMS
".
IT_INCLUDEONLY
TYPE /AWS1/CL_DMGINCLUDETESTLIST_W=>TT_INCLUDETESTLIST
TT_INCLUDETESTLIST
¶
Space-separated list of names for specific individual assessments that you want to include. These names come from the default list of individual assessments that DMS supports for the associated migration task. This task is specified by
ReplicationTaskArn
.You can't set a value for
IncludeOnly
if you also set a value forExclude
in the API operation.To identify the names of the default individual assessments that DMS supports for the associated migration task, run the
DescribeApplicableIndividualAssessments
operation using its ownReplicationTaskArn
request parameter.
IT_EXCLUDE
TYPE /AWS1/CL_DMGEXCLUDETESTLIST_W=>TT_EXCLUDETESTLIST
TT_EXCLUDETESTLIST
¶
Space-separated list of names for specific individual assessments that you want to exclude. These names come from the default list of individual assessments that DMS supports for the associated migration task. This task is specified by
ReplicationTaskArn
.You can't set a value for
Exclude
if you also set a value forIncludeOnly
in the API operation.To identify the names of the default individual assessments that DMS supports for the associated migration task, run the
DescribeApplicableIndividualAssessments
operation using its ownReplicationTaskArn
request parameter.
IT_TAGS
TYPE /AWS1/CL_DMGTAG=>TT_TAGLIST
TT_TAGLIST
¶
One or more tags to be assigned to the premigration assessment run that you want to start.
RETURNING¶
OO_OUTPUT
TYPE REF TO /AWS1/CL_DMGSTRTREPLTSKASSES03
/AWS1/CL_DMGSTRTREPLTSKASSES03
¶
Domain /AWS1/RT_ACCOUNT_ID Primitive Type NUMC