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 Type Definition for AWS::KinesisVideo::Stream
Idawscc.kinesisvideo.streams_list_only

Fields

NameDatatypeDescription
namestringThe name of the Kinesis Video stream.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all streams in a region.

SELECT
region,
name
FROM awscc.kinesisvideo.streams_list_only
WHERE region = 'us-east-1';

Permissions

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