interface CfnProjectProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Rekognition.CfnProjectProps |
Java | software.amazon.awscdk.services.rekognition.CfnProjectProps |
Python | aws_cdk.aws_rekognition.CfnProjectProps |
TypeScript | @aws-cdk/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 * as rekognition from '@aws-cdk/aws-rekognition';
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.