Plan Rule Args
data class PlanRuleArgs(val completionWindow: Output<Int>? = null, val copyActions: Output<List<PlanRuleCopyActionArgs>>? = null, val enableContinuousBackup: Output<Boolean>? = null, val lifecycle: Output<PlanRuleLifecycleArgs>? = null, val recoveryPointTags: Output<Map<String, String>>? = null, val ruleName: Output<String>, val schedule: Output<String>? = null, val startWindow: Output<Int>? = null, val targetVaultName: Output<String>) : ConvertibleToJava<PlanRuleArgs>
Constructors
Link copied to clipboard
fun PlanRuleArgs(completionWindow: Output<Int>? = null, copyActions: Output<List<PlanRuleCopyActionArgs>>? = null, enableContinuousBackup: Output<Boolean>? = null, lifecycle: Output<PlanRuleLifecycleArgs>? = null, recoveryPointTags: Output<Map<String, String>>? = null, ruleName: Output<String>, schedule: Output<String>? = null, startWindow: Output<Int>? = null, targetVaultName: Output<String>)