interface CfnProjectProps
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.Rekognition.CfnProjectProps | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsrekognition#CfnProjectProps | 
  Java | software.amazon.awscdk.services.rekognition.CfnProjectProps | 
  Python | aws_cdk.aws_rekognition.CfnProjectProps | 
  TypeScript  | aws-cdk-lib » aws_rekognition » CfnProjectProps | 
Properties for defining a CfnProject.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rekognition-project.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_rekognition as rekognition } from 'aws-cdk-lib';
const cfnProjectProps: rekognition.CfnProjectProps = {
  projectName: 'projectName',
};
Properties
| Name | Type | Description | 
|---|---|---|
| project | string | The name of the project to create. | 
projectName
Type:
string
The name of the project to create.

 .NET
 Go
 Java
 Python
 TypeScript