FlowS3SourceProperties

data class FlowS3SourceProperties(val bucketName: String, val bucketPrefix: String, val s3InputFormatConfig: FlowS3InputFormatConfig? = null)

Constructors

Link copied to clipboard
constructor(bucketName: String, bucketPrefix: String, s3InputFormatConfig: FlowS3InputFormatConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon S3 bucket name where the source files are stored.

Link copied to clipboard

The object key for the Amazon S3 bucket in which the source files are stored.

Link copied to clipboard

When you use Amazon S3 as the source, the configuration format that you provide the flow input data.