Skip to main content

contact

Gets an individual contact resource

Overview

Namecontact
TypeResource
Descriptioncontact
Idawscc.ssmcontacts.contact

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
alias,
display_name,
type,
plan,
arn
FROM awscc.ssmcontacts.contact
WHERE data__Identifier = '<Arn>';

Permissions

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

Read

ssm-contacts:GetContact

Update

ssm-contacts:UpdateContact,
ssm-contacts:GetContact,
ssm-contacts:AssociateContact

Delete

ssm-contacts:DeleteContact,
ssm-contacts:GetContact,
ssm-contacts:AssociateContact