Workgroup Configuration
    data class WorkgroupConfiguration(val bytesScannedCutoffPerQuery: Int? = null, val enforceWorkgroupConfiguration: Boolean? = null, val engineVersion: WorkgroupConfigurationEngineVersion? = null, val executionRole: String? = null, val publishCloudwatchMetricsEnabled: Boolean? = null, val requesterPaysEnabled: Boolean? = null, val resultConfiguration: WorkgroupConfigurationResultConfiguration? = null)
Constructors
Link copied to clipboard
                fun WorkgroupConfiguration(bytesScannedCutoffPerQuery: Int? = null, enforceWorkgroupConfiguration: Boolean? = null, engineVersion: WorkgroupConfigurationEngineVersion? = null, executionRole: String? = null, publishCloudwatchMetricsEnabled: Boolean? = null, requesterPaysEnabled: Boolean? = null, resultConfiguration: WorkgroupConfigurationResultConfiguration? = null)
Types
Properties
Link copied to clipboard
                Boolean whether the settings for the workgroup override client-side settings. For more information, see Workgroup Settings Override Client-Side Settings. Defaults to true.
Link copied to clipboard
                Configuration block for the Athena Engine Versioning. For more information, see Athena Engine Versioning. See Engine Version below.
Link copied to clipboard
                If set to true , allows members assigned to a workgroup to reference Amazon S3 Requester Pays buckets in queries. If set to false , workgroup members cannot query data from Requester Pays buckets, and queries that retrieve data from Requester Pays buckets cause an error. The default is false . For more information about Requester Pays buckets, see Requester Pays Buckets in the Amazon Simple Storage Service Developer Guide.