WorkGroupResultConfiguration

data class WorkGroupResultConfiguration(val aclConfiguration: WorkGroupAclConfiguration? = null, val encryptionConfiguration: WorkGroupEncryptionConfiguration? = null, val expectedBucketOwner: String? = null, val outputLocation: String? = null)

The location in Amazon S3 where query results are stored and the encryption option, if any, used for query results. These are known as "client-side settings". If workgroup settings override client-side settings, then the query uses the workgroup settings.

Constructors

Link copied to clipboard
fun WorkGroupResultConfiguration(aclConfiguration: WorkGroupAclConfiguration? = null, encryptionConfiguration: WorkGroupEncryptionConfiguration? = null, expectedBucketOwner: String? = null, outputLocation: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val outputLocation: String? = null