FlowSourceFlowConfigSourceConnectorPropertiesS3

data class FlowSourceFlowConfigSourceConnectorPropertiesS3(val bucketName: String, val bucketPrefix: String? = null, val s3InputFormatConfig: FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfig? = null)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the Amazon S3 bucket.

Link copied to clipboard
val bucketPrefix: String? = null

Amazon S3 bucket prefix.

Link copied to clipboard

When you use Amazon S3 as the source, the configuration format that you provide the flow input data. See S3 Input Format Config for details.