collections_list_only
Lists collections
in a region or regions, for all properties use collections
Overview
Name | collections_list_only |
Type | Resource |
Description | The AWS::Rekognition::Collection type creates an Amazon Rekognition Collection. A collection is a logical grouping of information about detected faces which can later be referenced for searches on the group |
Id | aws.rekognition.collections_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The ARN of the stream processor |
collection_id | string | The name of the collection |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all collections
in a region.
SELECT
region,
collection_id
FROM aws.rekognition.collections_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the collections_list_only
resource, see collections