Module Values_1.AssetBundleResourceLinkSharingConfigurationSource

A structure that contains the configuration of a shared link to an Amazon Quick Sight dashboard.

Sourcetype nonrec t = {
  1. permissions : AssetBundleResourcePermissions.t option;
    (*

    A list of link sharing permissions for the dashboards that you want to apply overrides to.

    *)
}
Sourceval make : ?permissions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `String of Principal.t ] 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