

# Output
<a name="API_Output"></a>

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

## Contents
<a name="API_Output_Contents"></a>

**Note**  
In the following list, the required parameters are described first.

 ** Location **   <a name="databrew-Type-Output-Location"></a>
The location in Amazon S3 where the job writes its output.  
Type: [S3Location](API_S3Location.md) object  
Required: Yes

 ** CompressionFormat **   <a name="databrew-Type-Output-CompressionFormat"></a>
The compression algorithm used to compress the output text of the job.  
Type: String  
Valid Values: `GZIP | LZ4 | SNAPPY | BZIP2 | DEFLATE | LZO | BROTLI | ZSTD | ZLIB`   
Required: No

 ** Format **   <a name="databrew-Type-Output-Format"></a>
The data format of the output of the job.  
Type: String  
Valid Values: `CSV | JSON | PARQUET | GLUEPARQUET | AVRO | ORC | XML | TABLEAUHYPER`   
Required: No

 ** FormatOptions **   <a name="databrew-Type-Output-FormatOptions"></a>
Represents options that define how DataBrew formats job output files.  
Type: [OutputFormatOptions](API_OutputFormatOptions.md) object  
Required: No

 ** MaxOutputFiles **   <a name="databrew-Type-Output-MaxOutputFiles"></a>
Maximum number of files to be generated by the job and written to the output folder. For output partitioned by column(s), the MaxOutputFiles value is the maximum number of files per partition.  
Type: Integer  
Valid Range: Minimum value of 1. Maximum value of 999.  
Required: No

 ** Overwrite **   <a name="databrew-Type-Output-Overwrite"></a>
A value that, if true, means that any data in the location specified for output is overwritten with new output.  
Type: Boolean  
Required: No

 ** PartitionColumns **   <a name="databrew-Type-Output-PartitionColumns"></a>
The names of one or more partition columns for the output of the job.  
Type: Array of strings  
Array Members: Maximum number of 200 items.  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Required: No

## See Also
<a name="API_Output_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/databrew-2017-07-25/Output) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/databrew-2017-07-25/Output) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/databrew-2017-07-25/Output) 