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.StartingEventBatchCondition

Description

 
Synopsis

Documentation

data StartingEventBatchCondition Source #

The batch condition that started the workflow run. Either the number of events in the batch size arrived, in which case the BatchSize member is non-zero, or the batch window expired, in which case the BatchWindow member is non-zero.

See: newStartingEventBatchCondition smart constructor.

Constructors

StartingEventBatchCondition' 

Fields

Instances

Instances details
Eq StartingEventBatchCondition Source # 
Instance details

Defined in Amazonka.Glue.Types.StartingEventBatchCondition

Read StartingEventBatchCondition Source # 
Instance details

Defined in Amazonka.Glue.Types.StartingEventBatchCondition

Show StartingEventBatchCondition Source # 
Instance details

Defined in Amazonka.Glue.Types.StartingEventBatchCondition

Generic StartingEventBatchCondition Source # 
Instance details

Defined in Amazonka.Glue.Types.StartingEventBatchCondition

Associated Types

type Rep StartingEventBatchCondition :: Type -> Type #

NFData StartingEventBatchCondition Source # 
Instance details

Defined in Amazonka.Glue.Types.StartingEventBatchCondition

Hashable StartingEventBatchCondition Source # 
Instance details

Defined in Amazonka.Glue.Types.StartingEventBatchCondition

FromJSON StartingEventBatchCondition Source # 
Instance details

Defined in Amazonka.Glue.Types.StartingEventBatchCondition

type Rep StartingEventBatchCondition Source # 
Instance details

Defined in Amazonka.Glue.Types.StartingEventBatchCondition

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

newStartingEventBatchCondition :: StartingEventBatchCondition Source #

Create a value of StartingEventBatchCondition 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:batchWindow:StartingEventBatchCondition', startingEventBatchCondition_batchWindow - Duration of the batch window in seconds.

$sel:batchSize:StartingEventBatchCondition', startingEventBatchCondition_batchSize - Number of events in the batch.