fieldActions

@JvmName(name = "ostogspownnlwghy")
suspend fun fieldActions(value: Output<List<RestorePlanRestoreConfigTransformationRuleFieldActionArgs>>)

Parameters

value

A list of transformation rule actions to take against candidate resources. Actions are executed in order defined - this order matters, as they could potentially interfere with each other and the first operation could affect the outcome of the second operation. Structure is documented below.


@JvmName(name = "hvifgxaogvdnreco")
suspend fun fieldActions(vararg values: Output<RestorePlanRestoreConfigTransformationRuleFieldActionArgs>)


@JvmName(name = "rrvphppyfgxqtxns")
suspend fun fieldActions(values: List<Output<RestorePlanRestoreConfigTransformationRuleFieldActionArgs>>)
@JvmName(name = "iejpdqvpdrklgaja")
suspend fun fieldActions(vararg values: RestorePlanRestoreConfigTransformationRuleFieldActionArgs)

Parameters

values

A list of transformation rule actions to take against candidate resources. Actions are executed in order defined - this order matters, as they could potentially interfere with each other and the first operation could affect the outcome of the second operation. Structure is documented below.


@JvmName(name = "pafdwsnwdqcwhdhp")
suspend fun fieldActions(argument: List<suspend RestorePlanRestoreConfigTransformationRuleFieldActionArgsBuilder.() -> Unit>)
@JvmName(name = "qhugjnwvyrflvmgv")
suspend fun fieldActions(vararg argument: suspend RestorePlanRestoreConfigTransformationRuleFieldActionArgsBuilder.() -> Unit)
@JvmName(name = "ktakintfjtapmsot")
suspend fun fieldActions(argument: suspend RestorePlanRestoreConfigTransformationRuleFieldActionArgsBuilder.() -> Unit)

Parameters

argument

A list of transformation rule actions to take against candidate resources. Actions are executed in order defined - this order matters, as they could potentially interfere with each other and the first operation could affect the outcome of the second operation. Structure is documented below.