Persistence Args
data class PersistenceArgs(val aofEnabled: Output<Boolean>? = null, val aofFrequency: Output<Either<String, AofFrequency>>? = null, val rdbEnabled: Output<Boolean>? = null, val rdbFrequency: Output<Either<String, RdbFrequency>>? = null) : ConvertibleToJava<PersistenceArgs>
Persistence-related configuration for the RedisEnterprise database
Constructors
Link copied to clipboard
constructor(aofEnabled: Output<Boolean>? = null, aofFrequency: Output<Either<String, AofFrequency>>? = null, rdbEnabled: Output<Boolean>? = null, rdbFrequency: Output<Either<String, RdbFrequency>>? = null)