The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::Lambda::FunctionConfiguration

ATTRIBUTES

CodeSha256 => Str

The SHA256 hash of the function's deployment package.

CodeSize => Int

The size of the function's deployment package in bytes.

DeadLetterConfig => Paws::Lambda::DeadLetterConfig

The function's dead letter queue.

Description => Str

The function's description.

Environment => Paws::Lambda::EnvironmentResponse

The function's environment variables.

FunctionArn => Str

The function's Amazon Resource Name (ARN).

FunctionName => Str

The name of the function.

Handler => Str

The function Lambda calls to begin executing your function.

KMSKeyArn => Str

The KMS key used to encrypt the function's environment variables. Only returned if you've configured a customer managed CMK.

LastModified => Str

The date and time that the function was last updated, in ISO-8601 format (https://www.w3.org/TR/NOTE-datetime) (YYYY-MM-DDThh:mm:ss.sTZD).

Layers => ArrayRef[Paws::Lambda::Layer]

The function's layers (http://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html)

MasterArn => Str

For Lambda@Edge functions, the ARN of the master function.

MemorySize => Int

The memory allocated to the function

RevisionId => Str

Represents the latest updated revision of the function or alias.

Role => Str

The function's execution role.

Runtime => Str

The runtime environment for the Lambda function.

Valid values are: "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "java8", "python2.7", "python3.6", "python3.7", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x", "ruby2.5", "provided" =head2 Timeout => Int

The amount of time that Lambda allows a function to run before terminating it.

TracingConfig => Paws::Lambda::TracingConfigResponse

The function's AWS X-Ray tracing configuration.

Version => Str

The version of the Lambda function.

VpcConfig => Paws::Lambda::VpcConfigResponse

The function's networking configuration.

_request_id => Str