AWS::Rekognition::CollectionThe `AWS::Rekognition::Collection` type creates a server-side container called a collection. You can use a collection to store information about detected faces and search for known faces in images, stored videos, and streaming videos.
import { CfnCollection } from 'aws-cdk-lib/aws-rekognition';Or use the module namespace:
import * as rekognition from 'aws-cdk-lib/aws-rekognition';
// rekognition.CfnCollectionConfiguration passed to the constructor as CfnCollectionProps.
collectionIdRequiredstringID for the collection that you are creating.
tagsOptionalCfnTag[]A set of tags (key-value pairs) that you want to attach to the collection.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-rekognitionAWS::Rekognition::Collection