AWS::Events::Rule BatchArrayProperties - AWS CloudFormation (original) (raw)

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

Syntax

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

Properties

Size

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

Required: No

Type: Integer

Update requires: No interruption

Examples

Set the BatchArrayProperties property

The following example sets the BatchArrayProperties property to 950.

JSON

"ArrayProperties": {
  "Size": 950
}

YAML

ArrayProperties:
  Size: 950

AwsVpcConfiguration

BatchParameters

Did this page help you? - Yes

Thanks for letting us know we're doing a good job!

If you've got a moment, please tell us what we did right so we can do more of it.

Did this page help you? - No

Thanks for letting us know this page needs work. We're sorry we let you down.

If you've got a moment, please tell us how we can make the documentation better.