GetClusterContinuousBackupConfig

data class GetClusterContinuousBackupConfig(val enabled: Boolean, val encryptionConfigs: List<GetClusterContinuousBackupConfigEncryptionConfig>, val recoveryWindowDays: Int)

Constructors

Link copied to clipboard
constructor(enabled: Boolean, encryptionConfigs: List<GetClusterContinuousBackupConfigEncryptionConfig>, recoveryWindowDays: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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).

Link copied to clipboard

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.