DataFlowFolderArgs

data class DataFlowFolderArgs(val name: Output<String>? = null) : ConvertibleToJava<DataFlowFolderArgs>

The folder that this data flow is in. If not specified, Data flow will appear at the root level.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null)

Properties

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

The name of the folder that this data flow is in.

Functions

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