ssmcontacts_list_contacts: Lists all contacts and escalation plans in Incident Manager

View source: R/ssmcontacts_operations.R

ssmcontacts_list_contactsR Documentation

Lists all contacts and escalation plans in Incident Manager

Description

Lists all contacts and escalation plans in Incident Manager.

See https://www.paws-r-sdk.com/docs/ssmcontacts_list_contacts/ for full documentation.

Usage

ssmcontacts_list_contacts(
  NextToken = NULL,
  MaxResults = NULL,
  AliasPrefix = NULL,
  Type = NULL
)

Arguments

NextToken

The pagination token to continue to the next page of results.

MaxResults

The maximum number of contacts and escalation plans per page of results.

AliasPrefix

Used to list only contacts who's aliases start with the specified prefix.

Type

The type of contact. A contact is type PERSONAL and an escalation plan is type ESCALATION.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.