FlowS3DestinationPropertiesArgs

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

Constructors

Link copied to clipboard
fun FlowS3DestinationPropertiesArgs(bucketName: Output<String>, bucketPrefix: Output<String>? = null, s3OutputFormatConfig: Output<FlowS3OutputFormatConfigArgs>? = null)

Functions

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

Properties

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