Cluster Continuous Backup Config Args
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
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
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.