A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/MediaConvert/Types/CreateQueueRequest.html below:

CreateQueueRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConvert::Types::CreateQueueRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing CreateQueueRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  description: "__string",
  name: "__string",   pricing_plan: "ON_DEMAND",   reservation_plan_settings: {
    commitment: "ONE_YEAR",     renewal_type: "AUTO_RENEW",     reserved_slots: 1,   },
  status: "ACTIVE",   tags: {
    "__string" => "__string",
  },
}

Create an on-demand queue by sending a CreateQueue request with the name of the queue. Create a reserved queue by sending a CreateQueue request with the pricing plan set to RESERVED and with values specified for the settings under reservationPlanSettings. When you create a reserved queue, you enter into a 12-month commitment to purchase the RTS that you specify. You can't cancel this commitment.

Instance Attribute Summary collapse Instance Attribute Details #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.

Possible values:

#reservation_plan_settingsTypes::ReservationPlanSettings

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.

Possible values:

#tags ⇒ Hash<String,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.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4