

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

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

Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.

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

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

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

```
{
  "[TableName](#cfn-databrew-job-databasetableoutputoptions-tablename)" : String,
  "[TempDirectory](#cfn-databrew-job-databasetableoutputoptions-tempdirectory)" : S3Location
}
```

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

```
  [TableName](#cfn-databrew-job-databasetableoutputoptions-tablename): String
  [TempDirectory](#cfn-databrew-job-databasetableoutputoptions-tempdirectory): 
    S3Location
```

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

`TableName`  <a name="cfn-databrew-job-databasetableoutputoptions-tablename"></a>
A prefix for the name of a table DataBrew will create in the database.  
*Required*: Yes  
*Type*: String  
*Minimum*: `1`  
*Maximum*: `255`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`TempDirectory`  <a name="cfn-databrew-job-databasetableoutputoptions-tempdirectory"></a>
Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.  
*Required*: No  
*Type*: [S3Location](aws-properties-databrew-job-s3location.md)  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)