email_address_tags
Expands all tag keys and values for email_addresses in a region
Overview
| Name | email_address_tags |
| Type | Resource |
| Description | Resource Type definition for AWS::Connect::EmailAddress |
| Id | aws.connect.email_address_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
instance_arn | string | The identifier of the Amazon Connect instance. |
email_address_arn | string | The identifier of the email address. |
description | string | A description for the email address. |
email_address | string | Email address to be created for this instance |
display_name | string | The display name for the email address. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Expands tags for all email_addresses in a region.
SELECT
region,
instance_arn,
email_address_arn,
description,
email_address,
display_name,
tag_key,
tag_value
FROM aws.connect.email_address_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the email_address_tags resource, see email_addresses