Values.QueryLoggingConfigurationMetadataSourceThe metadata for a query logging configuration.
type nonrec t = {status : QueryLoggingConfigurationStatus.t option;The current status of the query logging configuration.
*)workspace : WorkspaceId.t option;The ID of the workspace associated with this query logging configuration.
*)destinations : LoggingDestinations.t option;The configured destinations for the query logging configuration.
*)createdAt : Timestamp.t option;The date and time when the query logging configuration was created.
*)modifiedAt : Timestamp.t option;The date and time when the query logging configuration was last modified.
*)}val 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
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list
| `Timestamp of Timestamp.t ])
list ]