Module Values_1.IAMConnectionMetadataSource

Authentication metadata for IAM-based connections, used for first-party Amazon Web Services service integrations.

Sourcetype nonrec t = {
  1. roleArn : Values_0.RoleArn.t;
    (*

    The Amazon Resource Name (ARN) of the IAM role to assume for authentication with Amazon Web Services services. This IAM role should be in the same account as Quick Sight.

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