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
fun ClusterContinuousBackupConfigArgs(enabled: Output<Boolean>? = null, encryptionConfig: Output<ClusterContinuousBackupConfigEncryptionConfigArgs>? = null, recoveryWindowDays: Output<Int>? = null)