Module Values.WhatsAppBusinessAccountEventDestinationSource

Contains information on the event destination.

Sourcetype nonrec t = {
  1. eventDestinationArn : EventDestinationArn.t;
    (*

    The ARN of the event destination.

    *)
  2. roleArn : RoleArn.t option;
    (*

    The Amazon Resource Name (ARN) of an Identity and Access Management role that is able to import phone numbers and write events.

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