Flow Source Flow Config Source Connector Properties S3Args
data class FlowSourceFlowConfigSourceConnectorPropertiesS3Args(val bucketName: Output<String>, val bucketPrefix: Output<String>? = null, val s3InputFormatConfig: Output<FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfigArgs>? = null) : ConvertibleToJava<FlowSourceFlowConfigSourceConnectorPropertiesS3Args>
Constructors
Link copied to clipboard
constructor(bucketName: Output<String>, bucketPrefix: Output<String>? = null, s3InputFormatConfig: Output<FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfigArgs>? = 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
val s3InputFormatConfig: Output<FlowSourceFlowConfigSourceConnectorPropertiesS3S3InputFormatConfigArgs>? = null
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.