DatabaseInstanceSettingsBackupConfigurationBackupRetentionSettings

data class DatabaseInstanceSettingsBackupConfigurationBackupRetentionSettings(val retainedBackups: Int, val retentionUnit: String? = null)

Constructors

constructor(retainedBackups: Int, retentionUnit: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Depending on the value of retention_unit, this is used to determine if a backup needs to be deleted. If retention_unit is 'COUNT', we will retain this many backups.

Link copied to clipboard
val retentionUnit: String? = null

The unit that 'retained_backups' represents. Defaults to COUNT.