Cancel Zonal Shift
arczonalshift_cancel_zonal_shift | R Documentation |
Cancel a zonal shift in Amazon Route 53 Application Recovery Controller¶
Description¶
Cancel a zonal shift in Amazon Route 53 Application Recovery Controller. To cancel the zonal shift, specify the zonal shift ID.
A zonal shift can be one that you've started for a resource in your Amazon Web Services account in an Amazon Web Services Region, or it can be a zonal shift started by a practice run with zonal autoshift.
Usage¶
Arguments¶
zonalShiftId
[required] The internally-generated identifier of a zonal shift.
Value¶
A list with the following syntax:
list(
awayFrom = "string",
comment = "string",
expiryTime = as.POSIXct(
"2015-01-01"
),
resourceIdentifier = "string",
startTime = as.POSIXct(
"2015-01-01"
),
status = "ACTIVE"|"EXPIRED"|"CANCELED",
zonalShiftId = "string"
)