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
constructor(pathPrefixHierarchy: Output<List<FlowPathPrefix>>? = null, prefixFormat: Output<FlowPrefixFormat>? = null, prefixType: Output<FlowPrefixType>? = null)

Properties

Link copied to clipboard

Specifies whether the destination file path includes either or both of the following elements:

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

Determines the level of granularity for the date and time that's included in the prefix.

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

Determines the format of the prefix, and whether it applies to the file name, file path, or both.

Functions

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