JobOutputLocationArgs

data class JobOutputLocationArgs(val bucket: Output<String>, val bucketOwner: Output<String>? = null, val key: Output<String>? = null) : ConvertibleToJava<JobOutputLocationArgs>

Output location

Constructors

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

Properties

Link copied to clipboard
val bucket: Output<String>

The Amazon S3 bucket name.

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

The unique name of the object in the bucket.

Functions

Link copied to clipboard
open override fun toJava(): JobOutputLocationArgs