Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. {
  2. "Version": "2012-10-17",
  3. "Statement": [
  4. {
  5. "Sid": "VisualEditor0",
  6. "Effect": "Allow",
  7. "Action": [
  8. "iot:UpdateThing",
  9. "iot:GetThingShadow",
  10. "iot:UpdateThingShadow",
  11. "kinesis:PutRecord"
  12. ],
  13. "Resource": "*",
  14. "Condition": {
  15. "DateLessThan": {
  16. "aws:CurrentTime": "2018-3-1T00:00:00Z"
  17. }
  18. }
  19. }
  20. ]
  21. }
  22.  
  23. OR
  24.  
  25. {
  26. "Version": "2012-10-17",
  27. "Statement": [
  28. {
  29. "Effect": "Allow",
  30. "Action": [
  31. "sns:publish"
  32. ],
  33. "Resource": "specfic_arn_id",
  34. "Condition": {
  35. "DateLessThan": {
  36. "aws:CurrentTime": "2019-3-18T00:00:00Z"
  37. }
  38. }
  39. }
  40. ]
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement