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. |
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