Module Values_2.RegisteredUserDashboardEmbeddingConfigurationSource

Information about the dashboard you want to embed.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. featureConfigurations : RegisteredUserDashboardFeatureConfigurations.t option;
    (*

    The feature configurations of an embbedded Amazon Quick Sight dashboard.

    *)
}
Sourceval context_ : string
Sourceval make : ?featureConfigurations:??? -> initialDashboardId:Values_0.ShortRestrictiveResourceId.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t