AWS::Rekognition::CollectionThe 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
2 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CollectionId | string | RequiredCreate-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Rekognition::Collection
Resources:
MyResource:
Type: AWS::Rekognition::Collection
Properties:
CollectionId: "my-collectionid"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
rekognition:CreateCollectionrekognition:DescribeCollectionrekognition:ListTagsForResourcerekognition:TagResourcerekognition:DescribeCollectionrekognition:ListTagsForResourcerekognition:TagResourcerekognition:UntagResourcerekognition:DescribeCollectionrekognition:ListTagsForResourcerekognition:DeleteCollectionrekognition:ListCollectionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterCollectionIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
CollectionId