AWS Fundamentals Logo
AWS Fundamentals
AWS::LookoutVision::Project

LookoutVision Project

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 a Lookout for Vision model.

Properties

1 configurable property. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
ProjectName
string
RequiredCreate-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::LookoutVision::Project

Resources:
  MyResource:
    Type: AWS::LookoutVision::Project
    Properties:
      ProjectName: "my-projectname"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

lookoutvision:CreateProject

read

lookoutvision:DescribeProject

update

delete

lookoutvision:DeleteProject

list

lookoutvision:ListProjects

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

ServiceLookoutVision
Properties2
Required1
TaggingNot supported
Primary IDProjectName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ProjectName

External Links