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

TopicConfiguration

import type { TopicConfiguration } 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.

interface TopicConfiguration {
Events: Event[];
Id?: string | null;
TopicArn: string;
}

§Properties

§
Events: Event[]
[src]

The Amazon S3 bucket event about which to send notifications. For more information, see Supported Event Types in the Amazon S3 User Guide.

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

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