Module Values_2.RegisteredUserDashboardVisualEmbeddingConfigurationSource

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 : Values_0.DashboardVisualId.t;
    (*

    The visual ID for the visual that you want the user to embed. 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:Values_0.DashboardVisualId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of string ]) 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