ClusterContinuousBackupConfigArgs

data class ClusterContinuousBackupConfigArgs(val enabled: Output<Boolean>? = null, val encryptionConfig: Output<ClusterContinuousBackupConfigEncryptionConfigArgs>? = null, val recoveryWindowDays: Output<Int>? = null) : ConvertibleToJava<ClusterContinuousBackupConfigArgs>

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, encryptionConfig: Output<ClusterContinuousBackupConfigEncryptionConfigArgs>? = null, recoveryWindowDays: Output<Int>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether continuous backup recovery is enabled. If not set, defaults to true.

Link copied to clipboard

EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). Structure is documented below.

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

The numbers of days that are eligible to restore from using PITR. To support the entire recovery window, backups and logs are retained for one day more than the recovery window. If not set, defaults to 14 days.

Functions

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