Module Values.DataIntegrationFlowDatasetTargetConfigurationSource

The dataset DataIntegrationFlow target configuration parameters.

Sourcetype nonrec t = {
  1. datasetIdentifier : DatasetIdentifier.t;
    (*

    The dataset ARN.

    *)
  2. options : DataIntegrationFlowDatasetOptions.t option;
    (*

    The dataset DataIntegrationFlow target options.

    *)
}
Sourceval context_ : string
Sourceval make : ?options:??? -> datasetIdentifier:DatasetIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DatasetIdentifier.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 ]
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