Skip to main content

streams_list_only

Lists streams in a region or regions, for all properties use streams

Overview

Namestreams_list_only
TypeResource
DescriptionResource schema for AWS::QLDB::Stream.
Idaws.qldb.streams_list_only

Fields

NameDatatypeDescription
ledger_namestring
stream_namestring
role_arnstring
inclusive_start_timestring
exclusive_end_timestring
kinesis_configurationobject
tagsarrayAn array of key-value pairs to apply to this resource.
arnstring
idstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all streams in a region.

SELECT
region,
ledger_name,
id
FROM aws.qldb.streams_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the streams_list_only resource, see streams