Values_1.AssetBundleResourceLinkSharingConfigurationSourceA structure that contains the configuration of a shared link to an Amazon Quick Sight dashboard.
type nonrec t = {permissions : AssetBundleResourcePermissions.t option;A list of link sharing permissions for the dashboards that you want to apply overrides to.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `List of [> `String of Principal.t ] list ]) list ])
list ]