Get Cluster Continuous Backup Config
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)
Properties
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.