Values.WidgetSourceA widget on a CloudTrail Lake dashboard.
type nonrec t = {queryAlias : QueryAlias.t option;The query alias used to identify the query for the widget.
*)queryStatement : QueryStatement.t option;The SQL query statement for the widget.
*)queryParameters : QueryParameters.t option;The query parameters for the widget.
*)viewProperties : ViewPropertiesMap.t option;The view properties for the widget. For more information about view properties, see View properties for widgets in the CloudTrail User Guide..
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of QueryParameter.t ] list
| `Map of
([> `String of ViewPropertiesKey.t ]
* [> `String of ViewPropertiesValue.t ])
list
| `String of QueryAlias.t ])
list ]