event_streams
Retrieves a list of event_streams
in a region
Overview
Name | event_streams |
Type | Resource |
Description | event_streams |
Id | awscc.customerprofiles.event_streams |
Fields
Name | Datatype | Description |
---|---|---|
domain_name | string | The unique name of the domain. |
event_stream_name | string | The name of the event stream. |
region | string | AWS 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