stream_processors_list_only
Lists stream_processors
in a region or regions, for all properties use stream_processors
Overview
Name | stream_processors_list_only |
Type | Resource |
Description | The AWS::Rekognition::StreamProcessor type is used to create an Amazon Rekognition StreamProcessor that you can use to analyze streaming videos. |
Id | aws.rekognition.stream_processors_list_only |
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
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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