event_streams_list_only
Lists event_streams
in a region or regions, for all properties use event_streams
Overview
Name | event_streams_list_only |
Type | Resource |
Description | An Event Stream resource of Amazon Connect Customer Profiles |
Id | aws.customerprofiles.event_streams_list_only |
Fields
Name | Datatype | Description |
---|---|---|
domain_name | string | The unique name of the domain. |
event_stream_name | string | The name of the event stream. |
uri | string | The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name |
event_stream_arn | string | A unique identifier for the event stream. |
tags | array | The tags used to organize, track, or control access for this resource. |
created_at | string | The timestamp of when the export was created. |
state | string | The operational state of destination stream for export. |
destination_details | object | Details regarding the Kinesis stream. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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