Values_2.ModifyIntegrationRequestSourceModifies a Zero-ETL integration in the caller's account.
type nonrec t = {integrationIdentifier : Values_1.String128.t;The Amazon Resource Name (ARN) for the integration.
*)description : Values_1.IntegrationDescription.t option;A description of the integration.
*)dataFilter : Values_1.String2048.t option;Selects source tables for the integration using Maxwell filter syntax.
*)integrationConfig : Values_1.IntegrationConfig.t option;The configuration settings for the integration. Currently, only the RefreshInterval can be modified.
*)integrationName : Values_1.String128.t option;A unique name for an integration in Glue.
*)}val make :
?description:??? ->
?dataFilter:??? ->
?integrationConfig:??? ->
?integrationName:??? ->
integrationIdentifier:Values_1.String128.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_1.String128.t
| `Structure of
(string
* [> `Boolean of bool
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of string ])
list ])
list ]