Input

class Input

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Connection information for dataset input files stored in a database.

Link copied to clipboard

The Glue Data Catalog parameters for the data.

Link copied to clipboard

Contains additional resource information needed for specific datasets.

Link copied to clipboard

The Amazon S3 location where the data is stored.

Functions

Link copied to clipboard
inline fun copy(block: Input.Builder.() -> Unit = {}): Input
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String