aws-cdk-lib.aws_rekognition.CfnProjectProps

interface CfnProjectProps

LanguageType name
.NETAmazon.CDK.AWS.Rekognition.CfnProjectProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsrekognition#CfnProjectProps
Javasoftware.amazon.awscdk.services.rekognition.CfnProjectProps
Pythonaws_cdk.aws_rekognition.CfnProjectProps
TypeScript aws-cdk-lib » aws_rekognition » CfnProjectProps

Properties for defining a CfnProject.

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

NameTypeDescription
projectNamestringThe name of the project to create.

projectName

Type: string

The name of the project to create.