CreateQueueRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specify the maximum number of jobs your queue can process concurrently. For on-demand queues, the value you enter is constrained by your service quotas for Maximum concurrent jobs, per on-demand queue and Maximum concurrent jobs, per account. For reserved queues, specify the number of jobs you can process concurrently in your reservation plan instead.

Link copied to clipboard

Optional. A description of the queue that you are creating.

Link copied to clipboard
val name: String?

The name of the queue that you are creating.

Link copied to clipboard

Specifies whether the pricing plan for the queue is on-demand or reserved. For on-demand, you pay per minute, billed in increments of .01 minute. For reserved, you pay for the transcoding capacity of the entire queue, regardless of how much or how little you use it. Reserved pricing requires a 12-month commitment. When you use the API to create a queue, the default is on-demand.

Link copied to clipboard

Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues.

Link copied to clipboard

Initial state of the queue. If you create a paused queue, then jobs in that queue won't begin.

Link copied to clipboard

The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String