aclConfiguration

@JvmName(name = "xiaxcllutsgrbvhi")
suspend fun aclConfiguration(value: Output<WorkGroupAclConfigurationArgs>)
@JvmName(name = "kcxanxtvkqsfrwhm")
suspend fun aclConfiguration(value: WorkGroupAclConfigurationArgs?)

Parameters

value

Indicates that an Amazon S3 canned ACL should be set to control ownership of stored query results. Currently the only supported canned ACL is BUCKET_OWNER_FULL_CONTROL . This is a client-side setting. If workgroup settings override client-side settings, then the query uses the ACL configuration that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. See EnforceWorkGroupConfiguration .


@JvmName(name = "ryqqoysntefihkwv")
suspend fun aclConfiguration(argument: suspend WorkGroupAclConfigurationArgsBuilder.() -> Unit)

Parameters

argument

Indicates that an Amazon S3 canned ACL should be set to control ownership of stored query results. Currently the only supported canned ACL is BUCKET_OWNER_FULL_CONTROL . This is a client-side setting. If workgroup settings override client-side settings, then the query uses the ACL configuration that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. See EnforceWorkGroupConfiguration .