Module Values.DataIntegrationFlowTargetSource

The DataIntegrationFlow target parameters.

Sourcetype nonrec t = {
  1. targetType : DataIntegrationFlowTargetType.t;
    (*

    The DataIntegrationFlow target type.

    *)
  2. s3Target : DataIntegrationFlowS3TargetConfiguration.t option;
    (*

    The S3 DataIntegrationFlow target.

    *)
  3. datasetTarget : DataIntegrationFlowDatasetTargetConfiguration.t option;
    (*

    The dataset DataIntegrationFlow target. Note that for AWS Supply Chain dataset under asc namespace, it has a connection_id internal field that is not allowed to be provided by client directly, they will be auto populated.

    *)
}
Sourceval context_ : string
Sourceval make : ?s3Target:??? -> ?datasetTarget:??? -> targetType:DataIntegrationFlowTargetType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `String of S3BucketName.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Structure of (string * [> `Enum of string | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of DataIntegrationFlowFieldPriorityDedupeFieldName.t ]) list ] list ]) list ]) list ]) list ]) 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