Skip to main content

contacts_list_only

Lists contacts in a region or regions, for all properties use contacts

Overview

Namecontacts_list_only
TypeResource
DescriptionResource Type definition for AWS::SSMContacts::Contact
Idaws.ssmcontacts.contacts_list_only

Fields

NameDatatypeDescription
aliasstringAlias of the contact. String value with 20 to 256 characters. Only alphabetical, numeric characters, dash, or underscore allowed.
display_namestringName of the contact. String value with 3 to 256 characters. Only alphabetical, space, numeric characters, dash, or underscore allowed.
typestringContact type, which specify type of contact. Currently supported values: “PERSONAL”, “SHARED”, “OTHER“.
planarrayThe stages that an escalation plan or engagement plan engages contacts and contact methods in.
arnstringThe Amazon Resource Name (ARN) of the contact.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all contacts in a region.

SELECT
region,
arn
FROM aws.ssmcontacts.contacts_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the contacts_list_only resource, see contacts