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