Class ReplicationTaskAssessmentRun
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReplicationTaskAssessmentRun.Builder,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.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionIndication of the completion progress for the individual assessments specified to run.final StringUnique name of the assessment run.builder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final BooleanIndicates that the following PreflightAssessmentRun is the latest for the ReplicationTask.final StringLast message generated by an individual assessment failure.final StringARN of the migration task associated with this premigration assessment run.final StringAmazon Resource Name (ARN) of this assessment run.final InstantDate on which the assessment run was created using theStartReplicationTaskAssessmentRunoperation.final StringEncryption mode used to encrypt the assessment run results.final StringARN of the KMS encryption key used to encrypt the assessment run results.final StringAmazon S3 bucket where DMS stores the results of this assessment run.final StringFolder in an Amazon S3 bucket where DMS stores the results of this assessment run.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.static Class<? extends ReplicationTaskAssessmentRun.Builder>final StringARN of the service role used to start the assessment run using theStartReplicationTaskAssessmentRunoperation.final Stringstatus()Assessment run status.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
replicationTaskAssessmentRunArn
Amazon Resource Name (ARN) of this assessment run.
- Returns:
- Amazon Resource Name (ARN) of this assessment run.
-
replicationTaskArn
ARN of the migration task associated with this premigration assessment run.
- Returns:
- ARN of the migration task associated with this premigration assessment run.
-
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).
- Returns:
- 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).
-
-
-
replicationTaskAssessmentRunCreationDate
Date on which the assessment run was created using the
StartReplicationTaskAssessmentRunoperation.- Returns:
- Date on which the assessment run was created using the
StartReplicationTaskAssessmentRunoperation.
-
assessmentProgress
Indication of the completion progress for the individual assessments specified to run.
- Returns:
- Indication of the completion progress for the individual assessments specified to run.
-
lastFailureMessage
Last message generated by an individual assessment failure.
- Returns:
- Last message generated by an individual assessment failure.
-
serviceAccessRoleArn
ARN of the service role used to start the assessment run using the
StartReplicationTaskAssessmentRunoperation. The role must allow theiam:PassRoleaction.- Returns:
- ARN of the service role used to start the assessment run using the
StartReplicationTaskAssessmentRunoperation. The role must allow theiam:PassRoleaction.
-
resultLocationBucket
Amazon S3 bucket where DMS stores the results of this assessment run.
- Returns:
- Amazon S3 bucket where DMS stores the results of this assessment run.
-
resultLocationFolder
Folder in an Amazon S3 bucket where DMS stores the results of this assessment run.
- Returns:
- Folder in an Amazon S3 bucket where DMS stores the results of this assessment run.
-
resultEncryptionMode
Encryption mode used to encrypt the assessment run results.
- Returns:
- Encryption mode used to encrypt the assessment run results.
-
resultKmsKeyArn
ARN of the KMS encryption key used to encrypt the assessment run results.
- Returns:
- ARN of the KMS encryption key used to encrypt the assessment run results.
-
assessmentRunName
Unique name of the assessment run.
- Returns:
- Unique name of the assessment run.
-
isLatestTaskAssessmentRun
Indicates that the following PreflightAssessmentRun is the latest for the ReplicationTask. The status is either true or false.
- Returns:
- Indicates that the following PreflightAssessmentRun is the latest for the ReplicationTask. The status is either true or false.
-
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.
- Returns:
- 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.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReplicationTaskAssessmentRun.Builder,ReplicationTaskAssessmentRun>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-