transformationRules

@JvmName(name = "mbikdktqkjmwggpt")
suspend fun transformationRules(value: Output<List<RestorePlanRestoreConfigTransformationRuleArgs>>)
@JvmName(name = "ptcwwihqfkyjekps")
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 = "dadoadypbpwqeptf")
suspend fun transformationRules(vararg values: Output<RestorePlanRestoreConfigTransformationRuleArgs>)


@JvmName(name = "ivcecrqeieucysvj")
suspend fun transformationRules(values: List<Output<RestorePlanRestoreConfigTransformationRuleArgs>>)
@JvmName(name = "diyhkkgntpbcuoli")
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 = "wsuokcvnlmyfenxh")
suspend fun transformationRules(argument: List<suspend RestorePlanRestoreConfigTransformationRuleArgsBuilder.() -> Unit>)
@JvmName(name = "lheieqfvwebptxls")
suspend fun transformationRules(vararg argument: suspend RestorePlanRestoreConfigTransformationRuleArgsBuilder.() -> Unit)
@JvmName(name = "wuisunklpvjmpqix")
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.