FlowS3DestinationProperties

data class FlowS3DestinationProperties(val bucketName: String, val bucketPrefix: String? = null, val s3OutputFormatConfig: FlowS3OutputFormatConfig? = null)

Constructors

Link copied to clipboard
fun FlowS3DestinationProperties(bucketName: String, bucketPrefix: String? = null, s3OutputFormatConfig: FlowS3OutputFormatConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val bucketPrefix: String? = null