Account Geo Location Args
data class AccountGeoLocationArgs(val failoverPriority: Output<Int>, val id: Output<String>? = null, val location: Output<String>, val zoneRedundant: Output<Boolean>? = null) : ConvertibleToJava<AccountGeoLocationArgs>
Properties
Link copied to clipboard
The failover priority of the region. A failover priority of 0
indicates a write region. The maximum value for a failover priority = (total number of regions - 1). Failover priority values must be unique for each of the regions in which the database account exists. Changing this causes the location to be re-provisioned and cannot be changed for the location with failover priority 0
.
Link copied to clipboard
Should zone redundancy be enabled for this region? Defaults to false
.