AwsLambdaFunctionDetails

A summary of information about the Amazon Web Services Lambda function.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The instruction set architecture that the Amazon Web Services Lambda function supports. Architecture is a string array with one of the valid values. The default architecture value is x86_64.

Link copied to clipboard

The SHA256 hash of the Amazon Web Services Lambda function's deployment package.

Link copied to clipboard

The Amazon Web Services Lambda function's execution role.

Link copied to clipboard

The name of the Amazon Web Services Lambda function.

Link copied to clipboard

The date and time that a user last updated the configuration, in ISO 8601 format

Link copied to clipboard

The Amazon Web Services Lambda function's layers. A Lambda function can have up to five layers.

Link copied to clipboard

The type of deployment package. Set to Image for container image and set Zip for .zip file archive.

Link copied to clipboard

The runtime environment for the Amazon Web Services Lambda function.

Link copied to clipboard

The version of the Amazon Web Services Lambda function.

Link copied to clipboard

The Amazon Web Services Lambda function's networking configuration.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String