Skip to main content

event_trigger_tags

Expands all tag keys and values for event_triggers in a region

Overview

Nameevent_trigger_tags
TypeResource
DescriptionAn event trigger resource of Amazon Connect Customer Profiles
Idaws.customerprofiles.event_trigger_tags

Fields

NameDatatypeDescription
domain_namestringThe unique name of the domain.
event_trigger_namestringThe unique name of the event trigger.
object_type_namestringThe unique name of the object type.
descriptionstringThe description of the event trigger.
event_trigger_conditionsarrayA list of conditions that determine when an event should trigger the destination.
event_trigger_limitsobjectDefines limits controlling whether an event triggers the destination, based on ingestion latency and the number of invocations per profile over specific time periods.
segment_filterstringThe destination is triggered only for profiles that meet the criteria of a segment definition.
created_atstringThe timestamp of when the event trigger was created.
last_updated_atstringThe timestamp of when the event trigger was most recently updated.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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