Values.WorkGroupSourceA workgroup, which contains a name, description, creation time, state, and other configuration, listed under WorkGroup$Configuration. Each workgroup enables you to isolate queries for you or your group of users from other queries in the same account, to configure the query results location and the encryption configuration (known as workgroup settings), to enable sending query metrics to Amazon CloudWatch, and to establish per-query data usage control limits for all queries in a workgroup. The workgroup settings override is specified in EnforceWorkGroupConfiguration (true/false) in the WorkGroupConfiguration. See WorkGroupConfiguration$EnforceWorkGroupConfiguration.
type nonrec t = {name : WorkGroupName.t option;The workgroup name.
*)state : WorkGroupState.t option;The state of the workgroup: ENABLED or DISABLED.
*)configuration : WorkGroupConfiguration.t option;The configuration of the workgroup, which includes the location in Amazon S3 where query and calculation results are stored, the encryption configuration, if any, used for query and calculation results; whether the Amazon CloudWatch Metrics are enabled for the workgroup; whether workgroup settings override client-side 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.
*)description : WorkGroupDescriptionString.t option;The workgroup description.
*)creationTime : Date.t option;The date and time the workgroup was created.
*)identityCenterApplicationArn : IdentityCenterApplicationArn.t option;The ARN of the IAM Identity Center enabled application associated with the workgroup.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `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
| `Timestamp of Date.t ])
list ]