--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_lookoutvision_project Resource - terraform-provider-awscc" subcategory: "" description: |- 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. --- # awscc_lookoutvision_project (Resource) 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. ## Schema ### Required - `project_name` (String) The name of the Amazon Lookout for Vision project ### Read-Only - `arn` (String) - `id` (String) Uniquely identifies the resource. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_lookoutvision_project.example ```