AWS glue documentation change
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:.*`