priority

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

Parameters

value

Priority for this rule. This is an integer between 0 and 65535, both inclusive. When not specified, the value assumed is 1000. Relative priorities determine precedence of conflicting rules. Lower value of priority implies higher precedence (eg, a rule with priority 0 has higher precedence than a rule with priority 1). DENY rules take precedence over ALLOW rules having equal priority.