Skip to main content

collections_list_only

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

Overview

Namecollections_list_only
TypeResource
DescriptionThe 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
Idaws.rekognition.collections_list_only

Fields

NameDatatypeDescription
arnstringThe ARN of the stream processor
collection_idstringThe name of the collection
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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