FlowSourceFlowConfigSourceConnectorPropertiesS3

data class FlowSourceFlowConfigSourceConnectorPropertiesS3(val bucketName: String, val bucketPrefix: String? = null, val s3InputFormatConfig: FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfig? = null)

Constructors

constructor(bucketName: String, bucketPrefix: String? = null, s3InputFormatConfig: FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Amazon S3 bucket name in which Amazon AppFlow places the transferred data.

Link copied to clipboard
val bucketPrefix: String? = null

Object key for the bucket in which Amazon AppFlow places the destination files.

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.