WorkGroupAclConfiguration

data class WorkGroupAclConfiguration(val s3AclOption: WorkGroupS3AclOption)

Indicates that an Amazon S3 canned ACL should be set to control ownership of stored query results

Constructors

Link copied to clipboard
constructor(s3AclOption: WorkGroupS3AclOption)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon S3 canned ACL that Athena should specify when storing query results, including data files inserted by Athena as the result of statements like CTAS or INSERT INTO. Currently the only supported canned ACL is BUCKET_OWNER_FULL_CONTROL . If a query runs in a workgroup and the workgroup overrides client-side settings, then the Amazon S3 canned ACL specified in the workgroup's settings is used for all queries that run in the workgroup. For more information about Amazon S3 canned ACLs, see Canned ACL in the Amazon S3 User Guide .