ClusterPersistenceConfigArgs

data class ClusterPersistenceConfigArgs(val aofConfig: Output<ClusterPersistenceConfigAofConfigArgs>? = null, val mode: Output<String>? = null, val rdbConfig: Output<ClusterPersistenceConfigRdbConfigArgs>? = null) : ConvertibleToJava<ClusterPersistenceConfigArgs>

Constructors

Link copied to clipboard
constructor(aofConfig: Output<ClusterPersistenceConfigAofConfigArgs>? = null, mode: Output<String>? = null, rdbConfig: Output<ClusterPersistenceConfigRdbConfigArgs>? = null)

Properties

Link copied to clipboard

AOF configuration. This field will be ignored if mode is not AOF. Structure is documented below.

Link copied to clipboard
val mode: Output<String>? = null

Optional. Controls whether Persistence features are enabled. If not provided, the existing value will be used.

Link copied to clipboard

RDB configuration. This field will be ignored if mode is not RDB. Structure is documented below.

Functions

Link copied to clipboard
open override fun toJava(): ClusterPersistenceConfigArgs