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

RetryPolicyConfiguration

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

The configuration of the retry policy that the job runs on.

interface RetryPolicyConfiguration {
maxAttempts: number;
}

§Properties

§
maxAttempts: number
[src]

The maximum number of attempts on the job's driver.