AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-07-10 · Documentation medium

File: cli/latest/reference/lambda/list-functions.md

Summary

Added KMSKeyArn field to Functions/DurableConfig documentation

Security assessment

Documents encryption capability for durable executions in function listings, enhancing security documentation without addressing a specific vulnerability

Diff

diff --git a/cli/latest/reference/lambda/list-functions.md b/cli/latest/reference/lambda/list-functions.md
index 7b976ec5c..f0eb25332 100644
--- a//cli/latest/reference/lambda/list-functions.md
+++ b//cli/latest/reference/lambda/list-functions.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.19 Command Reference](../../index.html) »
@@ -1216,0 +1217,12 @@ Functions -> (list)
+>>> 
+>>> KMSKeyArn -> (string)
+>>>
+>>>> The ARN of the Key Management Service (KMS) customer managed key that is used to encrypt your durable execution’s payload data, including input, output, and error payloads.
+>>>> 
+>>>> Constraints:
+>>>> 
+>>>>   * min: `0`
+>>>>   * max: `10000`
+>>>>   * pattern: `(arn:(aws[a-zA-Z-]*)?:[a-z0-9-.]+:.*)|()`
+>>>> 
+
@@ -1250 +1262 @@ Functions -> (list)
-  * [AWS CLI 2.35.16 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.19 Command Reference](../../index.html) »