Module Values.CustomConnectorSourcePropertiesSource

The properties that are applied when the custom connector is being used as a source.

Sourcetype nonrec t = {
  1. entityName : EntityName.t;
    (*

    The entity specified in the custom connector as a source in the flow.

    *)
  2. customProperties : CustomProperties.t option;
    (*

    Custom properties that are required to use the custom connector as a source.

    *)
  3. dataTransferApi : DataTransferApi.t option;
    (*

    The API of the connector application that Amazon AppFlow uses to transfer your data.

    *)
}
Sourceval context_ : string
Sourceval make : ?customProperties:??? -> ?dataTransferApi:??? -> entityName:EntityName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of CustomPropertyKey.t ] * [> `String of CustomPropertyValue.t ]) list | `String of EntityName.t | `Structure of (string * [> `Enum of string | `String of DataTransferApiTypeName.t ]) 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