AWS::LookoutVision::ProjectThe `AWS::LookoutVision::Project` type creates an Amazon Lookout for Vision project. A project is a grouping of the resources needed to create and manage an Amazon Lookout for Vision model.
import { CfnProject } from 'aws-cdk-lib/aws-lookoutvision';Or use the module namespace:
import * as lookoutvision from 'aws-cdk-lib/aws-lookoutvision';
// lookoutvision.CfnProjectConfiguration passed to the constructor as CfnProjectProps.
projectNameRequiredstringThe name of the project.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-lookoutvisionAWS::LookoutVision::Project