Values.InboundIntegrationSourceThe content of an inbound integration.
type nonrec t = {integrationArn : InboundIntegrationArn.t option;The Amazon Resource Name (ARN) of an inbound integration.
*)sourceArn : String_.t option;The Amazon Resource Name (ARN) of the source of an inbound integration.
*)targetArn : TargetArn.t option;The Amazon Resource Name (ARN) of the target of an inbound integration.
*)status : ZeroETLIntegrationStatus.t option;The status of an inbound integration.
*)errors : IntegrationErrorList.t option;The outstanding errors of an inbound integration. Each item is an "IntegrationError". This is null if there is no error.
*)createTime : TStamp.t option;The creation time of an inbound integration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ] list
| `String of InboundIntegrationArn.t
| `Timestamp of TStamp.t ])
list ]