Module Values.SubscriptionPrincipalSource

A user or group in the IAM Identity Center instance connected to the Amazon Q Business application.

Sourcetype nonrec t = {
  1. user : UserIdentifier.t option;
    (*

    The identifier of a user in the IAM Identity Center instance connected to the Amazon Q Business application.

    *)
  2. group : GroupIdentifier.t option;
    (*

    The identifier of a group in the IAM Identity Center instance connected to the Amazon Q Business application.

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