Module Values.IAMRoleIdentitySource

Contains information about an Identity and Access Management role. For more information, see IAM roles in the IAM User Guide.

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

    The ARN of the IAM role. For more information, see IAM ARNs in the IAM User Guide.

    *)
}
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