ignoreNull

@JvmName(name = "cqofpdthwylmblnl")
suspend fun ignoreNull(value: Output<Boolean>)
@JvmName(name = "dgxigiiagepahpad")
suspend fun ignoreNull(value: Boolean?)

Parameters

value

Rows with null values will automatically fail a rule, unless ignoreNull is true. In that case, such null rows are trivially considered passing. Only applicable to ColumnMap rules.