libZSservicesZSamazonka-glueZSamazonka-glue
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.Glue.Types.ExecutionProperty

Description

 
Synopsis

Documentation

data ExecutionProperty Source #

An execution property of a job.

See: newExecutionProperty smart constructor.

Constructors

ExecutionProperty' 

Fields

  • maxConcurrentRuns :: Maybe Int

    The maximum number of concurrent runs allowed for the job. The default is 1. An error is returned when this threshold is reached. The maximum value you can specify is controlled by a service limit.

Instances

Instances details
Eq ExecutionProperty Source # 
Instance details

Defined in Amazonka.Glue.Types.ExecutionProperty

Read ExecutionProperty Source # 
Instance details

Defined in Amazonka.Glue.Types.ExecutionProperty

Show ExecutionProperty Source # 
Instance details

Defined in Amazonka.Glue.Types.ExecutionProperty

Generic ExecutionProperty Source # 
Instance details

Defined in Amazonka.Glue.Types.ExecutionProperty

Associated Types

type Rep ExecutionProperty :: Type -> Type #

NFData ExecutionProperty Source # 
Instance details

Defined in Amazonka.Glue.Types.ExecutionProperty

Methods

rnf :: ExecutionProperty -> () #

Hashable ExecutionProperty Source # 
Instance details

Defined in Amazonka.Glue.Types.ExecutionProperty

ToJSON ExecutionProperty Source # 
Instance details

Defined in Amazonka.Glue.Types.ExecutionProperty

FromJSON ExecutionProperty Source # 
Instance details

Defined in Amazonka.Glue.Types.ExecutionProperty

type Rep ExecutionProperty Source # 
Instance details

Defined in Amazonka.Glue.Types.ExecutionProperty

type Rep ExecutionProperty = D1 ('MetaData "ExecutionProperty" "Amazonka.Glue.Types.ExecutionProperty" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "ExecutionProperty'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxConcurrentRuns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newExecutionProperty :: ExecutionProperty Source #

Create a value of ExecutionProperty 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:maxConcurrentRuns:ExecutionProperty', executionProperty_maxConcurrentRuns - The maximum number of concurrent runs allowed for the job. The default is 1. An error is returned when this threshold is reached. The maximum value you can specify is controlled by a service limit.

executionProperty_maxConcurrentRuns :: Lens' ExecutionProperty (Maybe Int) Source #

The maximum number of concurrent runs allowed for the job. The default is 1. An error is returned when this threshold is reached. The maximum value you can specify is controlled by a service limit.