BackupPlanBackupRuleResourceTypeArgs

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>)

Functions

Link copied to clipboard
open override fun toJava(): BackupPlanBackupRuleResourceTypeArgs

Properties

Link copied to clipboard
val completionWindowMinutes: Output<Double>? = null
Link copied to clipboard
Link copied to clipboard
val enableContinuousBackup: Output<Boolean>? = null
Link copied to clipboard
Link copied to clipboard
val recoveryPointTags: Output<Any>? = null
Link copied to clipboard
val ruleName: Output<String>
Link copied to clipboard
val scheduleExpression: Output<String>? = null
Link copied to clipboard
val scheduleExpressionTimezone: Output<String>? = null
Link copied to clipboard
val startWindowMinutes: Output<Double>? = null
Link copied to clipboard