FlowStorageFlowNodeS3ConfigurationArgs

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

s3 storage configuration for storage 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 storage flow node configuration

Functions

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