Values.CreateQueryLoggingConfigurationRequestSourceCreates a query logging configuration for the specified workspace. This operation enables logging of queries that exceed the specified QSP threshold.
type nonrec t = {workspaceId : WorkspaceId.t;The ID of the workspace for which to create the query logging configuration.
*)destinations : LoggingDestinations.t;The destinations where query logs will be sent. Only CloudWatch Logs destination is supported. The list must contain exactly one element.
*)clientToken : IdempotencyToken.t option;(Optional) A unique, case-sensitive identifier that you can provide to ensure the idempotency of the request.
*)}val make :
?clientToken:??? ->
workspaceId:WorkspaceId.t ->
destinations:LoggingDestinations.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Long of LoggingFilterQspThresholdLong.t
| `String of LogGroupArn.t ])
list ])
list ]
list
| `String of WorkspaceId.t ])
list ]