Module Values_2.TemplateSource

A template object. A template is an entity in Quick Sight that encapsulates the metadata required to create an analysis and that you can use to create a dashboard. A template adds a layer of abstraction by using placeholders to replace the dataset associated with an analysis. You can use templates to create dashboards by replacing dataset placeholders with datasets that follow the same schema that was used to create the source analysis and template. You can share templates across Amazon Web Services accounts by allowing users in other Amazon Web Services accounts to create a template or a dashboard from an existing template.

Sourcetype nonrec t = {
  1. arn : Values_0.Arn.t option;
    (*

    The Amazon Resource Name (ARN) of the template.

    *)
  2. name : Values_1.TemplateName.t option;
    (*

    The display name of the template.

    *)
  3. version : TemplateVersion.t option;
    (*

    A structure describing the versions of the template.

    *)
  4. templateId : Values_0.ShortRestrictiveResourceId.t option;
    (*

    The ID for the template. This is unique per Amazon Web Services Region for each Amazon Web Services account.

    *)
  5. lastUpdatedTime : Values_0.Timestamp.t option;
    (*

    Time when this was last updated.

    *)
  6. createdTime : Values_0.Timestamp.t option;
    (*

    Time when this was created.

    *)
}
Sourceval make : ?arn:??? -> ?name:??? -> ?version:??? -> ?templateId:??? -> ?lastUpdatedTime:??? -> ?createdTime:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.Arn.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `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 string | `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Boolean of bool | `String of string | `Structure of (string * [> `List of [> `Double of float | `Long of Awso.Import.Int64.t | `String of string | `Timestamp of string ] list ]) list ]) list ]) list ]) list ] list | `String of string | `Structure of (string * [> `String of string ]) list ]) list ]) list ] list | `String of Values_0.String_.t ]) list ] list | `String of string | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of string ]) list ]) list ]) list ] list | `String of Values_0.NonEmptyString.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of Values_0.String_.t ]) list ] list ]) list ]) list ] list | `Long of Values_1.VersionNumber.t | `String of Values_1.VersionDescription.t | `Timestamp of Values_0.Timestamp.t ]) list | `Timestamp of Values_0.Timestamp.t ]) 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