The CreateSavedQueryInput input includes various settings.

Table: CreateSavedQueryInput

ParameterTypeRequired[a]DefaultDescription
customLinkInteractions[CustomLinkInteractionInput]yes The custom links for interactions. See CustomLinkInteractionInput.
dashboardLinkInteractions[DashboardLinkInteractionInput]yes The dashboard links for interactions. See DashboardLinkInteractionInput.
endstring  The end point for events processed by the saved query.
isLiveboolean  Whether the saved query uses live, streaming data.
namestringyes The name of the saved query to create.
optionsstring  Any options related to the saved query.
queryStringstringyes The query to be used, to be saved.
searchLinkInteractions[SearchLinkInteractionInput]yes The search links for interactions. See SearchLinkInteractionInput.
startstring  The start point for events processed by the saved query.
updateParametersInteractions[UpdateParametersInteractionInput]yes The parameters to update for interactions. See UpdateParametersInteractionInput.
viewNamestringyes The name of the view associated with the saved query.
widgetTypestring  The type of widget to use for dispaly the results for the saved query.

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.