Module Values_2.RegisteredUserConsoleFeatureConfigurationsSource

The feature configurations of an embedded Amazon Quick Sight console.

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

    The state persistence configurations of an embedded Amazon Quick Sight console.

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

    The shared view settings of an embedded dashboard.

    *)
  3. amazonQInQuickSight : Values_0.AmazonQInQuickSightConsoleConfigurations.t option;
    (*

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

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

    The schedules configuration for an embedded Quick Sight dashboard.

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

    The recent snapshots configuration for an embedded Quick Sight dashboard.

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

    The threshold alerts configuration for an embedded Quick Sight dashboard.

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

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

    *)
}
Sourceval make : ?statePersistence:??? -> ?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