View source: R/ssmcontacts_operations.R
ssmcontacts_create_contact | R Documentation |
Contacts are either the contacts that Incident Manager engages during an incident or the escalation plans that Incident Manager uses to engage contacts in phases during an incident.
See https://www.paws-r-sdk.com/docs/ssmcontacts_create_contact/ for full documentation.
ssmcontacts_create_contact(
Alias,
DisplayName = NULL,
Type,
Plan,
Tags = NULL,
IdempotencyToken = NULL
)
Alias |
[required] The short name to quickly identify a contact or escalation plan. The contact alias must be unique and identifiable. |
DisplayName |
The full name of the contact or escalation plan. |
Type |
[required] To create an escalation plan use |
Plan |
[required] A list of stages. A contact has an engagement plan with stages that contact specified contact channels. An escalation plan uses stages that contact specified contacts. |
Tags |
Adds a tag to the target. You can only tag resources created in the first Region of your replication set. |
IdempotencyToken |
A token ensuring 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.