RetryPolicy
import type { RetryPolicy } from "https://googleapis.deno.dev/v1/eventarc:v1.ts";The retry policy configuration for the Trigger. Can only be set with Cloud Run destinations.
interface RetryPolicy {
maxAttempts?: number;
}import type { RetryPolicy } from "https://googleapis.deno.dev/v1/eventarc:v1.ts";The retry policy configuration for the Trigger. Can only be set with Cloud Run destinations.