Skip to main content

collection_tags

Expands all tag keys and values for collections in a region

Overview

Namecollection_tags
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.collection_tags

Fields

NameDatatypeDescription
arnstringThe ARN of the stream processor
collection_idstringThe name of the collection
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all collections in a region.

SELECT
region,
arn,
collection_id,
tag_key,
tag_value
FROM aws.rekognition.collection_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the collection_tags resource, see collections