event_trigger_tags
Expands all tag keys and values for event_triggers in a region
Overview
| Name | event_trigger_tags |
| Type | Resource |
| Description | An event trigger resource of Amazon Connect Customer Profiles |
| Id | aws.customerprofiles.event_trigger_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
domain_name | string | The unique name of the domain. |
event_trigger_name | string | The unique name of the event trigger. |
object_type_name | string | The unique name of the object type. |
description | string | The description of the event trigger. |
event_trigger_conditions | array | A list of conditions that determine when an event should trigger the destination. |
event_trigger_limits | object | Defines limits controlling whether an event triggers the destination, based on ingestion latency and the number of invocations per profile over specific time periods. |
segment_filter | string | The destination is triggered only for profiles that meet the criteria of a segment definition. |
created_at | string | The timestamp of when the event trigger was created. |
last_updated_at | string | The timestamp of when the event trigger was most recently updated. |
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 event_triggers in a region.
SELECT
region,
domain_name,
event_trigger_name,
object_type_name,
description,
event_trigger_conditions,
event_trigger_limits,
segment_filter,
created_at,
last_updated_at,
tag_key,
tag_value
FROM aws.customerprofiles.event_trigger_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the event_trigger_tags resource, see event_triggers