ReplicationTaskAssessmentRun - Amazon Database Migration Service
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

ReplicationTaskAssessmentRun

Provides information that describes a premigration assessment run that you have started using the StartReplicationTaskAssessmentRun operation.

Some of the information appears based on other operations that can return the ReplicationTaskAssessmentRun object.

Contents

AssessmentProgress

Indication of the completion progress for the individual assessments specified to run.

Type: ReplicationTaskAssessmentRunProgress object

Required: No

AssessmentRunName

Unique name of the assessment run.

Type: String

Required: No

LastFailureMessage

Last message generated by an individual assessment failure.

Type: String

Required: No

ReplicationTaskArn

ARN of the migration task associated with this premigration assessment run.

Type: String

Required: No

ReplicationTaskAssessmentRunArn

Amazon Resource Name (ARN) of this assessment run.

Type: String

Required: No

ReplicationTaskAssessmentRunCreationDate

Date on which the assessment run was created using the StartReplicationTaskAssessmentRun operation.

Type: Timestamp

Required: No

ResultEncryptionMode

Encryption mode used to encrypt the assessment run results.

Type: String

Required: No

ResultKmsKeyArn

ARN of the Amazon KMS encryption key used to encrypt the assessment run results.

Type: String

Required: No

ResultLocationBucket

Amazon S3 bucket where Amazon DMS stores the results of this assessment run.

Type: String

Required: No

ResultLocationFolder

Folder in an Amazon S3 bucket where Amazon DMS stores the results of this assessment run.

Type: String

Required: No

ServiceAccessRoleArn

ARN of the service role used to start the assessment run using the StartReplicationTaskAssessmentRun operation. The role must allow the iam:PassRole action.

Type: String

Required: No

Status

Assessment run status.

This status can have one of the following values:

  • "cancelling" – The assessment run was canceled by the CancelReplicationTaskAssessmentRun operation.

  • "deleting" – The assessment run was deleted by the DeleteReplicationTaskAssessmentRun operation.

  • "failed" – At least one individual assessment completed with a failed status.

  • "error-provisioning" – An internal error occurred while resources were provisioned (during provisioning status).

  • "error-executing" – An internal error occurred while individual assessments ran (during running status).

  • "invalid state" – The assessment run is in an unknown state.

  • "passed" – All individual assessments have completed, and none has a failed status.

  • "provisioning" – Resources required to run individual assessments are being provisioned.

  • "running" – Individual assessments are being run.

  • "starting" – The assessment run is starting, but resources are not yet being provisioned for individual assessments.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: