NAME
Paws::Lambda::FunctionConfiguration
ATTRIBUTES
CodeSha256 => Str
It is the SHA256 hash of your function deployment package.
CodeSize => Int
The size, in bytes, of the function .zip file you uploaded.
DeadLetterConfig => Paws::Lambda::DeadLetterConfig
The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic.
Description => Str
The user-provided description.
Environment => Paws::Lambda::EnvironmentResponse
The parent object that contains your environment's configuration settings.
FunctionArn => Str
The Amazon Resource Name (ARN) assigned to the function.
FunctionName => Str
The name of the function. Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length.
Handler => Str
The function Lambda calls to begin executing your function.
KMSKeyArn => Str
The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.
LastModified => Str
The time stamp of the last time you updated the function. The time stamp is conveyed as a string complying with ISO-8601 in this way YYYY-MM-DDThh:mm:ssTZD (e.g., 1997-07-16T19:20:30+01:00). For more information, see Date and Time Formats.
MemorySize => Int
The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.
Role => Str
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.
Runtime => Str
The runtime environment for the Lambda function.
Valid values are: "nodejs", "nodejs4.3", "nodejs6.10", "java8", "python2.7", "python3.6", "dotnetcore1.0", "nodejs4.3-edge" =head2 Timeout => Int
The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.
TracingConfig => Paws::Lambda::TracingConfigResponse
The parent object that contains your function's tracing settings.
Version => Str
The version of the Lambda function.
VpcConfig => Paws::Lambda::VpcConfigResponse
VPC configuration associated with your Lambda function.