matchingPrecedence

@JvmName(name = "cjrfxcscfaspqpkb")
suspend fun matchingPrecedence(value: Output<Int>)
@JvmName(name = "tfjwobjntsdvkjxs")
suspend fun matchingPrecedence(value: Int?)

Parameters

value

matchingPrecedence is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be non-negative. Note that if the precedence is not specified or zero, it will be set to 1000 as default.