

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 DatabaseOutput
<a name="aws-properties-databrew-job-databaseoutput"></a>

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

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

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

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

```
{
  "[DatabaseOptions](#cfn-databrew-job-databaseoutput-databaseoptions)" : DatabaseTableOutputOptions,
  "[DatabaseOutputMode](#cfn-databrew-job-databaseoutput-databaseoutputmode)" : String,
  "[GlueConnectionName](#cfn-databrew-job-databaseoutput-glueconnectionname)" : String
}
```

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

```
  [DatabaseOptions](#cfn-databrew-job-databaseoutput-databaseoptions): 
    DatabaseTableOutputOptions
  [DatabaseOutputMode](#cfn-databrew-job-databaseoutput-databaseoutputmode): String
  [GlueConnectionName](#cfn-databrew-job-databaseoutput-glueconnectionname): String
```

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

`DatabaseOptions`  <a name="cfn-databrew-job-databaseoutput-databaseoptions"></a>
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.  
*Required*: Yes  
*Type*: [DatabaseTableOutputOptions](aws-properties-databrew-job-databasetableoutputoptions.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DatabaseOutputMode`  <a name="cfn-databrew-job-databaseoutput-databaseoutputmode"></a>
The output mode to write into the database. Currently supported option: NEW\$1TABLE.  
*Required*: No  
*Type*: String  
*Allowed values*: `NEW_TABLE`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`GlueConnectionName`  <a name="cfn-databrew-job-databaseoutput-glueconnectionname"></a>
The AWS Glue connection that stores the connection information for the target database.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `255`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)