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
Source:R/ssmcontacts_operations.R
ssmcontacts_create_contact.RdContacts 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.
Usage
ssmcontacts_create_contact(
Alias,
DisplayName = NULL,
Type,
Plan,
Tags = NULL,
IdempotencyToken = NULL
)Arguments
- 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] The type of contact to create.
PERSONAL: A single, individual contact.ESCALATION: An escalation plan.ONCALL_SCHEDULE: An on-call schedule.
- 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.
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.