AWS::Pipes::Pipe BatchArrayProperties - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Pipes::Pipe BatchArrayProperties

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 Amazon Batch job.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Size" : Integer }

YAML

Size: Integer

Properties

Size

The size of the array, if this is an array batch job.

Required: No

Type: Integer

Minimum: 2

Maximum: 10000

Update requires: No interruption