Values_1.InboundIntegrationSourceA structure for an integration that writes data into a resource.
type nonrec t = {sourceArn : String512.t option;The ARN of the source resource for the integration.
*)targetArn : String512.t option;The ARN of the target resource for the integration.
*)integrationArn : String128.t option;The ARN of the zero-ETL integration.
*)status : IntegrationStatus.t option;The possible statuses are: CREATING: The integration is being created. ACTIVE: The integration creation succeeds. MODIFYING: The integration is being modified. FAILED: The integration creation fails. DELETING: The integration is deleted. SYNCING: The integration is synchronizing. NEEDS_ATTENTION: The integration needs attention, such as synchronization.
*)createTime : IntegrationTimestamp.t option;The time that the integration was created, in UTC.
*)integrationConfig : IntegrationConfig.t option;Properties associated with the integration.
*)errors : IntegrationErrorList.t option;A list of errors associated with the integration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of String128.t ]) list ] list
| `String of String512.t
| `Structure of
(string
* [> `Boolean of ContinuousSync.t
| `Map of
([> `String of IntegrationString.t ]
* [> `String of IntegrationString.t ])
list
| `String of String128.t ])
list
| `Timestamp of IntegrationTimestamp.t ])
list ]