Flow S3Source Properties Args
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)