Builder

class Builder

Properties

Link copied to clipboard

The file format of a dataset that is created from an Amazon S3 file or folder.

Link copied to clipboard

Represents a set of options that define the structure of either comma-separated value (CSV), Excel, or JSON input.

Link copied to clipboard
var input: Input?

Represents information on how DataBrew can find data, in either the Glue Data Catalog or Amazon S3.

Link copied to clipboard
var name: String?

The name of the dataset to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.

Link copied to clipboard

A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.

Link copied to clipboard

Metadata tags to apply to this dataset.

Functions

Link copied to clipboard
Link copied to clipboard
fun input(block: Input.Builder.() -> Unit)
Link copied to clipboard