Backup Plan Backup Rule Resource Type Args
data class BackupPlanBackupRuleResourceTypeArgs(val completionWindowMinutes: Output<Double>? = null, val copyActions: Output<List<BackupPlanCopyActionResourceTypeArgs>>? = null, val enableContinuousBackup: Output<Boolean>? = null, val lifecycle: Output<BackupPlanLifecycleResourceTypeArgs>? = null, val recoveryPointTags: Output<Any>? = null, val ruleName: Output<String>, val scheduleExpression: Output<String>? = null, val scheduleExpressionTimezone: Output<String>? = null, val startWindowMinutes: Output<Double>? = null, val targetBackupVault: Output<String>) : ConvertibleToJava<BackupPlanBackupRuleResourceTypeArgs>
Constructors
Link copied to clipboard
fun BackupPlanBackupRuleResourceTypeArgs(completionWindowMinutes: Output<Double>? = null, copyActions: Output<List<BackupPlanCopyActionResourceTypeArgs>>? = null, enableContinuousBackup: Output<Boolean>? = null, lifecycle: Output<BackupPlanLifecycleResourceTypeArgs>? = null, recoveryPointTags: Output<Any>? = null, ruleName: Output<String>, scheduleExpression: Output<String>? = null, scheduleExpressionTimezone: Output<String>? = null, startWindowMinutes: Output<Double>? = null, targetBackupVault: Output<String>)