contacts
Retrieves a list of contacts
in a region
Overview
Name | contacts |
Type | Resource |
Description | contacts |
Id | awscc.ssmcontacts.contacts |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the contact. |
region | string | AWS 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