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

TopicConfigurationDeprecated

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

A container for specifying the configuration for publication of messages to an Amazon Simple Notification Service (Amazon SNS) topic when Amazon S3 detects specified events. This data type is deprecated. Use TopicConfiguration instead.

interface TopicConfigurationDeprecated {
Event?: Event | null;
Events?: Event[] | null;
Id?: string | null;
Topic?: string | null;
}

§Properties

§
Event?: Event | null
[src]

Bucket event for which to send notifications.

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

A collection of events related to objects

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

Amazon SNS topic to which Amazon S3 will publish a message to report the specified events for the bucket.