View source: R/ssmcontacts_operations.R
ssmcontacts_create_rotation_override | R Documentation |
Creates an override for a rotation in an on-call schedule.
See https://www.paws-r-sdk.com/docs/ssmcontacts_create_rotation_override/ for full documentation.
ssmcontacts_create_rotation_override(
RotationId,
NewContactIds,
StartTime,
EndTime,
IdempotencyToken = NULL
)
RotationId |
[required] The Amazon Resource Name (ARN) of the rotation to create an override for. |
NewContactIds |
[required] The Amazon Resource Names (ARNs) of the contacts to replace those in the current on-call rotation with. If you want to include any current team members in the override shift, you must include their ARNs in the new contact ID list. |
StartTime |
[required] The date and time when the override goes into effect. |
EndTime |
[required] The date and time when the override ends. |
IdempotencyToken |
A token that ensures that the operation is called only once with the specified details. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.