DataSourceIntermediateStorageArgs

data class DataSourceIntermediateStorageArgs(val s3Location: Output<DataSourceS3LocationArgs>) : ConvertibleToJava<DataSourceIntermediateStorageArgs>

A location for storing content from data sources temporarily as it is processed by custom components in the ingestion pipeline.

Constructors

Link copied to clipboard
constructor(s3Location: Output<DataSourceS3LocationArgs>)

Properties

Link copied to clipboard

An S3 bucket path.

Functions

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