mobilefish

Untitled

Jan 10th, 2021
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. {
  2. "Version": "2012-10-17",
  3. "Statement": [
  4. {
  5. "Effect": "Allow",
  6. "Action": "logs:CreateLogGroup",
  7. "Resource": "arn:aws:logs:ap-southeast-1:xxxxxxxxxxxxxxx:*"
  8. },
  9. {
  10. "Effect": "Allow",
  11. "Action": [
  12. "logs:CreateLogStream",
  13. "logs:PutLogEvents"
  14. ],
  15. "Resource": [
  16. "arn:aws:logs:ap-southeast-1:xxxxxxxxxxxxxxx:log-group:/aws/lambda/rdsStop:*"
  17. ]
  18. },
  19. {
  20. "Action": [
  21. "lambda:GetFunction",
  22. "lambda:GetFunctionConfiguration"
  23. ],
  24. "Resource": [
  25. "*"
  26. ],
  27. "Effect": "Allow"
  28. }
  29. ]
  30. }
Advertisement
Add Comment
Please, Sign In to add comment