readWrite

@JvmName(name = "dptmfdjatlqpccrp")
suspend fun readWrite(value: Output<Boolean>)
@JvmName(name = "roiewtkggplmeyai")
suspend fun readWrite(value: Boolean?)

Parameters

value

The option to specify whether you want to make the dataview writable to perform database maintenance. The following are some considerations related to writable dataviews.

  • You cannot create partial writable dataviews. When you create writeable dataviews you must provide the entire database path. You cannot perform updates on a writeable dataview. Hence, auto_update must be set as false if read_write is true for a dataview.

  • You must also use a unique volume for creating a writeable dataview. So, if you choose a volume that is already in use by another dataview, the dataview creation fails.

  • Once you create a dataview as writeable, you cannot change it to read-only. So, you cannot update the read_write parameter later.