DatabaseInstanceSettingsBackupConfigurationBackupRetentionSettingsArgs

data class DatabaseInstanceSettingsBackupConfigurationBackupRetentionSettingsArgs(val retainedBackups: Output<Int>, val retentionUnit: Output<String>? = null) : ConvertibleToJava<DatabaseInstanceSettingsBackupConfigurationBackupRetentionSettingsArgs>

Constructors

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

Properties

Link copied to clipboard
val retainedBackups: Output<Int>

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: Output<String>? = null

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

Functions

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