BackupScheduleArgs

data class BackupScheduleArgs(val repeatingTimeIntervals: Output<List<String>>, val timeZone: Output<String>? = null) : ConvertibleToJava<BackupScheduleArgs>

Schedule for backup

Constructors

Link copied to clipboard
constructor(repeatingTimeIntervals: Output<List<String>>, timeZone: Output<String>? = null)

Properties

Link copied to clipboard

ISO 8601 repeating time interval format

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

Time zone for a schedule. Example: Pacific Standard Time

Functions

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