ssmcontacts_update_contact {paws.management} | R Documentation |
Updates the contact or escalation plan specified
Description
Updates the contact or escalation plan specified.
See https://www.paws-r-sdk.com/docs/ssmcontacts_update_contact/ for full documentation.
Usage
ssmcontacts_update_contact(ContactId, DisplayName = NULL, Plan = NULL)
Arguments
ContactId |
[required] The Amazon Resource Name (ARN) of the contact or escalation plan you're updating. |
DisplayName |
The full name of the contact or escalation plan. |
Plan |
A list of stages. A contact has an engagement plan with stages for specified contact channels. An escalation plan uses these stages to contact specified contacts. |
[Package paws.management version 0.7.0 Index]