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

QueueConfiguration

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

Specifies the configuration for publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when Amazon S3 detects specified events.

interface QueueConfiguration {
Events: Event[];
Id?: string | null;
QueueArn: string;
}

§Properties

§
Events: Event[]
[src]

A collection of bucket events for which to send notifications

§
Id?: string | null
[src]
§
QueueArn: string
[src]

The Amazon Resource Name (ARN) of the Amazon SQS queue to which Amazon S3 publishes a message when it detects events of the specified type.