aws mediaconvert create-queue

Create a new transcoding queue. For information about queues, see Working With Queues in the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html

Options

NameDescription
--description <string>Optional. A description of the queue that you are creating
--name <string>The name of the queue that you are creating
--pricing-plan <string>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
--reservation-plan-settings <structure>Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues
--status <string>Initial state of the queue. If you create a paused queue, then jobs in that queue won't begin
--tags <map>The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key
--cli-input-json <string>Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally
--generate-cli-skeleton <string>Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command