PipePlacementStrategyArgs

data class PipePlacementStrategyArgs(val field: Output<String>? = null, val type: Output<PipePlacementStrategyType>? = null) : ConvertibleToJava<PipePlacementStrategyArgs>

Constructors

Link copied to clipboard
fun PipePlacementStrategyArgs(field: Output<String>? = null, type: Output<PipePlacementStrategyType>? = null)

Functions

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

Properties

Link copied to clipboard
val field: Output<String>? = null
Link copied to clipboard
val type: Output<PipePlacementStrategyType>? = null