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

LambdaResource

import type { LambdaResource } from "https://aws-api.deno.dev/v0.3/services/snowball.ts?docs=full";

Identifies

interface LambdaResource {
EventTriggers?: EventTriggerDefinition[] | null;
LambdaArn?: string | null;
}

§Properties

§
EventTriggers?: EventTriggerDefinition[] | null
[src]

The array of ARNs for "S3Resource" objects to trigger the "LambdaResource" objects associated with this job.

§
LambdaArn?: string | null
[src]

An Amazon Resource Name (ARN) that represents an Lambda function to be triggered by PUT object actions on the associated local Amazon S3 resource.