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 a Lookout for Vision model.
1 configurable property. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ProjectName | string | RequiredCreate-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::LookoutVision::Project
Resources:
MyResource:
Type: AWS::LookoutVision::Project
Properties:
ProjectName: "my-projectname"Permissions CloudFormation needs in your IAM role to manage this resource.
lookoutvision:CreateProjectlookoutvision:DescribeProjectlookoutvision:DeleteProjectlookoutvision:ListProjectsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterProjectNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ProjectName