本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
AWSWAFConsoleReadOnlyAccess
描述:通过提供对 AWS WAF 的只读访问权限。 AWS 管理控制台请注意,该政策还授予列出亚马逊 CloudFront 分配的权限、在 AWS Elastic Load Balancing 上查看负载均衡器的权限、查看 Amazon API Gateway REST APIs 和阶段的权限、列出和查看亚马逊 CloudWatch 指标的权限以及查看账户内启用的区域的权限。
AWSWAFConsoleReadOnlyAccess 是一项 AWS 托管式策略。
使用此策略
您可以将 AWSWAFConsoleReadOnlyAccess 附加到您的用户、组和角色。
策略详细信息
-
类型: AWS 托管策略
-
创建时间:2020 年 4 月 6 日 18:43 UTC
-
编辑时间:世界标准时间 2025 年 11 月 19 日 02:34
-
ARN:
arn:aws:iam::aws:policy/AWSWAFConsoleReadOnlyAccess
策略版本
策略版本:v11(默认)
此策略的默认版本是定义策略权限的版本。当使用该策略的用户或角色请求访问 AWS 资源时, AWS 会检查策略的默认版本以确定是否允许该请求。
JSON 策略文档
{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "AllowReadOnlyOfAWSWAFClassic", "Effect" : "Allow", "Action" : [ "waf:Get*", "waf:List*", "waf-regional:Get*", "waf-regional:List*" ], "Resource" : [ "arn:aws:waf::*:bytematchset/*", "arn:aws:waf::*:ipset/*", "arn:aws:waf::*:ratebasedrule/*", "arn:aws:waf::*:rule/*", "arn:aws:waf::*:sizeconstraintset/*", "arn:aws:waf::*:sqlinjectionset/*", "arn:aws:waf::*:webacl/*", "arn:aws:waf::*:xssmatchset/*", "arn:aws:waf::*:regexmatch/*", "arn:aws:waf::*:regexpatternset/*", "arn:aws:waf::*:geomatchset/*", "arn:aws:waf::*:rulegroup/*", "arn:aws:waf:*:*:changetoken/*", "arn:aws:waf-regional:*:*:bytematchset/*", "arn:aws:waf-regional:*:*:ipset/*", "arn:aws:waf-regional:*:*:ratebasedrule/*", "arn:aws:waf-regional:*:*:rule/*", "arn:aws:waf-regional:*:*:sizeconstraintset/*", "arn:aws:waf-regional:*:*:sqlinjectionset/*", "arn:aws:waf-regional:*:*:webacl/*", "arn:aws:waf-regional:*:*:xssmatchset/*", "arn:aws:waf-regional:*:*:regexmatch/*", "arn:aws:waf-regional:*:*:regexpatternset/*", "arn:aws:waf-regional:*:*:geomatchset/*", "arn:aws:waf-regional:*:*:rulegroup/*", "arn:aws:waf-regional:*:*:changetoken/*" ] }, { "Sid" : "AllowWAFClassicGetWebACLForResource", "Effect" : "Allow", "Action" : [ "waf-regional:GetWebACLForResource" ], "Resource" : "arn:aws:waf-regional:*:*:*/*" }, { "Sid" : "AllowReadOnlyOfAWSWAF", "Effect" : "Allow", "Action" : [ "wafv2:Get*", "wafv2:List*", "wafv2:Describe*", "wafv2:CheckCapacity" ], "Resource" : [ "arn:aws:wafv2:*:*:*/webacl/*/*", "arn:aws:wafv2:*:*:*/ipset/*/*", "arn:aws:wafv2:*:*:*/managedruleset/*/*", "arn:aws:wafv2:*:*:*/rulegroup/*/*", "arn:aws:wafv2:*:*:*/regexpatternset/*/*" ] }, { "Sid" : "AllowEC2DescribeRegions", "Effect" : "Allow", "Action" : [ "ec2:DescribeRegions" ], "Resource" : "*" }, { "Sid" : "AllowListActionsForCloudWatch", "Effect" : "Allow", "Action" : [ "cloudwatch:GetMetricData", "cloudwatch:GetMetricStatistics", "cloudwatch:ListMetrics" ], "Resource" : "*" }, { "Sid" : "AllowGetActionForCloudFront", "Effect" : "Allow", "Action" : [ "cloudfront:GetDistributionConfig", "cloudfront:GetDistribution" ], "Resource" : "arn:aws:cloudfront::*:distribution/*" }, { "Sid" : "AllowListActionsForCloudFront", "Effect" : "Allow", "Action" : [ "cloudfront:ListDistributions", "cloudfront:ListDistributionsByWebACLId" ], "Resource" : "*" }, { "Sid" : "AllowGetActionForCloudFrontTenant", "Effect" : "Allow", "Action" : [ "cloudfront:GetDistributionTenant" ], "Resource" : "arn:aws:cloudfront::*:distribution-tenant/*" }, { "Sid" : "AllowListActionsForCloudFrontTenant", "Effect" : "Allow", "Action" : [ "cloudfront:ListDistributionTenants", "cloudfront:ListDistributionTenantsByCustomization" ], "Resource" : "*" }, { "Sid" : "AllowListActionsForALB", "Effect" : "Allow", "Action" : [ "elasticloadbalancing:DescribeLoadBalancers" ], "Resource" : "*" }, { "Sid" : "AllowListActionsForAPIGateway", "Effect" : "Allow", "Action" : [ "apigateway:GET" ], "Resource" : "arn:aws:apigateway:*::/*" }, { "Sid" : "AllowListActionsForAppSync", "Effect" : "Allow", "Action" : [ "appsync:ListGraphqlApis", "appsync:ListApis" ], "Resource" : "*" }, { "Sid" : "AllowGetActionForCognito", "Effect" : "Allow", "Action" : [ "cognito-idp:GetWebACLForResource" ], "Resource" : "arn:aws:cognito-idp:*:*:userpool/*" }, { "Sid" : "AllowListActionsForCognito", "Effect" : "Allow", "Action" : [ "cognito-idp:ListUserPools", "cognito-idp:ListResourcesForWebACL" ], "Resource" : "*" }, { "Sid" : "AllowGetActionForAppRunner", "Effect" : "Allow", "Action" : [ "apprunner:DescribeWebAclForService" ], "Resource" : "arn:aws:apprunner:*:*:service/*/*" }, { "Sid" : "AllowListActionsForAppRunner", "Effect" : "Allow", "Action" : [ "apprunner:ListServices", "apprunner:ListAssociatedServicesForWebAcl" ], "Resource" : "*" }, { "Sid" : "AllowGetActionForAVA", "Effect" : "Allow", "Action" : [ "ec2:GetVerifiedAccessInstanceWebAcl" ], "Resource" : "arn:aws:ec2:*:*:verified-access-instance/*" }, { "Sid" : "AllowListActionsForAVA", "Effect" : "Allow", "Action" : [ "ec2:DescribeVerifiedAccessInstances", "ec2:DescribeVerifiedAccessInstanceWebAclAssociations" ], "Resource" : "*" }, { "Sid" : "AllowGetActionForAmplify", "Effect" : "Allow", "Action" : [ "amplify:GetWebACLForResource" ], "Resource" : "arn:aws:amplify:*:*:apps/*" }, { "Sid" : "AllowListActionsForAmplify", "Effect" : "Allow", "Action" : [ "amplify:ListApps", "amplify:ListResourcesForWebACL" ], "Resource" : "*" }, { "Sid" : "AllowS3ListAllMyBuckets", "Effect" : "Allow", "Action" : [ "s3:ListAllMyBuckets" ], "Resource" : "*" }, { "Sid" : "AllowLogGroupDescribeActions", "Effect" : "Allow", "Action" : [ "logs:DescribeResourcePolicies", "logs:DescribeLogGroups" ], "Resource" : "*" }, { "Sid" : "AllowListActionForFirehoseStream", "Effect" : "Allow", "Action" : [ "firehose:ListDeliveryStreams" ], "Resource" : "*" }, { "Sid" : "AllowActionsForPricing", "Effect" : "Allow", "Action" : [ "pricing:ListPriceLists", "pricing:GetPriceListFileUrl" ], "Resource" : "*" }, { "Sid" : "AllowMarketplaceViewSubscriptions", "Effect" : "Allow", "Action" : [ "aws-marketplace:ViewSubscriptions" ], "Resource" : "*" }, { "Sid" : "AllowLogQueryActions", "Effect" : "Allow", "Action" : [ "logs:StartQuery", "logs:DescribeQueryDefinitions", "logs:GetQueryResults" ], "Resource" : "arn:aws:logs:*:*:log-group:aws-waf-logs-*" }, { "Sid" : "AllowListActionsForPricingPlanManager", "Effect" : "Allow", "Action" : [ "pricingplanmanager:GetSubscription" ], "Resource" : "arn:aws:pricingplanmanager::*:subscription:*" }, { "Sid" : "AllowListActionsForRoute53", "Effect" : "Allow", "Action" : [ "route53:ListHostedZones", "route53:GetHostedZone" ], "Resource" : "*" }, { "Sid" : "AllowListSubscriptionsForPricingPlanManager", "Effect" : "Allow", "Action" : [ "pricingplanmanager:ListSubscriptions" ], "Resource" : "*" } ] }