---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_databrew_schedule Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Resource schema for AWS::DataBrew::Schedule.
---
# awscc_databrew_schedule (Resource)
Resource schema for AWS::DataBrew::Schedule.
## Schema
### Required
- `cron_expression` (String) Schedule cron
- `name` (String) Schedule Name
### Optional
- `job_names` (List of String)
- `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags))
### Read-Only
- `id` (String) Uniquely identifies the resource.
### Nested Schema for `tags`
Optional:
- `key` (String)
- `value` (String)
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_databrew_schedule.example
```