The type of pending maintenance action to be applied to the resource
Source:R/docdbelastic_operations.R
docdbelastic_apply_pending_maintenance_action.RdThe type of pending maintenance action to be applied to the resource.
See https://www.paws-r-sdk.com/docs/docdbelastic_apply_pending_maintenance_action/ for full documentation.
Usage
docdbelastic_apply_pending_maintenance_action(
applyAction,
applyOn = NULL,
optInType,
resourceArn
)Arguments
- applyAction
[required] The pending maintenance action to apply to the resource.
Valid actions are:
ENGINE_UPDATEENGINE_UPGRADESECURITY_UPDATEOS_UPDATEMASTER_USER_PASSWORD_UPDATE
- applyOn
A specific date to apply the pending maintenance action. Required if opt-in-type is
APPLY_ON. Format:yyyy/MM/dd HH:mm-yyyy/MM/dd HH:mm- optInType
[required] A value that specifies the type of opt-in request, or undoes an opt-in request. An opt-in request of type
IMMEDIATEcan't be undone.- resourceArn
[required] The Amazon DocumentDB Amazon Resource Name (ARN) of the resource to which the pending maintenance action applies.