libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events
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.CloudWatchEvents.Types.BatchArrayProperties

Description

 
Synopsis

Documentation

data BatchArrayProperties Source #

The array properties for the submitted job, such as the size of the array. The array size can be between 2 and 10,000. If you specify array properties for a job, it becomes an array job. This parameter is used only if the target is an Batch job.

See: newBatchArrayProperties smart constructor.

Constructors

BatchArrayProperties' 

Fields

  • size :: Maybe Int

    The size of the array, if this is an array batch job. Valid values are integers between 2 and 10,000.

Instances

Instances details
Eq BatchArrayProperties Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchArrayProperties

Read BatchArrayProperties Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchArrayProperties

Show BatchArrayProperties Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchArrayProperties

Generic BatchArrayProperties Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchArrayProperties

Associated Types

type Rep BatchArrayProperties :: Type -> Type #

NFData BatchArrayProperties Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchArrayProperties

Methods

rnf :: BatchArrayProperties -> () #

Hashable BatchArrayProperties Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchArrayProperties

ToJSON BatchArrayProperties Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchArrayProperties

FromJSON BatchArrayProperties Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchArrayProperties

type Rep BatchArrayProperties Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.Types.BatchArrayProperties

type Rep BatchArrayProperties = D1 ('MetaData "BatchArrayProperties" "Amazonka.CloudWatchEvents.Types.BatchArrayProperties" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "BatchArrayProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newBatchArrayProperties :: BatchArrayProperties Source #

Create a value of BatchArrayProperties 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:size:BatchArrayProperties', batchArrayProperties_size - The size of the array, if this is an array batch job. Valid values are integers between 2 and 10,000.

batchArrayProperties_size :: Lens' BatchArrayProperties (Maybe Int) Source #

The size of the array, if this is an array batch job. Valid values are integers between 2 and 10,000.