Flow S3Destination Properties
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)