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.
Before trying the examples, verify that your AWS region supports Amazon Lookout for Vision. Reference: Amazon Lookout for Vision Endpoints and Quotas
resource "awscc_lookoutvision_project" "example" {
project_name = "example"
}
project_name
(String) The name of the Amazon Lookout for Vision projectarn
(String)id
(String) Uniquely identifies the resource.Import is supported using the following syntax:
$ terraform import awscc_lookoutvision_project.example <resource ID>