JobOutputLocation

data class JobOutputLocation(val bucket: String, val bucketOwner: String? = null, val key: String? = null)

Output location

Constructors

Link copied to clipboard
constructor(bucket: String, bucketOwner: String? = null, key: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon S3 bucket name.

Link copied to clipboard
val bucketOwner: String? = null
Link copied to clipboard
val key: String? = null

The unique name of the object in the bucket.