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