Adds CreateGrant Permissions to the AWS Scheduler
@@ -1653,6 +1653,23 @@
]
}
+ },
+ {
+ "Effect": "Allow",
+ "Action": [ "kms:CreateGrant" ],
+ "Resource": [
+ "Fn::Join": [
+ ":",
+ [ "arn:aws:kms", { "Ref": "AWS::Region" }, { "Ref": "AWS::AccountId" }, "key/*" ]
+ ]
+ }
+ ],
+ "Condition": {
+ "Bool": {
+ "kms:GrantIsForAWSResource": true
],
"Version": "2012-10-17"
+ [ "arn:aws-us-gov:kms", { "Ref": "AWS::Region" }, { "Ref": "AWS::AccountId" }, "key/*" ]