AWS Security ChangesHomeSearch

AWS glue documentation change

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

File: glue/latest/webapi/API_CloudWatchEncryption.md

Summary

Updated KMS key ARN pattern to allow empty string

Security assessment

Same pattern change as other encryption fields. No security context provided for the change.

Diff

diff --git a/glue/latest/webapi/API_CloudWatchEncryption.md b/glue/latest/webapi/API_CloudWatchEncryption.md
index cdb7bdf5d..dcb96bc6d 100644
--- a//glue/latest/webapi/API_CloudWatchEncryption.md
+++ b//glue/latest/webapi/API_CloudWatchEncryption.md
@@ -31 +31 @@ Type: String
-Pattern: `arn:aws:kms:.*`
+Pattern: `^$|arn:aws[a-z0-9-]*:kms:.*`