Values_2.RegisteredUserDashboardEmbeddingConfigurationSourceInformation about the dashboard you want to embed.
type nonrec t = {initialDashboardId : Values_0.ShortRestrictiveResourceId.t;The dashboard ID for the dashboard that you want the user to see first. This ID is included in the output URL. When the URL in response is accessed, Amazon Quick Sight renders this dashboard if the user has permissions to view it. If the user does not have permission to view this dashboard, they see a permissions error message.
*)featureConfigurations : RegisteredUserDashboardFeatureConfigurations.t option;The feature configurations of an embbedded Amazon Quick Sight dashboard.
*)}val make :
?featureConfigurations:??? ->
initialDashboardId:Values_0.ShortRestrictiveResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.ShortRestrictiveResourceId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Structure of (string * [> `Boolean of bool ]) list ])
list ])
list ])
list ]