AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::LookoutVision::Project

CfnProject

The `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

import { CfnProject } from 'aws-cdk-lib/aws-lookoutvision';

Or use the module namespace:

import * as lookoutvision from 'aws-cdk-lib/aws-lookoutvision';
// lookoutvision.CfnProject

Properties

Configuration passed to the constructor as CfnProjectProps.

projectNameRequired
string

The name of the project.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-lookoutvision
CFN TypeAWS::LookoutVision::Project
Properties1

External Links