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
constructor(bucketName: Output<String>, bucketPrefix: Output<String>, s3InputFormatConfig: Output<FlowS3InputFormatConfigArgs>? = null)
Properties
Link copied to clipboard
The Amazon S3 bucket name where the source files are stored.
Link copied to clipboard
The object key for the Amazon S3 bucket in which the source files are stored.
Link copied to clipboard
When you use Amazon S3 as the source, the configuration format that you provide the flow input data.