Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchArrayProperties

import type { BatchArrayProperties } from "https://aws-api.deno.dev/v0.4/services/pipes.ts?docs=full";

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.

interface BatchArrayProperties {
Size?: number | null;
}

§Properties

§
Size?: number | null
[src]

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