Advertisement
uopspop

Untitled

Nov 9th, 2018
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 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. "cloudwatch:*",
  10. "s3:*",
  11. "codepipeline:*",
  12. "logs:PutLogEvents"
  13. ],
  14. "Resource": "*"
  15. },
  16. {
  17. "Sid": "VisualEditor1",
  18. "Effect": "Allow",
  19. "Action": "logs:CreateLogGroup",
  20. "Resource": "*"
  21. }
  22. ]
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement