FlowS3SourcePropertiesArgs

data class FlowS3SourcePropertiesArgs(val bucketName: Output<String>, val bucketPrefix: Output<String>, val s3InputFormatConfig: Output<FlowS3InputFormatConfigArgs>? = null) : ConvertibleToJava<FlowS3SourcePropertiesArgs>

Constructors

Link copied to clipboard
fun FlowS3SourcePropertiesArgs(bucketName: Output<String>, bucketPrefix: Output<String>, s3InputFormatConfig: Output<FlowS3InputFormatConfigArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val bucketName: Output<String>
Link copied to clipboard
val bucketPrefix: Output<String>
Link copied to clipboard