

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::DataBrew::Job Output
<a name="aws-properties-databrew-job-output"></a>

Represents options that specify how and where in Amazon S3 DataBrew writes the output generated by recipe jobs or profile jobs.

## Syntax
<a name="aws-properties-databrew-job-output-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-databrew-job-output-syntax.json"></a>

```
{
  "[CompressionFormat](#cfn-databrew-job-output-compressionformat)" : {{String}},
  "[Format](#cfn-databrew-job-output-format)" : {{String}},
  "[FormatOptions](#cfn-databrew-job-output-formatoptions)" : {{OutputFormatOptions}},
  "[Location](#cfn-databrew-job-output-location)" : {{S3Location}},
  "[MaxOutputFiles](#cfn-databrew-job-output-maxoutputfiles)" : {{Integer}},
  "[Overwrite](#cfn-databrew-job-output-overwrite)" : {{Boolean}},
  "[PartitionColumns](#cfn-databrew-job-output-partitioncolumns)" : {{[ String, ... ]}}
}
```

### YAML
<a name="aws-properties-databrew-job-output-syntax.yaml"></a>

```
  [CompressionFormat](#cfn-databrew-job-output-compressionformat): {{String}}
  [Format](#cfn-databrew-job-output-format): {{String}}
  [FormatOptions](#cfn-databrew-job-output-formatoptions): {{
    OutputFormatOptions}}
  [Location](#cfn-databrew-job-output-location): {{
    S3Location}}
  [MaxOutputFiles](#cfn-databrew-job-output-maxoutputfiles): {{Integer}}
  [Overwrite](#cfn-databrew-job-output-overwrite): {{Boolean}}
  [PartitionColumns](#cfn-databrew-job-output-partitioncolumns): {{
    - String}}
```

## Properties
<a name="aws-properties-databrew-job-output-properties"></a>

`CompressionFormat`  <a name="cfn-databrew-job-output-compressionformat"></a>
The compression algorithm used to compress the output text of the job.  
*Required*: No  
*Type*: String  
*Allowed values*: `GZIP | LZ4 | SNAPPY | BZIP2 | DEFLATE | LZO | BROTLI | ZSTD | ZLIB`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Format`  <a name="cfn-databrew-job-output-format"></a>
The data format of the output of the job.  
*Required*: No  
*Type*: String  
*Allowed values*: `CSV | JSON | PARQUET | GLUEPARQUET | AVRO | ORC | XML | TABLEAUHYPER`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`FormatOptions`  <a name="cfn-databrew-job-output-formatoptions"></a>
Represents options that define how DataBrew formats job output files.  
*Required*: No  
*Type*: [OutputFormatOptions](aws-properties-databrew-job-outputformatoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Location`  <a name="cfn-databrew-job-output-location"></a>
The location in Amazon S3 where the job writes its output.  
*Required*: Yes  
*Type*: [S3Location](aws-properties-databrew-job-s3location.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`MaxOutputFiles`  <a name="cfn-databrew-job-output-maxoutputfiles"></a>
The maximum number of files to be generated by the job and written to the output folder.  
*Required*: No  
*Type*: Integer  
*Minimum*: `1`  
*Maximum*: `999`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Overwrite`  <a name="cfn-databrew-job-output-overwrite"></a>
A value that, if true, means that any data in the location specified for output is overwritten with new output.  
*Required*: No  
*Type*: Boolean  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`PartitionColumns`  <a name="cfn-databrew-job-output-partitioncolumns"></a>
The names of one or more partition columns for the output of the job.  
*Required*: No  
*Type*: Array of String  
*Maximum*: `200`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)