UpdateFunctionConfigurationResponse

Details about a function's configuration.

Types

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

Properties

Link copied to clipboard

The instruction set architecture that the 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 function's deployment package.

Link copied to clipboard

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

Link copied to clipboard

The function's dead letter queue.

Link copied to clipboard

The function's description.

Link copied to clipboard

The function's environment variables. Omitted from CloudTrail logs.

Link copied to clipboard

The size of the function's /tmp directory in MB. The default value is 512, but can be any whole number between 512 and 10,240 MB. For more information, see Configuring ephemeral storage (console).

Link copied to clipboard
Link copied to clipboard

The function's Amazon Resource Name (ARN).

Link copied to clipboard

The name of the function.

Link copied to clipboard

The function that Lambda calls to begin running your function.

Link copied to clipboard

The function's image configuration values.

Link copied to clipboard

The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt the following resources:

Link copied to clipboard

The date and time that the function was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).

Link copied to clipboard

The status of the last update that was performed on the function. This is first set to Successful after function creation completes.

Link copied to clipboard

The reason for the last update that was performed on the function.

Link copied to clipboard

The reason code for the last update that was performed on the function.

Link copied to clipboard

The function's layers.

Link copied to clipboard

The function's Amazon CloudWatch Logs configuration settings.

Link copied to clipboard

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

Link copied to clipboard

The amount of memory available to the function at runtime.

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 latest updated revision of the function or alias.

Link copied to clipboard
val role: String?

The function's execution role.

Link copied to clipboard

The identifier of the function's runtime. Runtime is required if the deployment package is a .zip file archive. Specifying a runtime results in an error if you're deploying a function using a container image.

Link copied to clipboard

The ARN of the runtime and any errors that occured.

Link copied to clipboard

The ARN of the signing job.

Link copied to clipboard

The ARN of the signing profile version.

Link copied to clipboard

Set ApplyOn to PublishedVersions to create a snapshot of the initialized execution environment when you publish a function version. For more information, see Improving startup performance with Lambda SnapStart.

Link copied to clipboard
val state: State?

The current state of the function. When the state is Inactive, you can reactivate the function by invoking it.

Link copied to clipboard

The reason for the function's current state.

Link copied to clipboard

The reason code for the function's current state. When the code is Creating, you can't invoke or modify the function.

Link copied to clipboard
val timeout: Int?

The amount of time in seconds that Lambda allows a function to run before stopping it.

Link copied to clipboard

The function's X-Ray tracing configuration.

Link copied to clipboard

The version of the Lambda function.

Link copied to clipboard

The 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