Struct aws_sdk_databasemigration::model::replication_task_assessment_run::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ReplicationTaskAssessmentRun
Implementations
Amazon Resource Name (ARN) of this assessment run.
Amazon Resource Name (ARN) of this assessment run.
ARN of the migration task associated with this premigration assessment run.
ARN of the migration task associated with this premigration assessment run.
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.
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.
Date on which the assessment run was created using the
StartReplicationTaskAssessmentRun
operation.
pub fn set_replication_task_assessment_run_creation_date(
self,
input: Option<DateTime>
) -> Self
pub fn set_replication_task_assessment_run_creation_date(
self,
input: Option<DateTime>
) -> Self
Date on which the assessment run was created using the
StartReplicationTaskAssessmentRun
operation.
Indication of the completion progress for the individual assessments specified to run.
pub fn set_assessment_progress(
self,
input: Option<ReplicationTaskAssessmentRunProgress>
) -> Self
pub fn set_assessment_progress(
self,
input: Option<ReplicationTaskAssessmentRunProgress>
) -> Self
Indication of the completion progress for the individual assessments specified to run.
Last message generated by an individual assessment failure.
Last message generated by an individual assessment failure.
ARN of the service role used to start the assessment run using the
StartReplicationTaskAssessmentRun
operation. The role must allow the iam:PassRole
action.
ARN of the service role used to start the assessment run using the
StartReplicationTaskAssessmentRun
operation. The role must allow the iam:PassRole
action.
Amazon S3 bucket where DMS stores the results of this assessment run.
Amazon S3 bucket where DMS stores the results of this assessment run.
Folder in an Amazon S3 bucket where DMS stores the results of this assessment run.
Folder in an Amazon S3 bucket where DMS stores the results of this assessment run.
Encryption mode used to encrypt the assessment run results.
Encryption mode used to encrypt the assessment run results.
ARN of the KMS encryption key used to encrypt the assessment run results.
ARN of the KMS encryption key used to encrypt the assessment run results.
Unique name of the assessment run.
Unique name of the assessment run.
Consumes the builder and constructs a ReplicationTaskAssessmentRun
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more