priority

@JvmName(name = "xhnfdbebxqdlnsoc")
suspend fun priority(value: Output<Int>)
@JvmName(name = "bhsdkhesersevjwx")
suspend fun priority(value: Int?)

Parameters

value

The priority of this route. Priority is used to break ties in cases where there is more than one matching route of equal prefix length. In the case of two routes with equal prefix length, the one with the lowest-numbered priority value wins. Default value is 1000. Valid range is 0 through 65535.