Last active
June 30, 2022 04:06
-
-
Save tfentonz/3edcbb8f6e2db568c7d1af45efb76115 to your computer and use it in GitHub Desktop.
AWS WAF managed rule group available labels
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws wafv2 describe-managed-rule-group \ | |
--vendor-name AWS \ | |
--name AWSManagedRulesCommonRuleSet \ | |
--scope REGIONAL \ | |
--region <REGION> \ | |
--query 'AvailableLabels[].[Name]' \ | |
--output text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Output: