collection_tags
Expands all tag keys and values for collections
in a region
Overview
Name | collection_tags |
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.collection_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The ARN of the stream processor |
collection_id | string | The name of the collection |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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