Struct aws_sdk_databasemigration::input::apply_pending_maintenance_action_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ApplyPendingMaintenanceActionInput
Implementations
The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to.
The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to.
The pending maintenance action to apply to this resource.
Valid values: os-upgrade
, system-update
, db-upgrade
The pending maintenance action to apply to this resource.
Valid values: os-upgrade
, system-update
, db-upgrade
A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an
opt-in request of type immediate
.
Valid values:
-
immediate
- Apply the maintenance action immediately. -
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource. -
undo-opt-in
- Cancel any existingnext-maintenance
opt-in requests.
A value that specifies the type of opt-in request, or undoes an opt-in request. You can't undo an
opt-in request of type immediate
.
Valid values:
-
immediate
- Apply the maintenance action immediately. -
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource. -
undo-opt-in
- Cancel any existingnext-maintenance
opt-in requests.
Consumes the builder and constructs a ApplyPendingMaintenanceActionInput
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