FlowSourceFlowConfigSourceConnectorPropertiesS3Args

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

Constructors

fun FlowSourceFlowConfigSourceConnectorPropertiesS3Args(bucketName: Output<String>, bucketPrefix: Output<String>? = null, s3InputFormatConfig: Output<FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfigArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val bucketName: Output<String>

Name of the Amazon S3 bucket.

Link copied to clipboard
val bucketPrefix: Output<String>? = null

Amazon S3 bucket prefix.

Link copied to clipboard

When you use Amazon S3 as the source, the configuration format that you provide the flow input data. See S3 Input Format Config for details.