Skip to main content

streams

Retrieves a list of streams in a region

Overview

Namestreams
TypeResource
Descriptionstreams
Idawscc.qldb.streams

Fields

NameDatatypeDescription
ledger_namestring
idstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
ledger_name,
id
FROM awscc.qldb.streams
WHERE region = 'us-east-1'

Permissions

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

Create

iam:PassRole,
qldb:StreamJournalToKinesis,
qldb:DescribeJournalKinesisStream

List

qldb:listJournalKinesisStreamsForLedger