class Aws::GlueDataBrew::Types::S3TableOutputOptions

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

@note When making an API call, you may pass S3TableOutputOptions

data as a hash:

    {
      location: { # required
        bucket: "Bucket", # required
        key: "Key",
      },
    }

@!attribute [rw] location

Represents an Amazon S3 location (bucket name and object key) where
DataBrew can write output from a job.
@return [Types::S3Location]

@see docs.aws.amazon.com/goto/WebAPI/databrew-2017-07-25/S3TableOutputOptions AWS API Documentation

Constants

SENSITIVE