WorkGroupConfigurationArgs

data class WorkGroupConfigurationArgs(val additionalConfiguration: Output<String>? = null, val bytesScannedCutoffPerQuery: Output<Int>? = null, val customerContentEncryptionConfiguration: Output<WorkGroupCustomerContentEncryptionConfigurationArgs>? = null, val enforceWorkGroupConfiguration: Output<Boolean>? = null, val engineVersion: Output<WorkGroupEngineVersionArgs>? = null, val executionRole: Output<String>? = null, val publishCloudWatchMetricsEnabled: Output<Boolean>? = null, val requesterPaysEnabled: Output<Boolean>? = null, val resultConfiguration: Output<WorkGroupResultConfigurationArgs>? = null) : ConvertibleToJava<WorkGroupConfigurationArgs>

Constructors

Link copied to clipboard
constructor(additionalConfiguration: Output<String>? = null, bytesScannedCutoffPerQuery: Output<Int>? = null, customerContentEncryptionConfiguration: Output<WorkGroupCustomerContentEncryptionConfigurationArgs>? = null, enforceWorkGroupConfiguration: Output<Boolean>? = null, engineVersion: Output<WorkGroupEngineVersionArgs>? = null, executionRole: Output<String>? = null, publishCloudWatchMetricsEnabled: Output<Boolean>? = null, requesterPaysEnabled: Output<Boolean>? = null, resultConfiguration: Output<WorkGroupResultConfigurationArgs>? = null)

Properties

Link copied to clipboard
val additionalConfiguration: Output<String>? = null

Specifies a user defined JSON string that is passed to the session engine.

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

The upper limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan. No default is defined.

Link copied to clipboard

Specifies the KMS key that is used to encrypt the user's data stores in Athena. This setting does not apply to Athena SQL workgroups.

Link copied to clipboard

If set to "true", the settings for the workgroup override client-side settings. If set to "false", client-side settings are used. For more information, see Override client-side settings .

Link copied to clipboard

The engine version that all queries running on the workgroup use.

Link copied to clipboard
val executionRole: Output<String>? = null

Role used to access user resources in an Athena for Apache Spark session. This property applies only to Spark-enabled workgroups in Athena.

Link copied to clipboard

Indicates that the Amazon CloudWatch metrics are enabled for the workgroup.

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

Specifies the location in Amazon S3 where query results are stored and the encryption option, if any, used for query results. For more information, see Work with query results and recent queries .

Functions

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