AWS::DataBrew::Job OutputLocation - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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.

AWS::DataBrew::Job OutputLocation

The location in Amazon S3 or AWS Glue Data Catalog where the job writes its output.

Syntax

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

JSON

{ "Bucket" : String, "BucketOwner" : String, "Key" : String }

YAML

Bucket: String BucketOwner: String Key: String

Properties

Bucket

The Amazon S3 bucket name.

Required: Yes

Type: String

Update requires: No interruption

BucketOwner

Property description not available.

Required: No

Type: String

Minimum: 12

Maximum: 12

Update requires: No interruption

Key

The unique name of the object in the bucket.

Required: No

Type: String

Update requires: No interruption