Module Values.CustomerManagedPolicyReferenceSource

Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each Amazon Web Services account where you want to deploy your permission set.

Sourcetype nonrec t = {
  1. name : ManagedPolicyName.t;
    (*

    The name of the IAM policy that you have configured in each account where you want to deploy your permission set.

    *)
  2. path : ManagedPolicyPath.t option;
    (*

    The path to the IAM policy that you have configured in each account where you want to deploy your permission set. The default is /. For more information, see Friendly names and paths in the IAM User Guide.

    *)
}
Sourceval context_ : string
Sourceval make : ?path:??? -> name:ManagedPolicyName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ManagedPolicyName.t ]) 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