Skip to content

/AWS1/CL_MDC=>CREATEQUEUE()

About CreateQueue

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

Method Signature

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/MDC__STRING /AWS1/MDC__STRING

The name of the queue that you are creating.

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/MDC__STRING /AWS1/MDC__STRING

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

IV_PRICINGPLAN TYPE /AWS1/MDCPRICINGPLAN /AWS1/MDCPRICINGPLAN

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.

IO_RESERVATIONPLANSETTINGS TYPE REF TO /AWS1/CL_MDCRESERVATIONPLANS00 /AWS1/CL_MDCRESERVATIONPLANS00

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

IV_STATUS TYPE /AWS1/MDCQUEUESTATUS /AWS1/MDCQUEUESTATUS

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

IT_TAGS TYPE /AWS1/CL_MDC__MAPOF__STRING_W=>TT___MAPOF__STRING TT___MAPOF__STRING

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

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_MDCCREATEQUEUERSP /AWS1/CL_MDCCREATEQUEUERSP