Module Values.EmailRecipientsSource

Contains the information of one or more recipients who receive the emails. You must add the users that receive emails to your AWS SSO store.

Sourcetype nonrec t = {
  1. to_ : RecipientDetails.t option;
    (*

    Specifies one or more recipients who receive the email.

    *)
}
Sourceval make : ?to_:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `String of IdentityStoreId.t ]) list ]) list ] list ]) 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