substitutionRules

@JvmName(name = "unqvprfrfesusqdp")
suspend fun substitutionRules(value: Output<List<SubstitutionRuleArgs>>)
@JvmName(name = "fttgjnwloxqxtftt")
suspend fun substitutionRules(value: List<SubstitutionRuleArgs>?)

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 substitution will occur.


@JvmName(name = "fkwnpanujxorfrfn")
suspend fun substitutionRules(vararg values: Output<SubstitutionRuleArgs>)


@JvmName(name = "lsoqjongprsmbvpi")
suspend fun substitutionRules(values: List<Output<SubstitutionRuleArgs>>)
@JvmName(name = "ugudcgfnbdymhutj")
suspend fun substitutionRules(vararg values: SubstitutionRuleArgs)

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 substitution will occur.


@JvmName(name = "viymqbwxxnhpfsxy")
suspend fun substitutionRules(argument: List<suspend SubstitutionRuleArgsBuilder.() -> Unit>)
@JvmName(name = "dtijsarntocfnjde")
suspend fun substitutionRules(vararg argument: suspend SubstitutionRuleArgsBuilder.() -> Unit)
@JvmName(name = "kejengqawkltjbpu")
suspend fun substitutionRules(argument: suspend SubstitutionRuleArgsBuilder.() -> 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 substitution will occur.