contact
Gets an individual contact
resource
Overview
Name | contact |
Type | Resource |
Description | contact |
Id | awscc.ssmcontacts.contact |
Fields
Name | Datatype | Description |
---|---|---|
alias | string | Alias of the contact. String value with 20 to 256 characters. Only alphabetical, numeric characters, dash, or underscore allowed. |
display_name | string | Name of the contact. String value with 3 to 256 characters. Only alphabetical, space, numeric characters, dash, or underscore allowed. |
type | string | Contact type, which specify type of contact. Currently supported values: “PERSONAL”, “SHARED”, “OTHER“. |
plan | array | The stages that an escalation plan or engagement plan engages contacts and contact methods in. |
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,
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