DisplayConfig
Defines how the widget's data should be visualized, including chart type, color schemes, axis configurations, and other display preferences.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- graph
-
The configuration for graphical display of the widget data, including chart type and visual options.
Type: String to GraphDisplayConfig object map
Key Length Constraints: Minimum length of 0. Maximum length of 1024.
Key Pattern:
[\S\s]*
Required: No
- table
-
The configuration for tabular display of the widget data.
Type: TableDisplayConfigStruct object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: