streams
Retrieves a list of streams
in a region
Overview
Name | streams |
Type | Resource |
Description | streams |
Id | awscc.kinesis.streams |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the Kinesis stream. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name
FROM awscc.kinesis.streams
WHERE region = 'us-east-1'
Permissions
To operate on the streams
resource, the following permissions are required:
Create
kinesis:EnableEnhancedMonitoring,
kinesis:DescribeStreamSummary,
kinesis:CreateStream,
kinesis:IncreaseStreamRetentionPeriod,
kinesis:StartStreamEncryption,
kinesis:AddTagsToStream,
kinesis:ListTagsForStream
List
kinesis:ListStreams