JobS3LocationArgs

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

S3 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

The AWS account ID of the bucket owner.

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(): JobS3LocationArgs