jsonPatch

@JvmName(name = "njvpbvlajcsdflis")
suspend fun jsonPatch(value: Output<JSONPatchArgs>)
@JvmName(name = "mopghhswfwvsouku")
suspend fun jsonPatch(value: JSONPatchArgs?)

Parameters

value

jsonPatch defines a JSON patch operation to perform a mutation to the object. A CEL expression is used to create the JSON patch.


@JvmName(name = "dtwfkmybadanyxmq")
suspend fun jsonPatch(argument: suspend JSONPatchArgsBuilder.() -> Unit)

Parameters

argument

jsonPatch defines a JSON patch operation to perform a mutation to the object. A CEL expression is used to create the JSON patch.