

# DataCatalogOutput
<a name="API_DataCatalogOutput"></a>

Represents options that specify how and where in the AWS Glue Data Catalog DataBrew writes the output generated by recipe jobs.

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

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

 ** DatabaseName **   <a name="databrew-Type-DataCatalogOutput-DatabaseName"></a>
The name of a database in the Data Catalog.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Required: Yes

 ** TableName **   <a name="databrew-Type-DataCatalogOutput-TableName"></a>
The name of a table in the Data Catalog.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Required: Yes

 ** CatalogId **   <a name="databrew-Type-DataCatalogOutput-CatalogId"></a>
The unique identifier of the AWS account that holds the Data Catalog that stores the data.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Required: No

 ** DatabaseOptions **   <a name="databrew-Type-DataCatalogOutput-DatabaseOptions"></a>
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.  
Type: [DatabaseTableOutputOptions](API_DatabaseTableOutputOptions.md) object  
Required: No

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

 ** S3Options **   <a name="databrew-Type-DataCatalogOutput-S3Options"></a>
Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.  
Type: [S3TableOutputOptions](API_S3TableOutputOptions.md) object  
Required: No

## See Also
<a name="API_DataCatalogOutput_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/DataCatalogOutput) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/databrew-2017-07-25/DataCatalogOutput) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/databrew-2017-07-25/DataCatalogOutput) 