Skip to main content

stream_processors

Retrieves a list of stream_processors in a region

Overview

Namestream_processors
TypeResource
Descriptionstream_processors
Idawscc.rekognition.stream_processors

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name
FROM awscc.rekognition.stream_processors
WHERE region = 'us-east-1'

Permissions

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

Create

rekognition:CreateStreamProcessor,
iam:PassRole,
rekognition:DescribeStreamProcessor,
rekognition:ListTagsForResource,
rekognition:TagResource

List

rekognition:ListStreamProcessors