mobilefish

Untitled

Jul 20th, 2019
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. {
  2. "Version": "2012-10-17",
  3. "Statement": [
  4. {
  5. "Sid": "VisualEditor0",
  6. "Effect": "Allow",
  7. "Action": [
  8. "logs:CreateLogStream",
  9. "logs:DescribeLogStreams",
  10. "logs:PutLogEvents"
  11. ],
  12. "Resource": "arn:aws:logs:*:*:*"
  13. },
  14. {
  15. "Sid": "VisualEditor1",
  16. "Effect": "Allow",
  17. "Action": "logs:CreateLogGroup",
  18. "Resource": "arn:aws:logs:*:*:*"
  19. }
  20. ]
  21. }
Add Comment
Please, Sign In to add comment