FlowDestinationFlowConfigDestinationConnectorPropertiesS3Args

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

Constructors

Functions

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

Properties

Link copied to clipboard
val bucketName: Output<String>

Name of the Amazon S3 bucket.

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

Amazon S3 bucket prefix.

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.