AWS Security ChangesHomeSearch

AWS glue documentation change

Service: glue · 2025-05-25 · Documentation low

File: glue/latest/webapi/API_DataQualityEncryption.md

Summary

Updated KMS key ARN pattern to allow empty string

Security assessment

Consistency change with other encryption documentation. No security implications stated in the diff.

Diff

diff --git a/glue/latest/webapi/API_DataQualityEncryption.md b/glue/latest/webapi/API_DataQualityEncryption.md
index 841ee7c75..2c4ea6f8c 100644
--- a//glue/latest/webapi/API_DataQualityEncryption.md
+++ b//glue/latest/webapi/API_DataQualityEncryption.md
@@ -33 +33 @@ Type: String
-Pattern: `arn:aws:kms:.*`
+Pattern: `^$|arn:aws[a-z0-9-]*:kms:.*`