Pipe Placement Strategy Args
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)