WorkgroupConfigurationArgs

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
constructor(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)

Properties

Link copied to clipboard
val bytesScannedCutoffPerQuery: Output<Int>? = null

Integer for the upper data usage limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan. Must be at least 10485760.

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
val executionRole: Output<String>? = null

Role used in a notebook session for accessing the user's resources.

Link copied to clipboard

Boolean whether Amazon CloudWatch metrics are enabled for the workgroup. Defaults to true.

Link copied to clipboard
val requesterPaysEnabled: Output<Boolean>? = null

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.

Link copied to clipboard

Configuration block with result settings. See Result Configuration below.

Functions

Link copied to clipboard
open override fun toJava(): WorkgroupConfigurationArgs