S3Location

Represents an Amazon S3 location (bucket name, bucket owner, and object key) where DataBrew can read input data, or write output from a job.

Types

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

Properties

Link copied to clipboard

The Amazon S3 bucket name.

Link copied to clipboard

The Amazon Web Services account ID of the bucket owner.

Link copied to clipboard
val key: String?

The unique name of the object in the bucket.

Functions

Link copied to clipboard
inline fun copy(block: S3Location.Builder.() -> Unit = {}): S3Location
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