FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverArgs

data class FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverArgs(val bucketName: Output<String>, val bucketPrefix: Output<String>? = null, val s3OutputFormatConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigArgs>) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverArgs>

Constructors

constructor(bucketName: Output<String>, bucketPrefix: Output<String>? = null, s3OutputFormatConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigArgs>)

Properties

Link copied to clipboard
val bucketName: Output<String>

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

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

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

Link copied to clipboard

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.

Functions

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