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
StartReplicationTaskAssessmentRun
operation.Type: Timestamp
Required: No
- ResultEncryptionMode
-
Encryption mode used to encrypt the assessment run results.
Type: String
Required: No
- ResultKmsKeyArn
-
ARN of the AWS KMS encryption key used to encrypt the assessment run results.
Type: String
Required: No
- ResultLocationBucket
-
Amazon S3 bucket where AWS DMS stores the results of this assessment run.
Type: String
Required: No
- ResultLocationFolder
-
Folder in an Amazon S3 bucket where AWS 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
StartReplicationTaskAssessmentRun
operation. The role must allow theiam: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 theCancelReplicationTaskAssessmentRun
operation. -
"deleting"
– The assessment run was deleted by theDeleteReplicationTaskAssessmentRun
operation. -
"failed"
– At least one individual assessment completed with afailed
status. -
"error-provisioning"
– An internal error occurred while resources were provisioned (duringprovisioning
status). -
"error-executing"
– An internal error occurred while individual assessments ran (duringrunning
status). -
"invalid state"
– The assessment run is in an unknown state. -
"passed"
– All individual assessments have completed, and none has afailed
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. -
"warning"
– At least one individual assessment completed with awarning
status.
Type: String
Required: No
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: