![]() |
![]()
| ![]() |
![]()
NAMEPaws::MediaConvert::Queue USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::MediaConvert::Queue object: $service_obj->Method(Att1 => { Arn => $value, ..., Type => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::MediaConvert::Queue object: $result = $service_obj->Method(...); $result->Att1->Arn DESCRIPTIONYou 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. ATTRIBUTESArn => StrAn identifier for this resource that is unique within all of AWS. CreatedAt => StrThe timestamp in epoch seconds for when you created the queue. Description => StrAn optional description that you create for each queue. LastUpdated => StrThe timestamp in epoch seconds for when you most recently updated the queue. REQUIRED Name => StrA name that you create for each queue. Each name must be unique within your account. PricingPlan => StrSpecifies 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. ProgressingJobsCount => IntThe estimated number of jobs with a PROGRESSING status. ReservationPlan => Paws::MediaConvert::ReservationPlanDetails about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues. Status => StrQueues 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. SubmittedJobsCount => IntThe estimated number of jobs with a SUBMITTED status. Type => StrSpecifies 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. SEE ALSOThis class forms part of Paws, describing an object used in Paws::MediaConvert BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|