Values_2.RegisteredUserQuickSightConsoleEmbeddingConfigurationSourceInformation about the Amazon Quick Sight console that you want to embed.
type nonrec t = {initialPath : EntryPath.t option;The initial URL path for the Amazon Quick Sight console. InitialPath is required. The entry point URL is constrained to the following paths: /start /start/analyses /start/dashboards /start/favorites /dashboards/DashboardId. DashboardId is the actual ID key from the Amazon Quick Sight console URL of the dashboard. /analyses/AnalysisId. AnalysisId is the actual ID key from the Amazon Quick Sight console URL of the analysis.
*)featureConfigurations : RegisteredUserConsoleFeatureConfigurations.t option;The embedding configuration of an embedded Amazon Quick Sight console.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of EntryPath.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Structure of (string * [> `Boolean of bool ]) list ])
list ])
list ])
list ]