---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_evidently_project Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Resource Type definition for AWS::Evidently::Project
---
# awscc_evidently_project (Resource)
Resource Type definition for AWS::Evidently::Project
## Schema
### Required
- `name` (String)
### Optional
- `data_delivery` (Attributes) Destinations for data. (see [below for nested schema](#nestedatt--data_delivery))
- `description` (String)
- `tags` (Attributes Set) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags))
### Read-Only
- `arn` (String)
- `id` (String) Uniquely identifies the resource.
### Nested Schema for `data_delivery`
Optional:
- `log_group` (String)
- `s3` (Attributes) (see [below for nested schema](#nestedatt--data_delivery--s3))
### Nested Schema for `data_delivery.s3`
Optional:
- `bucket_name` (String)
- `prefix` (String)
### Nested Schema for `tags`
Optional:
- `key` (String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- `value` (String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_evidently_project.example
```