List Zonal Shifts
| arczonalshift_list_zonal_shifts | R Documentation |
Lists all active and completed zonal shifts in Amazon Route 53 Application Recovery Controller in your Amazon Web Services account in this Amazon Web Services Region¶
Description¶
Lists all active and completed zonal shifts in Amazon Route 53
Application Recovery Controller in your Amazon Web Services account in
this Amazon Web Services Region. list_zonal_shifts returns
customer-initiated zonal shifts, as well as practice run zonal shifts
that Route 53 ARC started on your behalf for zonal autoshift.
The list_zonal_shifts operation does not list autoshifts. For more
information about listing autoshifts, see
"\ListAutoshifts.
Usage¶
Arguments¶
maxResultsThe number of objects that you want to return with this call.
nextTokenSpecifies that you want to receive the next page of results. Valid only if you received a
NextTokenresponse in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call'sNextTokenresponse to request the next page of results.resourceIdentifierThe identifier for the resource that you want to list zonal shifts for. The identifier is the Amazon Resource Name (ARN) for the resource.
statusA status for a zonal shift.
The
Statusfor a zonal shift can have one of the following values:ACTIVE: The zonal shift has been started and active.
EXPIRED: The zonal shift has expired (the expiry time was exceeded).
CANCELED: The zonal shift was canceled.
Value¶
A list with the following syntax:
list(
items = list(
list(
awayFrom = "string",
comment = "string",
expiryTime = as.POSIXct(
"2015-01-01"
),
practiceRunOutcome = "FAILED"|"INTERRUPTED"|"PENDING"|"SUCCEEDED",
resourceIdentifier = "string",
startTime = as.POSIXct(
"2015-01-01"
),
status = "ACTIVE"|"EXPIRED"|"CANCELED",
zonalShiftId = "string"
)
),
nextToken = "string"
)