Values.DataIntegrationEventDatasetTargetConfigurationSourceThe target dataset configuration for a DATASET event type.
type nonrec t = {datasetIdentifier : DataIntegrationDatasetArn.t;The datalake dataset ARN identifier.
*)operationType : DataIntegrationEventDatasetOperationType.t;The target dataset load operation type.
*)}val make :
datasetIdentifier:DataIntegrationDatasetArn.t ->
operationType:DataIntegrationEventDatasetOperationType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DataIntegrationDatasetArn.t ])
list ]