AWS Security ChangesHomeSearch

AWS serverless-application-model documentation change

Service: serverless-application-model · 2026-01-28 · Documentation low

File: serverless-application-model/latest/developerguide/sam-resource-capacityprovider.md

Summary

Updated property name from 'KMSKeyArn' to 'KmsKeyArn' in declaration, description, and example for consistency.

Security assessment

Change is a case correction in property naming without security context. No evidence of security vulnerability being addressed.

Diff

diff --git a/serverless-application-model/latest/developerguide/sam-resource-capacityprovider.md b/serverless-application-model/latest/developerguide/sam-resource-capacityprovider.md
index 8e4a01973..f9b463c0f 100644
--- a//serverless-application-model/latest/developerguide/sam-resource-capacityprovider.md
+++ b//serverless-application-model/latest/developerguide/sam-resource-capacityprovider.md
@@ -33 +33 @@ To declare this entity in your AWS Serverless Application Model (AWS SAM) templa
-      KMSKeyArn: String
+      KmsKeyArn: String
@@ -115 +115 @@ _CloudFormation compatibility_ : This property is passed directly to the `[Capac
-`KMSKeyArn`
+`KmsKeyArn`
@@ -192 +192 @@ The following example creates a capacity provider with custom instance requireme
-        KMSKeyArn: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012
+        KmsKeyArn: arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012