Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. "StringEquals": {
  2. "aws:RequestTag/owner": ["*"],
  3. "aws:RequestTag/Environment": ["dev","stage","prod"
  4. ]
  5. },
  6. "ForAllValues:StringEquals": {
  7. "aws:TagKeys": [
  8. "Environment
  9.  
  10. ]
  11. },
  12. "ForAnyValue:StringEquals": {
  13. "aws:TagKeys": [
  14. "owner"
  15. ]
  16. }
  17. }```
  18.  
  19. How we can give accept any value for given key
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement