We are excited to announce our new API Documentation.
Optional
ArchitecturesThe 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
.
Optional
CodeThe SHA256 hash of the function's deployment package.
Optional
CodeThe size of the function's deployment package, in bytes.
Optional
DeadThe function's dead letter queue.
Optional
DescriptionThe function's description.
Optional
EnvironmentThe function's environment variables. Omitted from CloudTrail logs.
Optional
EphemeralThe size of the function’s /tmp
directory in MB. The default value is 512, but it can be any
whole number between 512 and 10,240 MB.
Optional
FileConnection settings for an Amazon EFS file system.
Optional
FunctionThe function's Amazon Resource Name (ARN).
Optional
FunctionThe name of the function.
Optional
HandlerThe function that Lambda calls to begin running your function.
Optional
ImageThe function's image configuration values.
Optional
KMSKeyThe KMS key that's used to encrypt the function's environment variables. When Lambda SnapStart is activated, this key is also used to encrypt the function's snapshot. This key is returned only if you've configured a customer managed key.
Optional
LastThe date and time that the function was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
Optional
LastThe status of the last update that was performed on the function. This is first set to Successful
after function creation completes.
Optional
LastThe reason for the last update that was performed on the function.
Optional
LastThe reason code for the last update that was performed on the function.
Optional
LayersThe function's layers.
Optional
MasterFor Lambda@Edge functions, the ARN of the main function.
Optional
MemoryThe amount of memory available to the function at runtime.
Optional
PackageThe type of deployment package. Set to Image
for container image and set Zip
for .zip file archive.
Optional
RevisionThe latest updated revision of the function or alias.
Optional
RoleThe function's execution role.
Optional
RuntimeThe identifier of the function's runtime. Runtime is required if the deployment package is a .zip file archive.
The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
Optional
RuntimeThe ARN of the runtime and any errors that occured.
Optional
SigningThe ARN of the signing job.
Optional
SigningThe ARN of the signing profile version.
Optional
SnapSet 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.
Optional
StateThe current state of the function. When the state is Inactive
, you can reactivate the function by
invoking it.
Optional
StateThe reason for the function's current state.
Optional
StateThe reason code for the function's current state. When the code is Creating
, you can't invoke or
modify the function.
Optional
TimeoutThe amount of time in seconds that Lambda allows a function to run before stopping it.
Optional
TracingThe function's X-Ray tracing configuration.
Optional
VersionThe version of the Lambda function.
Optional
VpcThe function's networking configuration.
Details about a function's configuration.