FlowRetrievalFlowNodeS3ConfigurationArgs

data class FlowRetrievalFlowNodeS3ConfigurationArgs(val bucketName: Output<String>) : ConvertibleToJava<FlowRetrievalFlowNodeS3ConfigurationArgs>

s3 Retrieval configuration for Retrieval node

Constructors

Link copied to clipboard
constructor(bucketName: Output<String>)

Properties

Link copied to clipboard
val bucketName: Output<String>

bucket name of an s3 that will be used for Retrieval flow node configuration

Functions

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