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

NotificationConfigurationDeprecated

import type { NotificationConfigurationDeprecated } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";
interface NotificationConfigurationDeprecated {
CloudFunctionConfiguration?: CloudFunctionConfiguration | null;
QueueConfiguration?: QueueConfigurationDeprecated | null;
TopicConfiguration?: TopicConfigurationDeprecated | null;
}

§Properties

§
CloudFunctionConfiguration?: CloudFunctionConfiguration | null
[src]

Container for specifying the Lambda notification configuration.

§
QueueConfiguration?: QueueConfigurationDeprecated | null
[src]

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

§
TopicConfiguration?: TopicConfigurationDeprecated | null
[src]

This data type is deprecated. 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.