Module Values.IamIdentityCenterSource

IAM Identity Center credentials. For more information see, IAM Identity Center .

Sourcetype nonrec t = {
  1. instanceArn : IdcInstanceArn.t;
    (*

    Amazon Resource Name (ARN) for the IAM Identity Center instance.

    *)
  2. region : String_.t;
    (*

    Amazon Web Services Region where the IAM Identity Center instance is located.

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