I want to use this ARN at a policy, like below.
"Action": [
"waf-regional:Get*",
"waf-regional:List*",
"waf:Get*",
"waf:List*
],
"Resource": "arn-that-i-need"
There is no column for ARN in AWS WAF Classic IP Set Console.
There is no ARN output in aws
cli
I find it on aws waf classic docs, apparently you can see resources' arn formats on permission page of a service.
arn:aws:waf::<root-account-id>:ipset/<ip-set-id>
arn:aws:waf-regional:<region>:<account-id>:ipset/<ip-set-id>