Module Values.WorkGroupConfigurationUpdatesSource

The configuration information that will be updated for this workgroup, which includes the location in Amazon S3 where query and calculation results are stored, the encryption option, if any, used for query results, whether the Amazon CloudWatch Metrics are enabled for the workgroup, whether the workgroup settings override the client-side settings, and the data usage limit for the amount of bytes scanned per query, if it is specified.

Sourcetype nonrec t = {
  1. 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. For more information, see Workgroup Settings Override Client-Side Settings.

    *)
  2. resultConfigurationUpdates : ResultConfigurationUpdates.t option;
    (*

    The result configuration information about the queries in this workgroup that will be updated. Includes the updated results location and an updated option for encrypting query results.

    *)
  3. managedQueryResultsConfigurationUpdates : ManagedQueryResultsConfigurationUpdates.t option;
    (*

    Updates configuration information for managed query results in the workgroup.

    *)
  4. publishCloudWatchMetricsEnabled : BoxedBoolean.t option;
    (*

    Indicates whether this workgroup enables publishing metrics to Amazon CloudWatch.

    *)
  5. bytesScannedCutoffPerQuery : BytesScannedCutoffValue.t option;
    (*

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

    *)
  6. removeBytesScannedCutoffPerQuery : BoxedBoolean.t option;
    (*

    Indicates that the data usage control limit per query is removed. WorkGroupConfiguration$BytesScannedCutoffPerQuery

    *)
  7. requesterPaysEnabled : BoxedBoolean.t option;
    (*

    If set to true, allows members assigned to a workgroup to specify 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.

    *)
  8. engineVersion : EngineVersion.t option;
    (*

    The engine version requested when a workgroup is updated. After the update, all queries on the workgroup run on the requested engine version. If no value was previously set, the default is Auto. Queries on the AmazonAthenaPreviewFunctionality workgroup run on the preview engine regardless of this setting.

    *)
  9. removeCustomerContentEncryptionConfiguration : BoxedBoolean.t option;
    (*

    Removes content encryption configuration from an Apache Spark-enabled Athena workgroup.

    *)
  10. additionalConfiguration : NameString.t option;
    (*

    Contains a user defined string in JSON format for a Spark-enabled workgroup.

    *)
  11. executionRole : RoleArn.t option;
    (*

    The ARN of the execution role used to access user resources for Spark sessions and Identity Center enabled workgroups. This property applies only to Spark enabled workgroups and Identity Center enabled workgroups.

    *)
  12. customerContentEncryptionConfiguration : CustomerContentEncryptionConfiguration.t option;
  13. 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. This setting does not apply to Spark-enabled workgroups. 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.

    *)
  14. queryResultsS3AccessGrantsConfiguration : QueryResultsS3AccessGrantsConfiguration.t option;
    (*

    Specifies whether Amazon S3 access grants are enabled for query results.

    *)
  15. monitoringConfiguration : MonitoringConfiguration.t option;
    (*

    Contains the configuration settings for managed log persistence, delivering logs to Amazon S3 buckets, Amazon CloudWatch log groups etc.

    *)
  16. engineConfiguration : EngineConfiguration.t option;
}
Sourceval make : ?enforceWorkGroupConfiguration:??? -> ?resultConfigurationUpdates:??? -> ?managedQueryResultsConfigurationUpdates:??? -> ?publishCloudWatchMetricsEnabled:??? -> ?bytesScannedCutoffPerQuery:??? -> ?removeBytesScannedCutoffPerQuery:??? -> ?requesterPaysEnabled:??? -> ?engineVersion:??? -> ?removeCustomerContentEncryptionConfiguration:??? -> ?additionalConfiguration:??? -> ?executionRole:??? -> ?customerContentEncryptionConfiguration:??? -> ?enableMinimumEncryptionConfiguration:??? -> ?queryResultsS3AccessGrantsConfiguration:??? -> ?monitoringConfiguration:??? -> ?engineConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of BoxedBoolean.t | `Long of BytesScannedCutoffValue.t | `String of NameString.t | `Structure of (string * [> `Boolean of BoxedBoolean.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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t