BackupScheduleSpecArgs

data class BackupScheduleSpecArgs(val cronSpec: Output<BackupScheduleSpecCronSpecArgs>? = null) : ConvertibleToJava<BackupScheduleSpecArgs>

Constructors

Link copied to clipboard
constructor(cronSpec: Output<BackupScheduleSpecCronSpecArgs>? = null)

Properties

Link copied to clipboard

Cron style schedule specification.. Structure is documented below.

Functions

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