Module Values.IAMUserIdentitySource

Contains information about an Identity and Access Management user.

Sourcetype nonrec t = {
  1. arn : IamArn.t;
    (*

    The ARN of the IAM user. For more information, see IAM ARNs in the IAM User Guide. If you delete the IAM user, access policies that contain this identity include an empty arn. You can delete the access policy for the IAM user that no longer exists.

    *)
}
Sourceval context_ : string
Sourceval make : arn:IamArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of IamArn.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