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-gyr5wj9zj0fg.deno.dev/v0.2/services/s3.ts";
interface CloudFunctionConfiguration {
CloudFunction?: string | null;
Event?: Event | null;
Events: Event[];
Id?: string | null;
InvocationRole?: string | null;
}

§Properties

§
CloudFunction?: string | null
[src]
§
Event?: Event | null
[src]
§
Events: Event[]
[src]
§
Id?: string | null
[src]
§
InvocationRole?: string | null
[src]