Skip to main content
Module

x/sqs/mod.ts>SQSQueueConfig

Amazon SQS for Deno
Latest
interface SQSQueueConfig
import { type SQSQueueConfig } from "https://deno.land/x/sqs@0.3.7/mod.ts";

Properties

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