Skip to main content

event_streams

Retrieves a list of event_streams in a region

Overview

Nameevent_streams
TypeResource
Descriptionevent_streams
Idawscc.customerprofiles.event_streams

Fields

NameDatatypeDescription
domain_namestringThe unique name of the domain.
event_stream_namestringThe name of the event stream.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
domain_name,
event_stream_name
FROM awscc.customerprofiles.event_streams
WHERE region = 'us-east-1'

Permissions

To operate on the event_streams resource, the following permissions are required:

Create

profile:CreateEventStream,
iam:PutRolePolicy,
kinesis:DescribeStreamSummary,
profile:TagResource

List

profile:ListEventStreams