Module Values.UpdateWebAppIdentityCenterConfigSource

A structure that describes the values to use for the IAM Identity Center settings when you update a web app.

Sourcetype nonrec t = {
  1. role : Role.t option;
    (*

    The IAM role used to access IAM Identity Center.

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