Created
          April 1, 2016 15:17 
        
      - 
      
- 
        Save tbarbugli/9cc4e6b4d589cad0f94d53f6ed0c1a15 to your computer and use it in GitHub Desktop. 
    sqs_policy_stream.json
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| "Version": "2012-10-17", | |
| "Statement": [ | |
| { | |
| "Sid": "Stmt1459523779000", | |
| "Effect": "Allow", | |
| "Action": [ | |
| "sqs:GetQueueUrl", | |
| "sqs:SendMessage", | |
| "sqs:SendMessageBatch", | |
| "sqs:GetQueueAttributes" | |
| ], | |
| "Resource": [ | |
| "arn:aws:sqs:region:acc_id:queue_name" | |
| ] | |
| } | |
| ] | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment