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 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.
Functions
Link copied to clipboard
inline fun copy(block: UpdateFunctionCodeRequest.Builder.() -> Unit = {}): UpdateFunctionCodeRequest