---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_databrew_job Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::DataBrew::Job
---
# awscc_databrew_job (Data Source)
Data Source schema for AWS::DataBrew::Job
## Schema
### Required
- `id` (String) Uniquely identifies the resource.
### Read-Only
- `data_catalog_outputs` (Attributes List) (see [below for nested schema](#nestedatt--data_catalog_outputs))
- `database_outputs` (Attributes List) (see [below for nested schema](#nestedatt--database_outputs))
- `dataset_name` (String) Dataset name
- `encryption_key_arn` (String) Encryption Key Arn
- `encryption_mode` (String) Encryption mode
- `job_sample` (Attributes) Job Sample (see [below for nested schema](#nestedatt--job_sample))
- `log_subscription` (String) Log subscription
- `max_capacity` (Number) Max capacity
- `max_retries` (Number) Max retries
- `name` (String) Job name
- `output_location` (Attributes) Output location (see [below for nested schema](#nestedatt--output_location))
- `outputs` (Attributes List) (see [below for nested schema](#nestedatt--outputs))
- `profile_configuration` (Attributes) Profile Job configuration (see [below for nested schema](#nestedatt--profile_configuration))
- `project_name` (String) Project name
- `recipe` (Attributes) (see [below for nested schema](#nestedatt--recipe))
- `role_arn` (String) Role arn
- `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags))
- `timeout` (Number) Timeout
- `type` (String) Job type
- `validation_configurations` (Attributes List) Data quality rules configuration (see [below for nested schema](#nestedatt--validation_configurations))
### Nested Schema for `data_catalog_outputs`
Read-Only:
- `catalog_id` (String)
- `database_name` (String)
- `database_options` (Attributes) (see [below for nested schema](#nestedatt--data_catalog_outputs--database_options))
- `overwrite` (Boolean)
- `s3_options` (Attributes) (see [below for nested schema](#nestedatt--data_catalog_outputs--s3_options))
- `table_name` (String)
### Nested Schema for `data_catalog_outputs.database_options`
Read-Only:
- `table_name` (String)
- `temp_directory` (Attributes) S3 Output location (see [below for nested schema](#nestedatt--data_catalog_outputs--database_options--temp_directory))
### Nested Schema for `data_catalog_outputs.database_options.temp_directory`
Read-Only:
- `bucket` (String)
- `bucket_owner` (String)
- `key` (String)
### Nested Schema for `data_catalog_outputs.s3_options`
Read-Only:
- `location` (Attributes) S3 Output location (see [below for nested schema](#nestedatt--data_catalog_outputs--s3_options--location))
### Nested Schema for `data_catalog_outputs.s3_options.location`
Read-Only:
- `bucket` (String)
- `bucket_owner` (String)
- `key` (String)
### Nested Schema for `database_outputs`
Read-Only:
- `database_options` (Attributes) (see [below for nested schema](#nestedatt--database_outputs--database_options))
- `database_output_mode` (String) Database table name
- `glue_connection_name` (String) Glue connection name
### Nested Schema for `database_outputs.database_options`
Read-Only:
- `table_name` (String)
- `temp_directory` (Attributes) S3 Output location (see [below for nested schema](#nestedatt--database_outputs--database_options--temp_directory))
### Nested Schema for `database_outputs.database_options.temp_directory`
Read-Only:
- `bucket` (String)
- `bucket_owner` (String)
- `key` (String)
### Nested Schema for `job_sample`
Read-Only:
- `mode` (String) Sample configuration mode for profile jobs.
- `size` (Number) Sample configuration size for profile jobs.
### Nested Schema for `output_location`
Read-Only:
- `bucket` (String)
- `bucket_owner` (String)
- `key` (String)
### Nested Schema for `outputs`
Read-Only:
- `compression_format` (String)
- `format` (String)
- `format_options` (Attributes) Format options for job Output (see [below for nested schema](#nestedatt--outputs--format_options))
- `location` (Attributes) S3 Output location (see [below for nested schema](#nestedatt--outputs--location))
- `max_output_files` (Number)
- `overwrite` (Boolean)
- `partition_columns` (List of String)
### Nested Schema for `outputs.format_options`
Read-Only:
- `csv` (Attributes) Output Csv options (see [below for nested schema](#nestedatt--outputs--format_options--csv))
### Nested Schema for `outputs.format_options.csv`
Read-Only:
- `delimiter` (String)
### Nested Schema for `outputs.location`
Read-Only:
- `bucket` (String)
- `bucket_owner` (String)
- `key` (String)
### Nested Schema for `profile_configuration`
Read-Only:
- `column_statistics_configurations` (Attributes List) (see [below for nested schema](#nestedatt--profile_configuration--column_statistics_configurations))
- `dataset_statistics_configuration` (Attributes) (see [below for nested schema](#nestedatt--profile_configuration--dataset_statistics_configuration))
- `entity_detector_configuration` (Attributes) (see [below for nested schema](#nestedatt--profile_configuration--entity_detector_configuration))
- `profile_columns` (Attributes List) (see [below for nested schema](#nestedatt--profile_configuration--profile_columns))
### Nested Schema for `profile_configuration.column_statistics_configurations`
Read-Only:
- `selectors` (Attributes List) (see [below for nested schema](#nestedatt--profile_configuration--column_statistics_configurations--selectors))
- `statistics` (Attributes) (see [below for nested schema](#nestedatt--profile_configuration--column_statistics_configurations--statistics))
### Nested Schema for `profile_configuration.column_statistics_configurations.selectors`
Read-Only:
- `name` (String)
- `regex` (String)
### Nested Schema for `profile_configuration.column_statistics_configurations.statistics`
Read-Only:
- `included_statistics` (List of String)
- `overrides` (Attributes List) (see [below for nested schema](#nestedatt--profile_configuration--column_statistics_configurations--statistics--overrides))
### Nested Schema for `profile_configuration.column_statistics_configurations.statistics.overrides`
Read-Only:
- `parameters` (Map of String)
- `statistic` (String)
### Nested Schema for `profile_configuration.dataset_statistics_configuration`
Read-Only:
- `included_statistics` (List of String)
- `overrides` (Attributes List) (see [below for nested schema](#nestedatt--profile_configuration--dataset_statistics_configuration--overrides))
### Nested Schema for `profile_configuration.dataset_statistics_configuration.overrides`
Read-Only:
- `parameters` (Map of String)
- `statistic` (String)
### Nested Schema for `profile_configuration.entity_detector_configuration`
Read-Only:
- `allowed_statistics` (Attributes) (see [below for nested schema](#nestedatt--profile_configuration--entity_detector_configuration--allowed_statistics))
- `entity_types` (List of String)
### Nested Schema for `profile_configuration.entity_detector_configuration.allowed_statistics`
Read-Only:
- `statistics` (List of String)
### Nested Schema for `profile_configuration.profile_columns`
Read-Only:
- `name` (String)
- `regex` (String)
### Nested Schema for `recipe`
Read-Only:
- `name` (String) Recipe name
- `version` (String) Recipe version
### Nested Schema for `tags`
Read-Only:
- `key` (String)
- `value` (String)
### Nested Schema for `validation_configurations`
Read-Only:
- `ruleset_arn` (String) Arn of the Ruleset
- `validation_mode` (String)