data class OtsBackupPlanRuleArgs(val backupType: Output<String>? = null, val disabled: Output<Boolean>? = null, val retention: Output<String>? = null, val ruleName: Output<String>? = null, val schedule: Output<String>? = null) : ConvertibleToJava<OtsBackupPlanRuleArgs>
Backup strategy. Optional format: I|{startTime}|{interval}. It means to execute a backup task every {interval} starting from {startTime}. The backup task for the elapsed time will not be compensated. If the last backup task has not completed yet, the next backup task will not be triggered.