schedule

@JvmName(name = "hqigxpfradqirhtq")
suspend fun schedule(value: Output<String>)
@JvmName(name = "pceajdlgwkslnphq")
suspend fun schedule(value: String?)

Parameters

value

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.

  • startTime Backup start time, UNIX time seconds.