Builder

class Builder

Properties

Link copied to clipboard
var arn: String?

An identifier for this resource that is unique within all of AWS.

Link copied to clipboard

The maximum number of jobs your queue can process concurrently.

Link copied to clipboard

The timestamp in epoch seconds for when you created the queue.

Link copied to clipboard

An optional description that you create for each queue.

Link copied to clipboard

The timestamp in epoch seconds for when you most recently updated the queue.

Link copied to clipboard
var name: String?

A name that you create for each queue. Each name must be unique within your account.

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.

Link copied to clipboard

The estimated number of jobs with a PROGRESSING status.

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

A list of any service overrides applied by MediaConvert to the settings that you have configured. If you see any overrides, we recommend that you contact AWS Support.

Link copied to clipboard

Queues can be ACTIVE or PAUSED. If you pause a queue, the service won't begin processing jobs in that queue. Jobs that are running when you pause the queue continue to run until they finish or result in an error.

Link copied to clipboard

The estimated number of jobs with a SUBMITTED status.

Link copied to clipboard
var type: Type?

Specifies whether this on-demand queue is system or custom. System queues are built in. You can't modify or delete system queues. You can create and modify custom queues.

Functions