negate

@JvmName(name = "ybsrceodhwjueirg")
suspend fun negate(value: Output<Boolean>)
@JvmName(name = "udddopxouysvemhl")
suspend fun negate(value: Boolean?)

Parameters

value

Whether to negate the Condition. If true, the Condition becomes a NAND over its non-empty fields, each field must be false for the Condition overall to be satisfied. Defaults to false.