The CreateSavedQueryInput
input includes various settings.
Table: CreateSavedQueryInput
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Sep 17, 2024 | |||||
customLinkInteractions | [CustomLinkInteractionInput ] | yes | Long-Term | The custom links for interactions. See CustomLinkInteractionInput . | |
dashboardLinkInteractions | [DashboardLinkInteractionInput ] | yes | Long-Term | The dashboard links for interactions. See DashboardLinkInteractionInput . | |
end | string | Long-Term | The end point for events processed by the saved query. | ||
isLive | boolean | Long-Term | Whether the saved query uses live, streaming data. | ||
Name | string | yes | Long-Term | The name of the saved query to create. | |
options | string | Long-Term | Any options related to the saved query. | ||
queryString | string | yes | Long-Term | The query to be used, to be saved. | |
searchLinkInteractions | [SearchLinkInteractionInput ] | yes | Long-Term | The search links for interactions. See SearchLinkInteractionInput . | |
start | string | Long-Term | The start point for events processed by the saved query. | ||
updateParametersInteractions | [UpdateParametersInteractionInput ] | yes | Long-Term | The parameters to update for interactions. See UpdateParametersInteractionInput . | |
viewName | string | yes | Long-Term | The name of the view associated with the saved query. | |
widgetType | string | Long-Term | The type of widget to use for dispaly the results for the saved query. |