Returns a list of shifts based on rotation configuration parameters
Source:R/ssmcontacts_operations.R
ssmcontacts_list_preview_rotation_shifts.RdReturns a list of shifts based on rotation configuration parameters.
See https://www.paws-r-sdk.com/docs/ssmcontacts_list_preview_rotation_shifts/ for full documentation.
Usage
ssmcontacts_list_preview_rotation_shifts(
RotationStartTime = NULL,
StartTime = NULL,
EndTime,
Members,
TimeZoneId,
Recurrence,
Overrides = NULL,
NextToken = NULL,
MaxResults = NULL
)Arguments
- RotationStartTime
The date and time a rotation would begin. The first shift is calculated from this date and time.
- StartTime
Used to filter the range of calculated shifts before sending the response back to the user.
- EndTime
[required] The date and time a rotation shift would end.
- Members
[required] The contacts that would be assigned to a rotation.
- TimeZoneId
[required] The time zone the rotation’s activity would be based on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul".
- Recurrence
[required] Information about how long a rotation would last before restarting at the beginning of the shift order.
- Overrides
Information about changes that would be made in a rotation override.
- NextToken
A token to start the list. This token is used to get the next set of results.
- MaxResults
The maximum number of items to return for this call. The call also returns a token that can be specified in a subsequent call to get the next set of results.