Skip to content

Cancel Practice Run

arczonalshift_cancel_practice_run R Documentation

Cancel an in-progress practice run zonal shift in Amazon Application Recovery Controller

Description

Cancel an in-progress practice run zonal shift in Amazon Application Recovery Controller.

Usage

arczonalshift_cancel_practice_run(zonalShiftId)

Arguments

zonalShiftId

[required] The identifier of a practice run zonal shift in Amazon Application Recovery Controller that you want to cancel.

Value

A list with the following syntax:

list(
  zonalShiftId = "string",
  resourceIdentifier = "string",
  awayFrom = "string",
  expiryTime = as.POSIXct(
    "2015-01-01"
  ),
  startTime = as.POSIXct(
    "2015-01-01"
  ),
  status = "ACTIVE"|"EXPIRED"|"CANCELED",
  comment = "string"
)

Request syntax

svc$cancel_practice_run(
  zonalShiftId = "string"
)