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.

Example Usage

Before trying the examples, verify that your AWS region supports Amazon Lookout for Vision. Reference: Amazon Lookout for Vision Endpoints and Quotas

Basic

resource "awscc_lookoutvision_project" "example" {
  project_name = "example"
}

Schema

Required

Read-Only

Import

Import is supported using the following syntax:

$ terraform import awscc_lookoutvision_project.example <resource ID>