View source: R/ssmcontacts_operations.R
ssmcontacts_update_rotation | R Documentation |
Updates the information specified for an on-call rotation.
See https://www.paws-r-sdk.com/docs/ssmcontacts_update_rotation/ for full documentation.
ssmcontacts_update_rotation(
RotationId,
ContactIds = NULL,
StartTime = NULL,
TimeZoneId = NULL,
Recurrence
)
RotationId |
[required] The Amazon Resource Name (ARN) of the rotation to update. |
ContactIds |
The Amazon Resource Names (ARNs) of the contacts to include in the updated rotation. The order in which you list the contacts is their shift order in the rotation schedule. |
StartTime |
The date and time the rotation goes into effect. |
TimeZoneId |
The time zone to base the updated rotation’s activity on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul". For more information, see the Time Zone Database on the IANA website. Designators for time zones that don’t support Daylight Savings Time Rules, such as Pacific Standard Time (PST) and Pacific Daylight Time (PDT), aren't supported. |
Recurrence |
[required] Information about how long the updated rotation lasts before restarting at the beginning of the shift order. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.