UpdateFunctionCodeRequest

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. Enter a string array with one of the valid values (arm64 or x86_64). The default value is x86_64.

Link copied to clipboard

Set to true to validate the request parameters and access permissions without modifying the function code.

Link copied to clipboard

The name or ARN of the Lambda function.

Link copied to clipboard

URI of a container image in the Amazon ECR registry. Do not use for a function defined with a .zip file archive.

Link copied to clipboard

Set to true to publish a new version of the function after updating the code. This has the same effect as calling PublishVersion separately.

Link copied to clipboard

Update the function only if the revision ID matches the ID that's specified. Use this option to avoid modifying a function that has changed since you last read it.

Link copied to clipboard

An Amazon S3 bucket in the same Amazon Web Services Region as your function. The bucket can be in a different Amazon Web Services account. Use only with a function defined with a .zip file archive deployment package.

Link copied to clipboard

The Amazon S3 key of the deployment package. Use only with a function defined with a .zip file archive deployment package.

Link copied to clipboard

For versioned objects, the version of the deployment package object to use.

Link copied to clipboard

The ARN of the Key Management Service (KMS) customer managed key that's used to encrypt your function's .zip deployment package. If you don't provide a customer managed key, Lambda uses an Amazon Web Services managed key.

Link copied to clipboard

The base64-encoded contents of the deployment package. Amazon Web Services SDK and CLI clients handle the encoding for you. Use only with a function defined with a .zip file archive deployment package.

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