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

QueueConfigurationDeprecated

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

This data type is deprecated. Use QueueConfiguration for the same purposes. This data type specifies the configuration for publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when Amazon S3 detects specified events.

interface QueueConfigurationDeprecated {
Event?: Event | null;
Events?: Event[] | null;
Id?: string | null;
Queue?: string | null;
}

§Properties

§
Event?: Event | null
[src]
§
Events?: Event[] | null
[src]

A collection of bucket events for which to send notifications.

§
Id?: string | null
[src]
§
Queue?: string | null
[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.