DataSourceCustomTransformationConfigurationArgs

data class DataSourceCustomTransformationConfigurationArgs(val intermediateStorage: Output<DataSourceIntermediateStorageArgs>, val transformations: Output<List<DataSourceTransformationArgs>>) : ConvertibleToJava<DataSourceCustomTransformationConfigurationArgs>

Settings for customizing steps in the data source content ingestion pipeline.

Constructors

constructor(intermediateStorage: Output<DataSourceIntermediateStorageArgs>, transformations: Output<List<DataSourceTransformationArgs>>)

Properties

Link copied to clipboard

An S3 bucket path for input and output objects.

Link copied to clipboard

A list of Lambda functions that process documents.

Functions

Link copied to clipboard
open override fun toJava(): DataSourceCustomTransformationConfigurationArgs