Skip to main content

stream_processors_list_only

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

Overview

Namestream_processors_list_only
TypeResource
DescriptionThe AWS::Rekognition::StreamProcessor type is used to create an Amazon Rekognition StreamProcessor that you can use to analyze streaming videos.
Idaws.rekognition.stream_processors_list_only

Fields

NameDatatypeDescription
namestringName of the stream processor. It's an identifier you assign to the stream processor. You can use it to manage the stream processor.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all stream_processors in a region.

SELECT
region,
name
FROM aws.rekognition.stream_processors_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the stream_processors_list_only resource, see stream_processors