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

BatchRetryStrategy

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

The retry strategy to use for failed jobs, if the target is an Batch job. If you specify a retry strategy here, it overrides the retry strategy defined in the job definition.

interface BatchRetryStrategy {
Attempts?: number | null;
}

§Properties

§
Attempts?: number | null
[src]

The number of times to attempt to retry, if the job fails. Valid values are 1–10.