aws-wafv2 - What is the proper way to get the attribute ARN of the CfnIPSet? #24238
Unanswered
EMazzaglia
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
when trying to configure WAF with an IPSet to only allow traffic for specific IPs, I cannot figure out what is the proper way to get the
CfnIPSet
ARN. I followed the documentation in CDK but I receive the following error when I runnpx cdk deploy
Sample code below:
Also I tried to create the IPSet through the console, get the ARN, and use it directly but it didnt work as well. So I think It might be something related with the construct it self.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions