event_stream_tags
Expands all tag keys and values for event_streams
in a region
Overview
Name | event_stream_tags |
Type | Resource |
Description | An Event Stream resource of Amazon Connect Customer Profiles |
Id | aws.customerprofiles.event_stream_tags |
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. |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all event_streams
in a region.
SELECT
region,
domain_name,
event_stream_name,
uri,
event_stream_arn,
created_at,
state,
destination_details,
tag_key,
tag_value
FROM aws.customerprofiles.event_stream_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the event_stream_tags
resource, see event_streams