WorkGroupResultConfigurationUpdatesArgs

data class WorkGroupResultConfigurationUpdatesArgs(val aclConfiguration: Output<WorkGroupAclConfigurationArgs>? = null, val encryptionConfiguration: Output<WorkGroupEncryptionConfigurationArgs>? = null, val expectedBucketOwner: Output<String>? = null, val outputLocation: Output<String>? = null, val removeAclConfiguration: Output<Boolean>? = null, val removeEncryptionConfiguration: Output<Boolean>? = null, val removeExpectedBucketOwner: Output<Boolean>? = null, val removeOutputLocation: Output<Boolean>? = null) : ConvertibleToJava<WorkGroupResultConfigurationUpdatesArgs>

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 WorkGroupResultConfigurationUpdatesArgs(aclConfiguration: Output<WorkGroupAclConfigurationArgs>? = null, encryptionConfiguration: Output<WorkGroupEncryptionConfigurationArgs>? = null, expectedBucketOwner: Output<String>? = null, outputLocation: Output<String>? = null, removeAclConfiguration: Output<Boolean>? = null, removeEncryptionConfiguration: Output<Boolean>? = null, removeExpectedBucketOwner: Output<Boolean>? = null, removeOutputLocation: Output<Boolean>? = null)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val expectedBucketOwner: Output<String>? = null
Link copied to clipboard
val outputLocation: Output<String>? = null
Link copied to clipboard
val removeAclConfiguration: Output<Boolean>? = null
Link copied to clipboard
Link copied to clipboard
val removeExpectedBucketOwner: Output<Boolean>? = null
Link copied to clipboard
val removeOutputLocation: Output<Boolean>? = null