- Navigation GuideYou are on a type information page within a Client package. Return to the Client landing page
@aws-sdk/client-mediaconvert
CreateQueueRequest Interface
Members
Name | Type | Details |
---|---|---|
Name Required | string | undefined | The name of the queue that you are creating. |
ConcurrentJobs | number | undefined | 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. |
Description | string | undefined | Optional. A description of the queue that you are creating. |
PricingPlan | PricingPlan | undefined | 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. |
ReservationPlanSettings | ReservationPlanSettings | undefined | Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues. |
Status | QueueStatus | undefined | Initial state of the queue. If you create a paused queue, then jobs in that queue won't begin. |
Tags | Record<string, string> | undefined | The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key. |
Full Signature
export interface CreateQueueRequest