AWS glue high security documentation change
Summary
Modified KMS ARN pattern validation to require 'arn:aws:kms:' prefix
Security assessment
Strengthened encryption configuration validation for CloudWatch logs.
Diff
diff --git a/glue/latest/webapi/API_CloudWatchEncryption.md b/glue/latest/webapi/API_CloudWatchEncryption.md index dcb96bc6d..cdb7bdf5d 100644 --- a//glue/latest/webapi/API_CloudWatchEncryption.md +++ b//glue/latest/webapi/API_CloudWatchEncryption.md @@ -31 +31 @@ Type: String -Pattern: `^$|arn:aws[a-z0-9-]*:kms:.*` +Pattern: `arn:aws:kms:.*`