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
constructor(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)

Properties

Link copied to clipboard

The ACL configuration for the query results.

Link copied to clipboard

The encryption configuration for the query results.

Link copied to clipboard
val expectedBucketOwner: Output<String>? = null

The AWS account ID that you expect to be the owner of the Amazon S3 bucket specified by ResultConfiguration$OutputLocation . If set, Athena uses the value for ExpectedBucketOwner when it makes Amazon S3 calls to your specified output location. If the ExpectedBucketOwner AWS account ID does not match the actual owner of the Amazon S3 bucket, the call fails with a permissions error. If workgroup settings override client-side settings, then the query uses the ExpectedBucketOwner setting that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. See WorkGroupConfiguration$EnforceWorkGroupConfiguration and Workgroup Settings Override Client-Side Settings .

Link copied to clipboard
val outputLocation: Output<String>? = null

The location in Amazon S3 where your query results are stored, such as s3://path/to/query/bucket/ . For more information, see Query Results If workgroup settings override client-side settings, then the query uses the location for the query results and the encryption configuration that are specified for the workgroup. The "workgroup settings override" is specified in EnforceWorkGroupConfiguration (true/false) in the WorkGroupConfiguration. See EnforceWorkGroupConfiguration .

Link copied to clipboard
val removeAclConfiguration: Output<Boolean>? = null

If set to true , indicates that the previously-specified ACL configuration for queries in this workgroup should be ignored and set to null. If set to false or not set, and a value is present in the AclConfiguration of ResultConfigurationUpdates , the AclConfiguration in the workgroup's ResultConfiguration is updated with the new value. For more information, see Workgroup Settings Override Client-Side Settings .

Link copied to clipboard

If set to "true", indicates that the previously-specified encryption configuration (also known as the client-side setting) for queries in this workgroup should be ignored and set to null. If set to "false" or not set, and a value is present in the EncryptionConfiguration in ResultConfigurationUpdates (the client-side setting), the EncryptionConfiguration in the workgroup's ResultConfiguration will be updated with the new value. For more information, see Override Client-Side Settings .

Link copied to clipboard
val removeExpectedBucketOwner: Output<Boolean>? = null

If set to "true", removes the AWS account ID previously specified for ResultConfiguration$ExpectedBucketOwner . If set to "false" or not set, and a value is present in the ExpectedBucketOwner in ResultConfigurationUpdates (the client-side setting), the ExpectedBucketOwner in the workgroup's ResultConfiguration is updated with the new value. For more information, see Workgroup Settings Override Client-Side Settings .

Link copied to clipboard
val removeOutputLocation: Output<Boolean>? = null

If set to "true", indicates that the previously-specified query results location (also known as a client-side setting) for queries in this workgroup should be ignored and set to null. If set to "false" or not set, and a value is present in the OutputLocation in ResultConfigurationUpdates (the client-side setting), the OutputLocation in the workgroup's ResultConfiguration will be updated with the new value. For more information, see Override Client-Side Settings .

Functions

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