BackupPlanBackupScheduleArgs

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

Constructors

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

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 backupRetainDays must also be defined.

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

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

Functions

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