Flow Source Flow Config Source Connector Properties S3
data class FlowSourceFlowConfigSourceConnectorPropertiesS3(val bucketName: String, val bucketPrefix: String? = null, val s3InputFormatConfig: FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfig? = null)
Constructors
Link copied to clipboard
constructor(bucketName: String, bucketPrefix: String? = null, s3InputFormatConfig: FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfig? = null)
Properties
Link copied to clipboard
Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
Link copied to clipboard
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.