Pipe Placement Constraint Args
data class PipePlacementConstraintArgs(val expression: Output<String>? = null, val type: Output<PipePlacementConstraintType>? = null) : ConvertibleToJava<PipePlacementConstraintArgs>
Constructors
Link copied to clipboard
fun PipePlacementConstraintArgs(expression: Output<String>? = null, type: Output<PipePlacementConstraintType>? = null)