--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_databrew_project Resource - terraform-provider-awscc" subcategory: "" description: |- Resource schema for AWS::DataBrew::Project. --- # awscc_databrew_project (Resource) Resource schema for AWS::DataBrew::Project. ## Schema ### Required - `dataset_name` (String) Dataset name - `name` (String) Project name - `recipe_name` (String) Recipe name - `role_arn` (String) Role arn ### Optional - `sample` (Attributes) Sample (see [below for nested schema](#nestedatt--sample)) - `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `id` (String) Uniquely identifies the resource. ### Nested Schema for `sample` Optional: - `size` (Number) Sample size - `type` (String) Sample type ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_databrew_project.example ```