Class: Aws::DatabaseMigrationService::Types::ReplicationTaskAssessmentRun
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ReplicationTaskAssessmentRun
- Defined in:
- gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_progress ⇒ Types::ReplicationTaskAssessmentRunProgress
Indication of the completion progress for the individual assessments specified to run.
-
#assessment_run_name ⇒ String
Unique name of the assessment run.
-
#is_latest_task_assessment_run ⇒ Boolean
Indicates that the following PreflightAssessmentRun is the latest for the ReplicationTask.
-
#last_failure_message ⇒ String
Last message generated by an individual assessment failure.
-
#replication_task_arn ⇒ String
ARN of the migration task associated with this premigration assessment run.
-
#replication_task_assessment_run_arn ⇒ String
Amazon Resource Name (ARN) of this assessment run.
-
#replication_task_assessment_run_creation_date ⇒ Time
Date on which the assessment run was created using the
StartReplicationTaskAssessmentRunoperation. -
#result_encryption_mode ⇒ String
Encryption mode used to encrypt the assessment run results.
-
#result_kms_key_arn ⇒ String
ARN of the KMS encryption key used to encrypt the assessment run results.
-
#result_location_bucket ⇒ String
Amazon S3 bucket where DMS stores the results of this assessment run.
-
#result_location_folder ⇒ String
Folder in an Amazon S3 bucket where DMS stores the results of this assessment run.
-
#result_statistic ⇒ Types::ReplicationTaskAssessmentRunResultStatistic
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.
-
#service_access_role_arn ⇒ String
ARN of the service role used to start the assessment run using the
StartReplicationTaskAssessmentRunoperation. -
#status ⇒ String
Assessment run status.
Instance Attribute Details
#assessment_progress ⇒ Types::ReplicationTaskAssessmentRunProgress
Indication of the completion progress for the individual assessments specified to run.
12656 12657 12658 12659 12660 12661 12662 12663 12664 12665 12666 12667 12668 12669 12670 12671 12672 12673 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12656 class ReplicationTaskAssessmentRun < Struct.new( :replication_task_assessment_run_arn, :replication_task_arn, :status, :replication_task_assessment_run_creation_date, :assessment_progress, :last_failure_message, :service_access_role_arn, :result_location_bucket, :result_location_folder, :result_encryption_mode, :result_kms_key_arn, :assessment_run_name, :is_latest_task_assessment_run, :result_statistic) SENSITIVE = [] include Aws::Structure end |
#assessment_run_name ⇒ String
Unique name of the assessment run.
12656 12657 12658 12659 12660 12661 12662 12663 12664 12665 12666 12667 12668 12669 12670 12671 12672 12673 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12656 class ReplicationTaskAssessmentRun < Struct.new( :replication_task_assessment_run_arn, :replication_task_arn, :status, :replication_task_assessment_run_creation_date, :assessment_progress, :last_failure_message, :service_access_role_arn, :result_location_bucket, :result_location_folder, :result_encryption_mode, :result_kms_key_arn, :assessment_run_name, :is_latest_task_assessment_run, :result_statistic) SENSITIVE = [] include Aws::Structure end |
#is_latest_task_assessment_run ⇒ Boolean
Indicates that the following PreflightAssessmentRun is the latest for the ReplicationTask. The status is either true or false.
12656 12657 12658 12659 12660 12661 12662 12663 12664 12665 12666 12667 12668 12669 12670 12671 12672 12673 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12656 class ReplicationTaskAssessmentRun < Struct.new( :replication_task_assessment_run_arn, :replication_task_arn, :status, :replication_task_assessment_run_creation_date, :assessment_progress, :last_failure_message, :service_access_role_arn, :result_location_bucket, :result_location_folder, :result_encryption_mode, :result_kms_key_arn, :assessment_run_name, :is_latest_task_assessment_run, :result_statistic) SENSITIVE = [] include Aws::Structure end |
#last_failure_message ⇒ String
Last message generated by an individual assessment failure.
12656 12657 12658 12659 12660 12661 12662 12663 12664 12665 12666 12667 12668 12669 12670 12671 12672 12673 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12656 class ReplicationTaskAssessmentRun < Struct.new( :replication_task_assessment_run_arn, :replication_task_arn, :status, :replication_task_assessment_run_creation_date, :assessment_progress, :last_failure_message, :service_access_role_arn, :result_location_bucket, :result_location_folder, :result_encryption_mode, :result_kms_key_arn, :assessment_run_name, :is_latest_task_assessment_run, :result_statistic) SENSITIVE = [] include Aws::Structure end |
#replication_task_arn ⇒ String
ARN of the migration task associated with this premigration assessment run.
12656 12657 12658 12659 12660 12661 12662 12663 12664 12665 12666 12667 12668 12669 12670 12671 12672 12673 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12656 class ReplicationTaskAssessmentRun < Struct.new( :replication_task_assessment_run_arn, :replication_task_arn, :status, :replication_task_assessment_run_creation_date, :assessment_progress, :last_failure_message, :service_access_role_arn, :result_location_bucket, :result_location_folder, :result_encryption_mode, :result_kms_key_arn, :assessment_run_name, :is_latest_task_assessment_run, :result_statistic) SENSITIVE = [] include Aws::Structure end |
#replication_task_assessment_run_arn ⇒ String
Amazon Resource Name (ARN) of this assessment run.
12656 12657 12658 12659 12660 12661 12662 12663 12664 12665 12666 12667 12668 12669 12670 12671 12672 12673 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12656 class ReplicationTaskAssessmentRun < Struct.new( :replication_task_assessment_run_arn, :replication_task_arn, :status, :replication_task_assessment_run_creation_date, :assessment_progress, :last_failure_message, :service_access_role_arn, :result_location_bucket, :result_location_folder, :result_encryption_mode, :result_kms_key_arn, :assessment_run_name, :is_latest_task_assessment_run, :result_statistic) SENSITIVE = [] include Aws::Structure end |
#replication_task_assessment_run_creation_date ⇒ Time
Date on which the assessment run was created using the
StartReplicationTaskAssessmentRun operation.
12656 12657 12658 12659 12660 12661 12662 12663 12664 12665 12666 12667 12668 12669 12670 12671 12672 12673 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12656 class ReplicationTaskAssessmentRun < Struct.new( :replication_task_assessment_run_arn, :replication_task_arn, :status, :replication_task_assessment_run_creation_date, :assessment_progress, :last_failure_message, :service_access_role_arn, :result_location_bucket, :result_location_folder, :result_encryption_mode, :result_kms_key_arn, :assessment_run_name, :is_latest_task_assessment_run, :result_statistic) SENSITIVE = [] include Aws::Structure end |
#result_encryption_mode ⇒ String
Encryption mode used to encrypt the assessment run results.
12656 12657 12658 12659 12660 12661 12662 12663 12664 12665 12666 12667 12668 12669 12670 12671 12672 12673 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12656 class ReplicationTaskAssessmentRun < Struct.new( :replication_task_assessment_run_arn, :replication_task_arn, :status, :replication_task_assessment_run_creation_date, :assessment_progress, :last_failure_message, :service_access_role_arn, :result_location_bucket, :result_location_folder, :result_encryption_mode, :result_kms_key_arn, :assessment_run_name, :is_latest_task_assessment_run, :result_statistic) SENSITIVE = [] include Aws::Structure end |
#result_kms_key_arn ⇒ String
ARN of the KMS encryption key used to encrypt the assessment run results.
12656 12657 12658 12659 12660 12661 12662 12663 12664 12665 12666 12667 12668 12669 12670 12671 12672 12673 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12656 class ReplicationTaskAssessmentRun < Struct.new( :replication_task_assessment_run_arn, :replication_task_arn, :status, :replication_task_assessment_run_creation_date, :assessment_progress, :last_failure_message, :service_access_role_arn, :result_location_bucket, :result_location_folder, :result_encryption_mode, :result_kms_key_arn, :assessment_run_name, :is_latest_task_assessment_run, :result_statistic) SENSITIVE = [] include Aws::Structure end |
#result_location_bucket ⇒ String
Amazon S3 bucket where DMS stores the results of this assessment run.
12656 12657 12658 12659 12660 12661 12662 12663 12664 12665 12666 12667 12668 12669 12670 12671 12672 12673 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12656 class ReplicationTaskAssessmentRun < Struct.new( :replication_task_assessment_run_arn, :replication_task_arn, :status, :replication_task_assessment_run_creation_date, :assessment_progress, :last_failure_message, :service_access_role_arn, :result_location_bucket, :result_location_folder, :result_encryption_mode, :result_kms_key_arn, :assessment_run_name, :is_latest_task_assessment_run, :result_statistic) SENSITIVE = [] include Aws::Structure end |
#result_location_folder ⇒ String
Folder in an Amazon S3 bucket where DMS stores the results of this assessment run.
12656 12657 12658 12659 12660 12661 12662 12663 12664 12665 12666 12667 12668 12669 12670 12671 12672 12673 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12656 class ReplicationTaskAssessmentRun < Struct.new( :replication_task_assessment_run_arn, :replication_task_arn, :status, :replication_task_assessment_run_creation_date, :assessment_progress, :last_failure_message, :service_access_role_arn, :result_location_bucket, :result_location_folder, :result_encryption_mode, :result_kms_key_arn, :assessment_run_name, :is_latest_task_assessment_run, :result_statistic) SENSITIVE = [] include Aws::Structure end |
#result_statistic ⇒ Types::ReplicationTaskAssessmentRunResultStatistic
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.
12656 12657 12658 12659 12660 12661 12662 12663 12664 12665 12666 12667 12668 12669 12670 12671 12672 12673 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12656 class ReplicationTaskAssessmentRun < Struct.new( :replication_task_assessment_run_arn, :replication_task_arn, :status, :replication_task_assessment_run_creation_date, :assessment_progress, :last_failure_message, :service_access_role_arn, :result_location_bucket, :result_location_folder, :result_encryption_mode, :result_kms_key_arn, :assessment_run_name, :is_latest_task_assessment_run, :result_statistic) SENSITIVE = [] include Aws::Structure end |
#service_access_role_arn ⇒ String
ARN of the service role used to start the assessment run using the
StartReplicationTaskAssessmentRun operation. The role must allow
the iam:PassRole action.
12656 12657 12658 12659 12660 12661 12662 12663 12664 12665 12666 12667 12668 12669 12670 12671 12672 12673 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12656 class ReplicationTaskAssessmentRun < Struct.new( :replication_task_assessment_run_arn, :replication_task_arn, :status, :replication_task_assessment_run_creation_date, :assessment_progress, :last_failure_message, :service_access_role_arn, :result_location_bucket, :result_location_folder, :result_encryption_mode, :result_kms_key_arn, :assessment_run_name, :is_latest_task_assessment_run, :result_statistic) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
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).
12656 12657 12658 12659 12660 12661 12662 12663 12664 12665 12666 12667 12668 12669 12670 12671 12672 12673 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12656 class ReplicationTaskAssessmentRun < Struct.new( :replication_task_assessment_run_arn, :replication_task_arn, :status, :replication_task_assessment_run_creation_date, :assessment_progress, :last_failure_message, :service_access_role_arn, :result_location_bucket, :result_location_folder, :result_encryption_mode, :result_kms_key_arn, :assessment_run_name, :is_latest_task_assessment_run, :result_statistic) SENSITIVE = [] include Aws::Structure end |