Module Values_1.AssetBundleResourcePermissionsSource

A structure that contains the permissions for the resource that you want to override in an asset bundle import job.

Sourcetype nonrec t = {
  1. principals : AssetBundlePrincipalList.t;
    (*

    A list of principals to grant permissions on.

    *)
  2. actions : Values_0.ActionList.t;
    (*

    A list of IAM actions to grant permissions on.

    *)
}
Sourceval context_ : string
Sourceval make : principals:AssetBundlePrincipalList.t -> actions:Values_0.ActionList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of Principal.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