Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface SQSQueueConfig
import { type SQSQueueConfig } from "https://deno.land/x/sqs@0.3.7/src/queue.ts";

Properties

queueURL: string
region: string
accessKeyID: string
secretKey: string
optional
sessionToken: string