Values.WorkGroupConfigurationSourceThe configuration of the workgroup, which includes the location in Amazon S3 where query and calculation results are stored, the encryption option, if any, used for query and calculation results, whether the Amazon CloudWatch Metrics are enabled for the workgroup and whether workgroup settings override query settings, and the data usage limits for the amount of data scanned per query or per workgroup. The workgroup settings override is specified in EnforceWorkGroupConfiguration (true/false) in the WorkGroupConfiguration. See WorkGroupConfiguration$EnforceWorkGroupConfiguration.
type nonrec t = {resultConfiguration : ResultConfiguration.t option;The configuration for the workgroup, which includes the location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query and calculation results. To run the query, you must specify the query results location using one of the ways: either in the workgroup using this setting, or for individual queries (client-side), using ResultConfiguration$OutputLocation. If none of them is set, Athena issues an error that no output location is provided.
*)managedQueryResultsConfiguration : ManagedQueryResultsConfiguration.t option;The configuration for storing results in Athena owned storage, which includes whether this feature is enabled; whether encryption configuration, if any, is used for encrypting query results.
*)enforceWorkGroupConfiguration : BoxedBoolean.t option;If set to "true", the settings for the workgroup override client-side settings. If set to "false", client-side settings are used. This property is not required for Apache Spark enabled workgroups. For more information, see Workgroup Settings Override Client-Side Settings.
*)publishCloudWatchMetricsEnabled : BoxedBoolean.t option;Indicates that the Amazon CloudWatch metrics are enabled for the workgroup.
*)bytesScannedCutoffPerQuery : BytesScannedCutoffValue.t option;The upper data usage limit (cutoff) for the amount of bytes a single query in a workgroup is allowed to scan.
*)requesterPaysEnabled : BoxedBoolean.t option;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.
*)engineVersion : EngineVersion.t option;The engine version that all queries running on the workgroup use. Queries on the AmazonAthenaPreviewFunctionality workgroup run on the preview engine regardless of this setting.
*)additionalConfiguration : NameString.t option;Specifies a user defined JSON string that is passed to the notebook engine.
*)executionRole : RoleArn.t option;The ARN of the execution role used to access user resources for Spark sessions and IAM Identity Center enabled workgroups. This property applies only to Spark enabled workgroups and IAM Identity Center enabled workgroups. The property is required for IAM Identity Center enabled workgroups.
*)monitoringConfiguration : MonitoringConfiguration.t option;Contains the configuration settings for managed log persistence, delivering logs to Amazon S3 buckets, Amazon CloudWatch log groups etc.
*)engineConfiguration : EngineConfiguration.t option;customerContentEncryptionConfiguration : CustomerContentEncryptionConfiguration.t
option;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.
*)enableMinimumEncryptionConfiguration : BoxedBoolean.t option;Enforces a minimal level of encryption for the workgroup for query and calculation results that are written to Amazon S3. When enabled, workgroup users can set encryption only to the minimum level set by the administrator or higher when they submit queries. The EnforceWorkGroupConfiguration setting takes precedence over the EnableMinimumEncryptionConfiguration flag. This means that if EnforceWorkGroupConfiguration is true, the EnableMinimumEncryptionConfiguration flag is ignored, and the workgroup configuration for encryption is used.
*)identityCenterConfiguration : IdentityCenterConfiguration.t option;Specifies whether the workgroup is IAM Identity Center supported.
*)queryResultsS3AccessGrantsConfiguration : QueryResultsS3AccessGrantsConfiguration.t
option;Specifies whether Amazon S3 access grants are enabled for query results.
*)}val make :
?resultConfiguration:??? ->
?managedQueryResultsConfiguration:??? ->
?enforceWorkGroupConfiguration:??? ->
?publishCloudWatchMetricsEnabled:??? ->
?bytesScannedCutoffPerQuery:??? ->
?requesterPaysEnabled:??? ->
?engineVersion:??? ->
?additionalConfiguration:??? ->
?executionRole:??? ->
?monitoringConfiguration:??? ->
?engineConfiguration:??? ->
?customerContentEncryptionConfiguration:??? ->
?enableMinimumEncryptionConfiguration:??? ->
?identityCenterConfiguration:??? ->
?queryResultsS3AccessGrantsConfiguration:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BoxedBoolean.t
| `Long of BytesScannedCutoffValue.t
| `String of NameString.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of CoordinatorDpuSize.t
| `List of
[> `Structure of
(string
* [> `Map of
([> `String of KeyString.t ]
* [> `String of ParametersMapValue.t ])
list
| `String of NameString.t ])
list ]
list
| `Map of
([> `String of KeyString.t ]
* [> `String of ParametersMapValue.t ])
list
| `String of ResultOutputLocation.t
| `Structure of
(string
* [> `Boolean of BoxedBoolean.t
| `Enum of string
| `Map of
([> `String of LogTypeKey.t ]
* [> `List of [> `String of LogTypeValue.t ] list ])
list
| `String of String_.t ])
list ])
list ])
list ]