ClusterAutomatedBackupConfig

data class ClusterAutomatedBackupConfig(val fixedFrequencySchedule: ClusterAutomatedBackupConfigFixedFrequencySchedule, val retention: String)

Constructors

Link copied to clipboard
constructor(fixedFrequencySchedule: ClusterAutomatedBackupConfigFixedFrequencySchedule, retention: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Trigger automated backups at a fixed frequency. Structure is documented below.

Link copied to clipboard

How long to keep automated backups before the backups are deleted. The value should be between 1 day and 365 days. If not specified, the default value is 35 days. A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".