Module Values_2.RegisteredUserQuickSightConsoleEmbeddingConfigurationSource

Information about the Amazon Quick Sight console that you want to embed.

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

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

    The embedding configuration of an embedded Amazon Quick Sight console.

    *)
}
Sourceval make : ?initialPath:??? -> ?featureConfigurations:??? -> unit -> t
Sourceval 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 ]
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