StartPlanExecutionRequest
Types
Properties
Link copied to clipboard
The action to perform. Valid values are activate (to shift traffic to the target Region) or deactivate (to shift traffic away from the target Region).
Link copied to clipboard
A boolean value indicating whether to use the latest version of the plan. If set to false, you must specify a specific version.
Link copied to clipboard
The plan execution mode. Valid values are graceful, for starting the execution in graceful mode, or ungraceful, for starting the execution in ungraceful mode.
Link copied to clipboard
The execution identifier of the recovery execution that ran in the opposite region post-recovery is ran in. Required when starting a post-recovery execution.
Link copied to clipboard
The Amazon Web Services Region to target with this execution. This is the Region that traffic will be shifted to or from, depending on the action.
Functions
Link copied to clipboard
inline fun copy(block: StartPlanExecutionRequest.Builder.() -> Unit = {}): StartPlanExecutionRequest