priority

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

Parameters

value

The priority of the rule, used to define which Page Rule is processed over another. A higher number indicates a higher priority. For example, if you have a catch-all Page Rule (rule A: /images/*) but want a more specific Page Rule to take precedence (rule B: /images/special/*), specify a higher priority for rule B so it overrides rule A. //