Skip to content
5 changes: 4 additions & 1 deletion samtranslator/policy_templates_data/policy_templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1253,7 +1253,10 @@
"Definition": {
"Statement": [
{
"Action": "kms:Encrypt",
"Action": [
"kms:Encrypt",
"kms:GenerateDataKey"
],
"Effect": "Allow",
"Resource": {
"Fn::Sub": [
Expand Down