AWS::DataBrew::Job OutputLocation
The location in Amazon S3 or Amazon Glue Data Catalog where the job writes its output.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Bucket" :String, "BucketOwner" :String, "Key" :String}
YAML
Bucket:StringBucketOwner:StringKey:String
Properties
Bucket-
The Amazon S3 bucket name.
Required: Yes
Type: String
Update requires: No interruption
BucketOwnerProperty description not available.
Required: No
Type: String
Update requires: No interruption
Key-
The unique name of the object in the bucket.
Required: No
Type: String
Update requires: No interruption