interface CfnProjectProps
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.LookoutVision.CfnProjectProps | 
  Java | software.amazon.awscdk.services.lookoutvision.CfnProjectProps | 
  Python | aws_cdk.aws_lookoutvision.CfnProjectProps | 
  TypeScript  | @aws-cdk/aws-lookoutvision » 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 lookoutvision from '@aws-cdk/aws-lookoutvision';
const cfnProjectProps: lookoutvision.CfnProjectProps = {
  projectName: 'projectName',
};
Properties
| Name | Type | Description | 
|---|---|---|
| project | string | The name of the project. | 
projectName
Type:
string
The name of the project.

 .NET
 Java
 Python
 TypeScript