Module Values_0.AssetOptionsSource

An array of analysis level configurations.

Sourcetype nonrec t = {
  1. timezone : String_.t option;
    (*

    Determines the timezone for the analysis.

    *)
  2. weekStart : DayOfTheWeek.t option;
    (*

    Determines the week start day for an analysis.

    *)
  3. qBusinessInsightsStatus : QBusinessInsightsStatus.t option;
    (*

    Determines whether insight summaries from Amazon Q Business are allowed in Dashboard Q&A.

    *)
  4. excludedDataSetArns : DataSetArnsList.t option;
    (*

    A list of dataset ARNS to exclude from Dashboard Q&A.

    *)
  5. customActionDefaults : VisualCustomActionDefaults.t option;
    (*

    A list of visual custom actions for the analysis.

    *)
}
Sourceval make : ?timezone:??? -> ?weekStart:??? -> ?qBusinessInsightsStatus:??? -> ?excludedDataSetArns:??? -> ?customActionDefaults:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of Arn.t ] list | `String of String_.t | `Structure of (string * [> `Structure of (string * [> `Enum of string ]) 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