Lists all contacts and escalation plans in Incident Manager.
See https://www.paws-r-sdk.com/docs/ssmcontacts_list_contacts/ for full documentation.
ssmcontacts_list_contacts(
NextToken = NULL,
MaxResults = NULL,
AliasPrefix = NULL,
Type = NULL
)
The pagination token to continue to the next page of results.
The maximum number of contacts and escalation plans per page of results.
Used to list only contacts who's aliases start with the specified prefix.
The type of contact. A contact is type PERSONAL
and an escalation plan
is type ESCALATION
.