AWS::Rekognition::ProjectThe `AWS::Rekognition::Project` type creates an Amazon Rekognition Custom Labels project. A project is a group of resources needed to create and manage versions of an Amazon Rekognition Custom Labels model.
import { CfnProject } from 'aws-cdk-lib/aws-rekognition';Or use the module namespace:
import * as rekognition from 'aws-cdk-lib/aws-rekognition';
// rekognition.CfnProjectConfiguration passed to the constructor as CfnProjectProps.
projectNameRequiredstringThe name of the project to create.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource.
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::Project