Workgroup Configuration Args
data class WorkgroupConfigurationArgs(val bytesScannedCutoffPerQuery: Output<Int>? = null, val enforceWorkgroupConfiguration: Output<Boolean>? = null, val engineVersion: Output<WorkgroupConfigurationEngineVersionArgs>? = null, val executionRole: Output<String>? = null, val publishCloudwatchMetricsEnabled: Output<Boolean>? = null, val requesterPaysEnabled: Output<Boolean>? = null, val resultConfiguration: Output<WorkgroupConfigurationResultConfigurationArgs>? = null) : ConvertibleToJava<WorkgroupConfigurationArgs>
Constructors
Link copied to clipboard
fun WorkgroupConfigurationArgs(bytesScannedCutoffPerQuery: Output<Int>? = null, enforceWorkgroupConfiguration: Output<Boolean>? = null, engineVersion: Output<WorkgroupConfigurationEngineVersionArgs>? = null, executionRole: Output<String>? = null, publishCloudwatchMetricsEnabled: Output<Boolean>? = null, requesterPaysEnabled: Output<Boolean>? = null, resultConfiguration: Output<WorkgroupConfigurationResultConfigurationArgs>? = null)
Functions
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.