DatabaseShortTermRetentionPolicyArgs

data class DatabaseShortTermRetentionPolicyArgs(val backupIntervalInHours: Output<Int>? = null, val retentionDays: Output<Int>) : ConvertibleToJava<DatabaseShortTermRetentionPolicyArgs>

Constructors

Link copied to clipboard
constructor(backupIntervalInHours: Output<Int>? = null, retentionDays: Output<Int>)

Properties

Link copied to clipboard
val backupIntervalInHours: Output<Int>? = null

The hours between each differential backup. This is only applicable to live databases but not dropped databases. Value has to be 12 or 24. Defaults to 12 hours.

Link copied to clipboard
val retentionDays: Output<Int>

Point In Time Restore configuration. Value has to be between 1 and 35.

Functions

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