Replica Info Args
data class ReplicaInfoArgs(val defaultLeaderLocation: Output<Boolean>? = null, val location: Output<String>? = null, val type: Output<ReplicaInfoType>? = null) : ConvertibleToJava<ReplicaInfoArgs>
Constructors
Link copied to clipboard
fun ReplicaInfoArgs(defaultLeaderLocation: Output<Boolean>? = null, location: Output<String>? = null, type: Output<ReplicaInfoType>? = null)
Functions
Properties
Link copied to clipboard
If true, this location is designated as the default leader location where leader replicas are placed. See the region types documentation for more details.
Link copied to clipboard