Values.RequestWidgetSourceContains information about a widget on a CloudTrail Lake dashboard.
type nonrec t = {queryStatement : QueryStatement.t;The query statement for the widget. For custom dashboard widgets, you can query across multiple event data stores as long as all event data stores exist in your account. When a query uses ? with eventTime, ? must be surrounded by single quotes as follows: '?'.
*)queryParameters : QueryParameters.t option;The optional query parameters. The following query parameters are valid: $StartTime$, $EndTime$, and $Period$.
*)viewProperties : ViewPropertiesMap.t;The view properties for the widget. For more information about view properties, see View properties for widgets in the CloudTrail User Guide.
*)}val make :
?queryParameters:??? ->
queryStatement:QueryStatement.t ->
viewProperties:ViewPropertiesMap.t ->
unit ->
tval 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 QueryStatement.t ])
list ]