MembershipProtectedJobS3OutputConfigurationInput

data class MembershipProtectedJobS3OutputConfigurationInput(val bucket: String, val keyPrefix: String? = null)

Constructors

constructor(bucket: String, keyPrefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The S3 bucket for job output.

Link copied to clipboard
val keyPrefix: String? = null

The S3 prefix to unload the protected job results.