Skip to main content

event_stream_tags

Expands all tag keys and values for event_streams in a region

Overview

Nameevent_stream_tags
TypeResource
DescriptionAn Event Stream resource of Amazon Connect Customer Profiles
Idaws.customerprofiles.event_stream_tags

Fields

NameDatatypeDescription
domain_namestringThe unique name of the domain.
event_stream_namestringThe name of the event stream.
uristringThe StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name
event_stream_arnstringA unique identifier for the event stream.
created_atstringThe timestamp of when the export was created.
statestringThe operational state of destination stream for export.
destination_detailsobjectDetails regarding the Kinesis stream.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all event_streams in a region.

SELECT
region,
domain_name,
event_stream_name,
uri,
event_stream_arn,
created_at,
state,
destination_details,
tag_key,
tag_value
FROM aws.customerprofiles.event_stream_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the event_stream_tags resource, see event_streams