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
§
Code?: AwsLambdaFunctionCode | null
[src]§
DeadLetterConfig?: AwsLambdaFunctionDeadLetterConfig | null
[src]§
Environment?: AwsLambdaFunctionEnvironment | null
[src]§
Layers?: AwsLambdaFunctionLayer[] | null
[src]§
TracingConfig?: AwsLambdaFunctionTracingConfig | null
[src]§
VpcConfig?: AwsLambdaFunctionVpcConfig | null
[src]