AwsLambdaFunctionDetails
class AwsLambdaFunctionDetails
Details about an Lambda function's configuration.
Types
Properties
Link copied to clipboard
The instruction set architecture that the function uses. Valid values are x86_64
or arm64
.
Link copied to clipboard
An AwsLambdaFunctionCode
object.
Link copied to clipboard
The SHA256 hash of the function's deployment package.
Link copied to clipboard
The function's dead letter queue.
Link copied to clipboard
The function's environment variables.
Link copied to clipboard
The name of the function.
Link copied to clipboard
Indicates when the function was last updated.
Link copied to clipboard
The function's layers.
Link copied to clipboard
The memory that is allocated to the function.
Link copied to clipboard
The type of deployment package that's used to deploy the function code to Lambda. Set to Image
for a container image and Zip
for a .zip file archive.
Link copied to clipboard
The latest updated revision of the function or alias.
Link copied to clipboard
The function's X-Ray tracing configuration.
Link copied to clipboard
The function's networking configuration.