WidgetConfig
Defines the complete configuration for a widget, including data retrieval settings and visualization preferences.
Contents
- displayConfig
-
The configuration that determines how the retrieved data should be visualized in the widget.
Type: DisplayConfig object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: Yes
- queryParameters
-
The parameters that define what data the widget should retrieve and how it should be filtered or grouped.
Type: QueryParameters object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: