stream_processors
Retrieves a list of stream_processors
in a region
Overview
Name | stream_processors |
Type | Resource |
Description | stream_processors |
Id | awscc.rekognition.stream_processors |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the stream processor. It's an identifier you assign to the stream processor. You can use it to manage the stream processor. |
region | string | AWS 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