Work Group Result Configuration Updates
data class WorkGroupResultConfigurationUpdates(val aclConfiguration: WorkGroupAclConfiguration? = null, val encryptionConfiguration: WorkGroupEncryptionConfiguration? = null, val expectedBucketOwner: String? = null, val outputLocation: String? = null, val removeAclConfiguration: Boolean? = null, val removeEncryptionConfiguration: Boolean? = null, val removeExpectedBucketOwner: Boolean? = null, val removeOutputLocation: Boolean? = null)
The result configuration information about the queries in this workgroup that will be updated. Includes the updated results location and an updated option for encrypting query results.
Constructors
Link copied to clipboard
fun WorkGroupResultConfigurationUpdates(aclConfiguration: WorkGroupAclConfiguration? = null, encryptionConfiguration: WorkGroupEncryptionConfiguration? = null, expectedBucketOwner: String? = null, outputLocation: String? = null, removeAclConfiguration: Boolean? = null, removeEncryptionConfiguration: Boolean? = null, removeExpectedBucketOwner: Boolean? = null, removeOutputLocation: Boolean? = null)