

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

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

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

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

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

```
{
  "[Location](#cfn-databrew-job-s3tableoutputoptions-location)" : {{S3Location}}
}
```

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

```
  [Location](#cfn-databrew-job-s3tableoutputoptions-location): {{
    S3Location}}
```

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

`Location`  <a name="cfn-databrew-job-s3tableoutputoptions-location"></a>
Represents an Amazon S3 location (bucket name and object key) where DataBrew can write output from a job.  
*Required*: Yes  
*Type*: [S3Location](aws-properties-databrew-job-s3location.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)