UpdateFunctionCodeRequest
Types
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
The name or ARN of the Lambda function.
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
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.
Functions
Link copied to clipboard
inline fun copy(block: UpdateFunctionCodeRequest.Builder.() -> Unit = {}): UpdateFunctionCodeRequest