Module Values_0.CustomContentVisualSource

A visual that contains custom content. For more information, see Using custom visual content in the Amazon Quick Suite User Guide.

Sourcetype nonrec t = {
  1. visualId : ShortRestrictiveResourceId.t;
    (*

    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

    *)
  2. title : VisualTitleLabelOptions.t option;
    (*

    The title that is displayed on the visual.

    *)
  3. subtitle : VisualSubtitleLabelOptions.t option;
    (*

    The subtitle that is displayed on the visual.

    *)
  4. chartConfiguration : CustomContentConfiguration.t option;
    (*

    The configuration of a CustomContentVisual.

    *)
  5. actions : VisualCustomActionList.t option;
    (*

    The list of custom actions that are configured for a visual.

    *)
  6. dataSetIdentifier : DataSetIdentifier.t;
    (*

    The dataset that is used to create the custom content visual. You can't create a visual without a dataset.

    *)
  7. visualContentAltText : LongPlainText.t option;
    (*

    The alt text for the visual.

    *)
}
Sourceval context_ : string
Sourceval make : ?title:??? -> ?subtitle:??? -> ?chartConfiguration:??? -> ?actions:??? -> ?visualContentAltText:??? -> visualId:ShortRestrictiveResourceId.t -> dataSetIdentifier:DataSetIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of ParameterName.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Boolean of BooleanObject.t | `String of DataSetIdentifier.t | `Structure of (string * [> `List of [> `Double of SensitiveDoubleObject.t | `Long of SensitiveLongObject.t | `String of SensitiveStringObject.t | `Timestamp of SensitiveTimestamp.t ] list ]) list ]) list ]) list ]) list ] list | `String of URLOperationTemplate.t | `Structure of (string * [> `Enum of string | `List of [> `String of FieldId.t | `Structure of (string * [> `String of DataSetIdentifier.t ]) list ] list | `String of ShortRestrictiveResourceId.t | `Structure of (string * [> `Enum of string | `List of [> `String of ShortRestrictiveResourceId.t ] list ]) list ]) list ]) list ]) list ] list | `String of ShortRestrictiveResourceId.t ]) list ] list | `String of ShortRestrictiveResourceId.t | `Structure of (string * [> `Enum of string | `String of URLOperationTemplate.t | `Structure of (string * [> `String of ShortPlainText.t | `Structure of (string * [> `Enum of string ]) 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