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

CloudFunctionConfiguration

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

Container for specifying the Lambda notification configuration.

interface CloudFunctionConfiguration {
CloudFunction?: string | null;
Event?: Event | null;
Events?: Event[] | null;
Id?: string | null;
InvocationRole?: string | null;
}

§Properties

§
CloudFunction?: string | null
[src]

Lambda cloud function ARN that Amazon S3 can invoke when it detects events of the specified type.

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

Bucket events for which to send notifications.

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

The role supporting the invocation of the Lambda function