Add new aws_waf_condition module (#33110)

This commit is contained in:
Will Thames 2018-02-02 09:16:27 +10:00 committed by Sloane Hertel
commit b5a1643e3d
6 changed files with 967 additions and 1 deletions

View file

@ -17,6 +17,12 @@
"Resource": "*",
"Effect": "Allow",
"Sid": "AllowReadOnlyIAMUse"
},
{
"Sid": "AllowWAFusage",
"Action": "waf:*",
"Effect": "Allow",
"Resource": "*"
}
]
}