fieldActions

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


@JvmName(name = "hhrpjqmmbnwkimst")
suspend fun fieldActions(values: List<Output<RestorePlanRestoreConfigTransformationRuleFieldActionArgs>>)
@JvmName(name = "wdqgjtkshkugfngy")
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 = "cikhxfinutyqvymc")
suspend fun fieldActions(argument: List<suspend RestorePlanRestoreConfigTransformationRuleFieldActionArgsBuilder.() -> Unit>)
@JvmName(name = "vbglawkvxvejsyau")
suspend fun fieldActions(vararg argument: suspend RestorePlanRestoreConfigTransformationRuleFieldActionArgsBuilder.() -> Unit)
@JvmName(name = "pvmkljhgqdyvgmug")
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.