Restore Plan Restore Config Transformation Rule Args
data class RestorePlanRestoreConfigTransformationRuleArgs(val description: Output<String>? = null, val fieldActions: Output<List<RestorePlanRestoreConfigTransformationRuleFieldActionArgs>>, val resourceFilter: Output<RestorePlanRestoreConfigTransformationRuleResourceFilterArgs>? = null) : ConvertibleToJava<RestorePlanRestoreConfigTransformationRuleArgs>
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, fieldActions: Output<List<RestorePlanRestoreConfigTransformationRuleFieldActionArgs>>, resourceFilter: Output<RestorePlanRestoreConfigTransformationRuleResourceFilterArgs>? = null)
Properties
Link copied to clipboard
The description is a user specified string description of the transformation rule.
Link copied to clipboard
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.
Link copied to clipboard
This field is used to specify a set of fields that should be used to determine which resources in backup should be acted upon by the supplied transformation rule actions, and this will ensure that only specific resources are affected by transformation rule actions. Structure is documented below.