Skip to content

Commit 2c44696

Browse files
author
MAMIP Bot
committed
AWSWAFConsoleReadOnlyAccess - Policy Version v9
1 parent 0e4f55e commit 2c44696

File tree

1 file changed

+57
-4
lines changed

1 file changed

+57
-4
lines changed

policies/AWSWAFConsoleReadOnlyAccess

Lines changed: 57 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"PolicyVersion": {
3-
"CreateDate": "2025-05-05T21:52:07Z",
4-
"VersionId": "v8",
3+
"CreateDate": "2025-10-31T21:04:08Z",
4+
"VersionId": "v9",
55
"Document": {
66
"Version": "2012-10-17",
77
"Statement": [
@@ -132,13 +132,14 @@
132132
"Action": [
133133
"apigateway:GET"
134134
],
135-
"Resource": "*",
135+
"Resource": "arn:aws:apigateway:*::/*",
136136
"Effect": "Allow",
137137
"Sid": "AllowListActionsForAPIGateway"
138138
},
139139
{
140140
"Action": [
141-
"appsync:ListGraphqlApis"
141+
"appsync:ListGraphqlApis",
142+
"appsync:ListApis"
142143
],
143144
"Resource": "*",
144145
"Effect": "Allow",
@@ -211,6 +212,58 @@
211212
"Resource": "*",
212213
"Effect": "Allow",
213214
"Sid": "AllowListActionsForAmplify"
215+
},
216+
{
217+
"Action": [
218+
"s3:ListAllMyBuckets"
219+
],
220+
"Resource": "*",
221+
"Effect": "Allow",
222+
"Sid": "AllowS3ListAllMyBuckets"
223+
},
224+
{
225+
"Action": [
226+
"logs:DescribeResourcePolicies",
227+
"logs:DescribeLogGroups"
228+
],
229+
"Resource": "*",
230+
"Effect": "Allow",
231+
"Sid": "AllowLogGroupDescribeActions"
232+
},
233+
{
234+
"Action": [
235+
"firehose:ListDeliveryStreams"
236+
],
237+
"Resource": "*",
238+
"Effect": "Allow",
239+
"Sid": "AllowListActionForFirehoseStream"
240+
},
241+
{
242+
"Action": [
243+
"pricing:ListPriceLists",
244+
"pricing:GetPriceListFileUrl"
245+
],
246+
"Resource": "*",
247+
"Effect": "Allow",
248+
"Sid": "AllowActionsForPricing"
249+
},
250+
{
251+
"Action": [
252+
"aws-marketplace:ViewSubscriptions"
253+
],
254+
"Resource": "*",
255+
"Effect": "Allow",
256+
"Sid": "AllowMarketplaceViewSubscriptions"
257+
},
258+
{
259+
"Action": [
260+
"logs:StartQuery",
261+
"logs:DescribeQueryDefinitions",
262+
"logs:GetQueryResults"
263+
],
264+
"Resource": "arn:aws:logs:*:*:log-group:aws-waf-logs-*",
265+
"Effect": "Allow",
266+
"Sid": "AllowLogQueryActions"
214267
}
215268
]
216269
},

0 commit comments

Comments
 (0)