AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Rekognition::Project

CfnProject

The `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

import { CfnProject } from 'aws-cdk-lib/aws-rekognition';

Or use the module namespace:

import * as rekognition from 'aws-cdk-lib/aws-rekognition';
// rekognition.CfnProject

Properties

Configuration passed to the constructor as CfnProjectProps.

projectNameRequired
string

The name of the project to create.

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter