Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. {
  2. "actionState": "Failed",
  3. "stateUpdateTimestamp": 1558142246126,
  4. "notificationResource": "arn:aws:sns:us-east-1:5847563209:<myTopic>",
  5. "publishedMessage": null,
  6. "error": "null (Service: AWSKMS; Status Code: 400; Error Code: AccessDeniedException; Request ID: 6b7806a6-2c16-4582-9ecd-05100161746e)"
  7.  
  8. {
  9. "Sid": "Allow CloudWatch to use the key",
  10. "Effect": "Allow",
  11. "Principal": {
  12. "Service": "cloudwatch.amazonaws.com"
  13. },
  14. "Action": [
  15. "kms:GenerateDataKey",
  16. "kms:Decrypt"
  17. ],
  18. "Resource": "*"
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement