aws.customer_profiles.list_event_streams
Example SQL Queries
SELECT * FROMaws.customer_profiles.list_event_streamsWHERE"domain_name" = 'VALUE';Description
Returns a list of all the event streams in a specific domain.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Required Input Column The unique name of the domain. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| destination_summary Summary information about the Kinesis data stream. | STRUCT( |
Show child fields
| |
| event_stream_arn A unique identifier for the event stream. | VARCHAR |
| event_stream_name The name of the event stream. | VARCHAR |
| state The operational state of destination stream for export. | VARCHAR |
| stopped_since The timestamp when the State changed to STOPPED. | TIMESTAMP_S |
| tags The tags used to organize, track, or control access for this resource. | MAP(VARCHAR, VARCHAR) |