AWS cli documentation change
Summary
Added KMSKeyArn field to Configuration/DurableConfig documentation
Security assessment
Documents encryption capability for durable execution payloads but shows no evidence of security vulnerability remediation
Diff
diff --git a/cli/latest/reference/lambda/get-function.md b/cli/latest/reference/lambda/get-function.md index ae5a14ea0..1dc162eee 100644 --- a//cli/latest/reference/lambda/get-function.md +++ b//cli/latest/reference/lambda/get-function.md @@ -15 +15 @@ - * [AWS CLI 2.35.16 Command Reference](../../index.html) » + * [AWS CLI 2.35.19 Command Reference](../../index.html) » @@ -1139,0 +1140,12 @@ Configuration -> (structure) +>> +>> 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-.]+:.*)|()` +>>> + @@ -1330 +1342 @@ Concurrency -> (structure) - * [AWS CLI 2.35.16 Command Reference](../../index.html) » + * [AWS CLI 2.35.19 Command Reference](../../index.html) »