event_stream
Gets an individual event_stream
resource
Overview
Name | event_stream |
Type | Resource |
Description | event_stream |
Id | awscc.customerprofiles.event_stream |
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 | |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
domain_name,
event_stream_name,
uri,
event_stream_arn,
tags,
created_at,
state,
destination_details
FROM awscc.customerprofiles.event_stream
WHERE data__Identifier = '<DomainName>|<EventStreamName>';
Permissions
To operate on the event_stream
resource, the following permissions are required:
Read
profile:GetEventStream,
kinesis:DescribeStreamSummary
Update
kinesis:DescribeStreamSummary,
profile:GetEventStream,
profile:UntagResource,
profile:TagResource
Delete
profile:DeleteEventStream,
iam:DeleteRolePolicy