--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_rekognition_project Resource - terraform-provider-awscc" subcategory: "" description: |- The AWS::Rekognition::Project type creates an Amazon Rekognition CustomLabels Project. A project is a grouping of the resources needed to create and manage Dataset and ProjectVersions. --- # awscc_rekognition_project (Resource) The AWS::Rekognition::Project type creates an Amazon Rekognition CustomLabels Project. A project is a grouping of the resources needed to create and manage Dataset and ProjectVersions. ## Schema ### Required - `project_name` (String) The name of the project ### Read-Only - `arn` (String) - `id` (String) Uniquely identifies the resource. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_rekognition_project.example ```