Module Values.CreateWorkGroupInputSource

Creates a workgroup with the specified name. A workgroup can be an Apache Spark enabled workgroup or an Athena SQL workgroup.

Sourcetype nonrec t = {
  1. name : WorkGroupName.t;
    (*

    The workgroup name.

    *)
  2. 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.

    *)
  3. description : WorkGroupDescriptionString.t option;
    (*

    The workgroup description.

    *)
  4. tags : TagList.t option;
    (*

    A list of comma separated tags to add to the workgroup that is created.

    *)
}
Sourceval context_ : string
Sourceval make : ?configuration:??? -> ?description:??? -> ?tags:??? -> name:WorkGroupName.t -> unit -> t
Sourceval 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 ]
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