transformationRules

@JvmName(name = "iqkdjygjbwduulnl")
suspend fun transformationRules(value: Output<List<RestorePlanRestoreConfigTransformationRuleArgs>>)
@JvmName(name = "pfqhrlrdouncosns")
suspend fun transformationRules(value: List<RestorePlanRestoreConfigTransformationRuleArgs>?)

Parameters

value

A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup. Rules are executed in order defined - this order matters, as changes made by a rule may impact the filtering logic of subsequent rules. An empty list means no transformation will occur. Structure is documented below.


@JvmName(name = "enqjpyapdwkbrhrp")
suspend fun transformationRules(vararg values: Output<RestorePlanRestoreConfigTransformationRuleArgs>)


@JvmName(name = "xptapstftaekesis")
suspend fun transformationRules(values: List<Output<RestorePlanRestoreConfigTransformationRuleArgs>>)
@JvmName(name = "bychnjucchhrmegc")
suspend fun transformationRules(vararg values: RestorePlanRestoreConfigTransformationRuleArgs)

Parameters

values

A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup. Rules are executed in order defined - this order matters, as changes made by a rule may impact the filtering logic of subsequent rules. An empty list means no transformation will occur. Structure is documented below.


@JvmName(name = "yfltwtgsnucbfihs")
suspend fun transformationRules(argument: List<suspend RestorePlanRestoreConfigTransformationRuleArgsBuilder.() -> Unit>)
@JvmName(name = "odnmansmtcjquinr")
suspend fun transformationRules(vararg argument: suspend RestorePlanRestoreConfigTransformationRuleArgsBuilder.() -> Unit)
@JvmName(name = "qkcpfyuuwyebfnrl")
suspend fun transformationRules(argument: suspend RestorePlanRestoreConfigTransformationRuleArgsBuilder.() -> Unit)

Parameters

argument

A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup. Rules are executed in order defined - this order matters, as changes made by a rule may impact the filtering logic of subsequent rules. An empty list means no transformation will occur. Structure is documented below.