priority

@JvmName(name = "ojlcbfyqxxtdawva")
suspend fun priority(value: Output<Either<String, Priority>>)
@JvmName(name = "smxvvvbboooqoaic")
suspend fun priority(value: Either<String, Priority>?)
@JvmName(name = "ypkgxkwjuoehlmwi")
fun priority(value: String)
@JvmName(name = "pprcexskoxkgjwri")
fun priority(value: Priority)

Parameters

value

Priority with which the job should be processed. Higher priority jobs are processed before lower priority jobs. If not set, the default is normal.