Values.CreateWorkGroupInputSourceCreates a workgroup with the specified name. A workgroup can be an Apache Spark enabled workgroup or an Athena SQL workgroup.
type nonrec t = {name : WorkGroupName.t;The workgroup name.
*)configuration : WorkGroupConfiguration.t option;Contains configuration information for creating an Athena SQL workgroup or Spark enabled Athena workgroup. Athena SQL workgroup configuration includes the location in Amazon S3 where query and calculation results are stored, the encryption configuration, if any, used for encrypting query results, whether the Amazon CloudWatch Metrics are enabled for the workgroup, the limit for the amount of bytes scanned (cutoff) per query, if it is specified, and whether workgroup's settings (specified with EnforceWorkGroupConfiguration) in the WorkGroupConfiguration override client-side settings. See WorkGroupConfiguration$EnforceWorkGroupConfiguration.
*)description : WorkGroupDescriptionString.t option;The workgroup description.
*)}val make :
?configuration:??? ->
?description:??? ->
?tags:??? ->
name:WorkGroupName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of WorkGroupName.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 ])
list ]