Skip to main content

event_streams_list_only

Lists event_streams in a region or regions, for all properties use event_streams

Overview

Nameevent_streams_list_only
TypeResource
DescriptionAn Event Stream resource of Amazon Connect Customer Profiles
Idaws.customerprofiles.event_streams_list_only

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.
tagsarrayThe tags used to organize, track, or control access for this resource.
created_atstringThe timestamp of when the export was created.
statestringThe operational state of destination stream for export.
destination_detailsobjectDetails regarding the Kinesis stream.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all event_streams in a region.

SELECT
region,
domain_name,
event_stream_name
FROM aws.customerprofiles.event_streams_list_only
WHERE region = 'us-east-1';

Permissions

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