UpdateFunctionConfigurationResponse
Details about a function's configuration.
Types
Properties
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
.
The SHA256 hash of the function's deployment package.
The function's dead letter queue.
The function's description.
The function's environment variables. Omitted from CloudTrail logs.
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).
Connection settings for an Amazon EFS file system.
The function's Amazon Resource Name (ARN).
The name of the function.
The function's image configuration values.
The date and time that the function was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
The status of the last update that was performed on the function. This is first set to Successful
after function creation completes.
The reason for the last update that was performed on the function.
The reason code for the last update that was performed on the function.
The function's Amazon CloudWatch Logs configuration settings.
The amount of memory available to the function at runtime.
The type of deployment package. Set to Image
for container image and set Zip
for .zip file archive.
The latest updated revision of the function or alias.
The ARN of the runtime and any errors that occured.
The ARN of the signing job.
The ARN of the signing profile version.
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.
The reason for the function's current state.
The reason code for the function's current state. When the code is Creating
, you can't invoke or modify the function.
The function's X-Ray tracing configuration.
The function's networking configuration.