Flow Destination Flow Config Destination Connector Properties Upsolver Args
data class FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverArgs(val bucketName: Output<String>, val bucketPrefix: Output<String>? = null, val s3OutputFormatConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigArgs>) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverArgs>
Constructors
Link copied to clipboard
constructor(bucketName: Output<String>, bucketPrefix: Output<String>? = null, s3OutputFormatConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigArgs>)
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 s3OutputFormatConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigArgs>
Configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the destination. See S3 Output Format Config for more details.