ssmcontacts_update_rotation: Updates the information specified for an on-call rotation

View source: R/ssmcontacts_operations.R

ssmcontacts_update_rotationR Documentation

Updates the information specified for an on-call rotation

Description

Updates the information specified for an on-call rotation.

See https://www.paws-r-sdk.com/docs/ssmcontacts_update_rotation/ for full documentation.

Usage

ssmcontacts_update_rotation(
  RotationId,
  ContactIds = NULL,
  StartTime = NULL,
  TimeZoneId = NULL,
  Recurrence
)

Arguments

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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.