D1DatabaseReadReplicationArgs

data class D1DatabaseReadReplicationArgs(val mode: Output<String>) : ConvertibleToJava<D1DatabaseReadReplicationArgs>

Constructors

Link copied to clipboard
constructor(mode: Output<String>)

Properties

Link copied to clipboard
val mode: Output<String>

The read replication mode for the database. Use 'auto' to create replicas and allow D1 automatically place them around the world, or 'disabled' to not use any database replicas (it can take a few hours for all replicas to be deleted). Available values: "auto", "disabled".

Functions

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