fieldActions

@JvmName(name = "xvgmjewbrdvmmqil")
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 = "ebtlsrrksaqksegt")
suspend fun fieldActions(vararg values: Output<RestorePlanRestoreConfigTransformationRuleFieldActionArgs>)


@JvmName(name = "rpjsmuwcstsuqcei")
suspend fun fieldActions(values: List<Output<RestorePlanRestoreConfigTransformationRuleFieldActionArgs>>)
@JvmName(name = "dtpddxcigdmjmvam")
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 = "lqjioybttdyjsjfa")
suspend fun fieldActions(argument: List<suspend RestorePlanRestoreConfigTransformationRuleFieldActionArgsBuilder.() -> Unit>)
@JvmName(name = "shselwemnhocasrw")
suspend fun fieldActions(vararg argument: suspend RestorePlanRestoreConfigTransformationRuleFieldActionArgsBuilder.() -> Unit)
@JvmName(name = "jbmpjobmoqykdcmt")
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.