FlowS3SourcePropertiesArgs

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
val bucketName: Output<String>

The Amazon S3 bucket name where the source files are stored.

Link copied to clipboard
val bucketPrefix: Output<String>

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.

Functions

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