Skip to main content

contacts

Retrieves a list of contacts in a region

Overview

Namecontacts
TypeResource
Descriptioncontacts
Idawscc.ssmcontacts.contacts

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the contact.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn
FROM awscc.ssmcontacts.contacts
WHERE region = 'us-east-1'

Permissions

To operate on the contacts resource, the following permissions are required:

Create

ssm-contacts:CreateContact,
ssm-contacts:GetContact,
ssm-contacts:AssociateContact

List

ssm-contacts:ListContacts