FlowPrefixConfigArgs

data class FlowPrefixConfigArgs(val pathPrefixHierarchy: Output<List<FlowPathPrefix>>? = null, val prefixFormat: Output<FlowPrefixFormat>? = null, val prefixType: Output<FlowPrefixType>? = null) : ConvertibleToJava<FlowPrefixConfigArgs>

Constructors

Link copied to clipboard
fun FlowPrefixConfigArgs(pathPrefixHierarchy: Output<List<FlowPathPrefix>>? = null, prefixFormat: Output<FlowPrefixFormat>? = null, prefixType: Output<FlowPrefixType>? = null)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val prefixFormat: Output<FlowPrefixFormat>? = null
Link copied to clipboard
val prefixType: Output<FlowPrefixType>? = null