ScheduleArgs

data class ScheduleArgs(val cronSchedule: Output<String>? = null, val paused: Output<Boolean>? = null) : ConvertibleToJava<ScheduleArgs>

Schedule defines scheduling parameters for automatically creating Backups via this BackupPlan.

Constructors

Link copied to clipboard
fun ScheduleArgs(cronSchedule: Output<String>? = null, paused: Output<Boolean>? = null)

Functions

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

Properties

Link copied to clipboard
val cronSchedule: Output<String>? = null

A standard cron string that defines a repeating schedule for creating Backups via this BackupPlan. If this is defined, then backup_retain_days must also be defined. Default (empty): no automatic backup creation will occur.

Link copied to clipboard
val paused: Output<Boolean>? = null

This flag denotes whether automatic Backup creation is paused for this BackupPlan. Default: False