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
 - IsLatestTaskAssessmentRun
 - 
               
Indicates that the following PreflightAssessmentRun is the latest for the ReplicationTask. The status is either true or false.
Type: Boolean
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
StartReplicationTaskAssessmentRunoperation.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
 - ResultStatistic
 - 
               
Result statistics for a completed assessment run, showing aggregated statistics of IndividualAssessments for how many assessments were passed, failed, or encountered issues such as errors or warnings.
Type: ReplicationTaskAssessmentRunResultStatistic object
Required: No
 - ServiceAccessRoleArn
 - 
               
ARN of the service role used to start the assessment run using the
StartReplicationTaskAssessmentRunoperation. The role must allow theiam:PassRoleaction.Type: String
Required: No
 - Status
 - 
               
Assessment run status.
This status can have one of the following values:
- 
                     
"cancelling"– The assessment run was canceled by theCancelReplicationTaskAssessmentRunoperation. - 
                     
"deleting"– The assessment run was deleted by theDeleteReplicationTaskAssessmentRunoperation. - 
                     
"failed"– At least one individual assessment completed with afailedstatus. - 
                     
"error-provisioning"– An internal error occurred while resources were provisioned (duringprovisioningstatus). - 
                     
"error-executing"– An internal error occurred while individual assessments ran (duringrunningstatus). - 
                     
"invalid state"– The assessment run is in an unknown state. - 
                     
"passed"– All individual assessments have completed, and none has afailedstatus. - 
                     
"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. - 
                     
"warning"– At least one individual assessment completed with awarningstatus or all individual assessments were skipped (completed with askippedstatus). 
Type: String
Required: No
 - 
                     
 
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: