persistenceMode

@JvmName(name = "htdfwmshxxfvrcoh")
suspend fun persistenceMode(value: Output<String>)
@JvmName(name = "hbqsoqjcrisocbqc")
suspend fun persistenceMode(value: String?)

Parameters

value

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

  • DISABLED: Persistence is disabled for the instance, and any existing snapshots are deleted.

  • RDB: RDB based Persistence is enabled. Possible values are: DISABLED, RDB.