mutations

@JvmName(name = "impbeqritpcxjbbw")
suspend fun mutations(value: Output<List<MutationPatchArgs>>)
@JvmName(name = "lxbjcqbuytrxghob")
suspend fun mutations(value: List<MutationPatchArgs>?)

Parameters

value

mutations contain operations to perform on matching objects. mutations may not be empty; a minimum of one mutation is required. mutations are evaluated in order, and are reinvoked according to the reinvocationPolicy. The mutations of a policy are invoked for each binding of this policy and reinvocation of mutations occurs on a per binding basis.


@JvmName(name = "vqmrcjgdxpwlrxge")
suspend fun mutations(vararg values: Output<MutationPatchArgs>)


@JvmName(name = "vsdlqfnutoewqgcx")
suspend fun mutations(values: List<Output<MutationPatchArgs>>)
@JvmName(name = "ehtbcxnkhmcfnuxd")
suspend fun mutations(vararg values: MutationPatchArgs)

Parameters

values

mutations contain operations to perform on matching objects. mutations may not be empty; a minimum of one mutation is required. mutations are evaluated in order, and are reinvoked according to the reinvocationPolicy. The mutations of a policy are invoked for each binding of this policy and reinvocation of mutations occurs on a per binding basis.


@JvmName(name = "dipgmjauqefgkuir")
suspend fun mutations(argument: List<suspend MutationPatchArgsBuilder.() -> Unit>)
@JvmName(name = "qscvorudbccrboxr")
suspend fun mutations(vararg argument: suspend MutationPatchArgsBuilder.() -> Unit)
@JvmName(name = "jlvtxnfxvxjpbxbo")
suspend fun mutations(argument: suspend MutationPatchArgsBuilder.() -> Unit)

Parameters

argument

mutations contain operations to perform on matching objects. mutations may not be empty; a minimum of one mutation is required. mutations are evaluated in order, and are reinvoked according to the reinvocationPolicy. The mutations of a policy are invoked for each binding of this policy and reinvocation of mutations occurs on a per binding basis.