

# DatabaseOutput
<a name="API_DatabaseOutput"></a>

Represents a JDBC database output object which defines the output destination for a DataBrew recipe job to write into.

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

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

 ** DatabaseOptions **   <a name="databrew-Type-DatabaseOutput-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: Yes

 ** GlueConnectionName **   <a name="databrew-Type-DatabaseOutput-GlueConnectionName"></a>
The AWS Glue connection that stores the connection information for the target database.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 255.  
Required: Yes

 ** DatabaseOutputMode **   <a name="databrew-Type-DatabaseOutput-DatabaseOutputMode"></a>
The output mode to write into the database. Currently supported option: NEW\$1TABLE.  
Type: String  
Valid Values: `NEW_TABLE`   
Required: No

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