Module Values_0.AnonymousUserDashboardVisualEmbeddingConfigurationSource

The experience that you are embedding. You can use this object to generate a url that embeds a visual into your application.

Sourcetype nonrec t = {
  1. initialDashboardVisualId : DashboardVisualId.t;
    (*

    The visual ID for the visual that you want the user to see. This ID is included in the output URL. When the URL in response is accessed, Amazon Quick Sight renders this visual. The Amazon Resource Name (ARN) of the dashboard that the visual belongs to must be included in the AuthorizedResourceArns parameter. Otherwise, the request will fail with InvalidParameterValueException.

    *)
}
Sourceval context_ : string
Sourceval make : initialDashboardVisualId:DashboardVisualId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of ShortRestrictiveResourceId.t ]) 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