libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaConvert.Types.HopDestination

Description

 
Synopsis

Documentation

data HopDestination Source #

Optional. Configuration for a destination queue to which the job can hop once a customer-defined minimum wait time has passed.

See: newHopDestination smart constructor.

Constructors

HopDestination' 

Fields

  • priority :: Maybe Int

    Optional. When you set up a job to use queue hopping, you can specify a different relative priority for the job in the destination queue. If you don't specify, the relative priority will remain the same as in the previous queue.

  • queue :: Maybe Text

    Optional unless the job is submitted on the default queue. When you set up a job to use queue hopping, you can specify a destination queue. This queue cannot be the original queue to which the job is submitted. If the original queue isn't the default queue and you don't specify the destination queue, the job will move to the default queue.

  • waitMinutes :: Maybe Int

    Required for setting up a job to use queue hopping. Minimum wait time in minutes until the job can hop to the destination queue. Valid range is 1 to 1440 minutes, inclusive.

Instances

Instances details
Eq HopDestination Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HopDestination

Read HopDestination Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HopDestination

Show HopDestination Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HopDestination

Generic HopDestination Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HopDestination

Associated Types

type Rep HopDestination :: Type -> Type #

NFData HopDestination Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HopDestination

Methods

rnf :: HopDestination -> () #

Hashable HopDestination Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HopDestination

ToJSON HopDestination Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HopDestination

FromJSON HopDestination Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HopDestination

type Rep HopDestination Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.HopDestination

type Rep HopDestination = D1 ('MetaData "HopDestination" "Amazonka.MediaConvert.Types.HopDestination" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "HopDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "priority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "queue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "waitMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newHopDestination :: HopDestination Source #

Create a value of HopDestination with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:priority:HopDestination', hopDestination_priority - Optional. When you set up a job to use queue hopping, you can specify a different relative priority for the job in the destination queue. If you don't specify, the relative priority will remain the same as in the previous queue.

$sel:queue:HopDestination', hopDestination_queue - Optional unless the job is submitted on the default queue. When you set up a job to use queue hopping, you can specify a destination queue. This queue cannot be the original queue to which the job is submitted. If the original queue isn't the default queue and you don't specify the destination queue, the job will move to the default queue.

$sel:waitMinutes:HopDestination', hopDestination_waitMinutes - Required for setting up a job to use queue hopping. Minimum wait time in minutes until the job can hop to the destination queue. Valid range is 1 to 1440 minutes, inclusive.

hopDestination_priority :: Lens' HopDestination (Maybe Int) Source #

Optional. When you set up a job to use queue hopping, you can specify a different relative priority for the job in the destination queue. If you don't specify, the relative priority will remain the same as in the previous queue.

hopDestination_queue :: Lens' HopDestination (Maybe Text) Source #

Optional unless the job is submitted on the default queue. When you set up a job to use queue hopping, you can specify a destination queue. This queue cannot be the original queue to which the job is submitted. If the original queue isn't the default queue and you don't specify the destination queue, the job will move to the default queue.

hopDestination_waitMinutes :: Lens' HopDestination (Maybe Int) Source #

Required for setting up a job to use queue hopping. Minimum wait time in minutes until the job can hop to the destination queue. Valid range is 1 to 1440 minutes, inclusive.