Skip to content

Instantly share code, notes, and snippets.

@duhaas2015
Created October 16, 2019 14:43
Show Gist options
  • Save duhaas2015/d7644af6f00bc38a5582f943eab0817e to your computer and use it in GitHub Desktop.
Save duhaas2015/d7644af6f00bc38a5582f943eab0817e to your computer and use it in GitHub Desktop.
{
"Sid": "sqsdelete",
"Effect": "Allow",
"Action": [
"sqs:Delete*"
],
"Resource": [
"*"
],
"Condition": {
"StringEquals": {
"aws:ResourceTag/ITOwner": "SMDIT"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment