Scheduled Snapshots Config Args
data class ScheduledSnapshotsConfigArgs(val enabled: Output<Boolean>? = null, val snapshotCreationSchedule: Output<String>? = null, val snapshotLocation: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<ScheduledSnapshotsConfigArgs>
The configuration for scheduled snapshot creation mechanism.
Properties
Link copied to clipboard
Optional. The cron expression representing the time when snapshots creation mechanism runs. This field is subject to additional validation around frequency of execution.
Link copied to clipboard
Optional. The Cloud Storage location for storing automatically created snapshots.