priority

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

Parameters

value

The priority of this intent. Higher numbers represent higher priorities.

  • If the supplied value is unspecified or 0, the service translates the value to 500,000, which corresponds to the Normal priority in the console.

  • If the supplied value is negative, the intent is ignored in runtime detect intent requests.