Module Values_2.RegisteredUserDashboardFeatureConfigurationsSource

The feature configuration for an embedded dashboard.

Sourcetype nonrec t = {
  1. statePersistence : StatePersistenceConfigurations.t option;
    (*

    The state persistence settings of an embedded dashboard.

    *)
  2. bookmarks : Values_1.BookmarksConfigurations.t option;
    (*

    The bookmarks configuration for an embedded dashboard in Amazon Quick Sight.

    *)
  3. sharedView : Values_0.SharedViewConfigurations.t option;
    (*

    The shared view settings of an embedded dashboard.

    *)
  4. amazonQInQuickSight : Values_0.AmazonQInQuickSightDashboardConfigurations.t option;
    (*

    The Amazon Q configurations of an embedded Amazon Quick Sight dashboard.

    *)
  5. schedules : SchedulesConfigurations.t option;
    (*

    The schedules configuration for an embedded Quick Sight dashboard.

    *)
  6. recentSnapshots : RecentSnapshotsConfigurations.t option;
    (*

    The recent snapshots configuration for an Quick Sight embedded dashboard

    *)
  7. thresholdAlerts : ThresholdAlertsConfigurations.t option;
    (*

    The threshold alerts configuration for an Quick Sight embedded dashboard.

    *)
  8. dashboardCustomizationSummary : Values_1.DashboardCustomizationSummaryConfigurations.t option;
    (*

    The dashboard customization summary configuration for an embedded Quick Sight dashboard.

    *)
}
Sourceval make : ?statePersistence:??? -> ?bookmarks:??? -> ?sharedView:??? -> ?amazonQInQuickSight:??? -> ?schedules:??? -> ?recentSnapshots:??? -> ?thresholdAlerts:??? -> ?dashboardCustomizationSummary:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Structure of (string * [> `Boolean of bool ]) 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