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

AwsLambdaFunctionLayer

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

An Lambda layer.

interface AwsLambdaFunctionLayer {
Arn?: string | null;
CodeSize?: number | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the function layer.

§
CodeSize?: number | null
[src]

The size of the layer archive in bytes.