Builder

class Builder

Properties

Link copied to clipboard
var queue: Queue?

You can use queues to manage the resources that are available to your AWS account for running multiple transcoding jobs at the same time. If you don't specify a queue, the service sends all jobs through the default queue. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html.

Functions

Link copied to clipboard
fun queue(block: Queue.Builder.() -> Unit)