Skip to main content

event_stream

Gets an individual event_stream resource

Overview

Nameevent_stream
TypeResource
Descriptionevent_stream
Idawscc.customerprofiles.event_stream

Fields

NameDatatypeDescription
domain_namestringThe unique name of the domain.
event_stream_namestringThe name of the event stream.
uristring
event_stream_arnstringA unique identifier for the event stream.
tagsarrayThe tags used to organize, track, or control access for this resource.
created_atstringThe timestamp of when the export was created.
statestringThe operational state of destination stream for export.
destination_detailsobjectDetails regarding the Kinesis stream.
regionstringAWS 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