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

AwsLambdaFunctionDetails

import type { AwsLambdaFunctionDetails } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface AwsLambdaFunctionDetails {
Code?: AwsLambdaFunctionCode | null;
CodeSha256?: string | null;
DeadLetterConfig?: AwsLambdaFunctionDeadLetterConfig | null;
Environment?: AwsLambdaFunctionEnvironment | null;
FunctionName?: string | null;
Handler?: string | null;
KmsKeyArn?: string | null;
LastModified?: string | null;
Layers?: AwsLambdaFunctionLayer[] | null;
MasterArn?: string | null;
MemorySize?: number | null;
RevisionId?: string | null;
Role?: string | null;
Runtime?: string | null;
Timeout?: number | null;
TracingConfig?: AwsLambdaFunctionTracingConfig | null;
Version?: string | null;
VpcConfig?: AwsLambdaFunctionVpcConfig | null;
}

§Properties

§
CodeSha256?: string | null
[src]
§
FunctionName?: string | null
[src]
§
Handler?: string | null
[src]
§
KmsKeyArn?: string | null
[src]
§
LastModified?: string | null
[src]
§
MasterArn?: string | null
[src]
§
MemorySize?: number | null
[src]
§
RevisionId?: string | null
[src]
§
Role?: string | null
[src]
§
Runtime?: string | null
[src]
§
Timeout?: number | null
[src]
§
Version?: string | null
[src]