WorkgroupConfigurationResultConfiguration

data class WorkgroupConfigurationResultConfiguration(val aclConfiguration: WorkgroupConfigurationResultConfigurationAclConfiguration? = null, val encryptionConfiguration: WorkgroupConfigurationResultConfigurationEncryptionConfiguration? = null, val expectedBucketOwner: String? = null, val outputLocation: String? = null)

Constructors

constructor(aclConfiguration: WorkgroupConfigurationResultConfigurationAclConfiguration? = null, encryptionConfiguration: WorkgroupConfigurationResultConfigurationEncryptionConfiguration? = null, expectedBucketOwner: String? = null, outputLocation: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

That an Amazon S3 canned ACL should be set to control ownership of stored query results. See ACL Configuration below.

Link copied to clipboard

Configuration block with encryption settings. See Encryption Configuration below.

Link copied to clipboard

AWS account ID that you expect to be the owner of the Amazon S3 bucket.

Link copied to clipboard
val outputLocation: String? = null

Location in Amazon S3 where your query results are stored, such as s3://path/to/query/bucket/. For more information, see Queries and Query Result Files.