priority

@JvmName(name = "gvfqitufvvjtcxjw")
suspend fun priority(value: Output<Int>)
@JvmName(name = "uyykcqmkwqxsjidd")
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 cases where multiple routes have equal prefix length, the one with the lowest-numbered priority value wins. The default value is 1000. The priority value must be from 0 to 65535, inclusive.