aws.customer_profiles.get_event_stream
Example SQL Queries
SELECT * FROMaws.customer_profiles.get_event_streamWHERE"domain_name" = 'VALUE'AND "event_stream_name" = 'VALUE';Description
Returns information about the specified event stream in a specific domain.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Required Input Column The unique name of the domain. | VARCHAR |
| event_stream_name Required Input Column The name of the event stream provided during create operations. | 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
| |
| created_at The timestamp of when the export was created. | TIMESTAMP_S |
| destination_details Details regarding the Kinesis stream. | STRUCT( |
Show child fields
| |
| event_stream_arn A unique identifier for 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) |