WAFRegional / Client / list_rule_groups
list_rule_groups#
- WAFRegional.Client.list_rule_groups(**kwargs)#
Note
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns an array of RuleGroup objects.
See also: AWS API Documentation
Request Syntax
response = client.list_rule_groups( NextMarker='string', Limit=123 )
- Parameters:
NextMarker (string) – If you specify a value for
Limit
and you have moreRuleGroups
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofRuleGroups
. For the second and subsequentListRuleGroups
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofRuleGroups
.Limit (integer) – Specifies the number of
RuleGroups
that you want AWS WAF to return for this request. If you have moreRuleGroups
than the number that you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofRuleGroups
.
- Return type:
dict
- Returns:
Response Syntax
{ 'NextMarker': 'string', 'RuleGroups': [ { 'RuleGroupId': 'string', 'Name': 'string' }, ] }
Response Structure
(dict) –
NextMarker (string) –
If you have more
RuleGroups
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRuleGroups
, submit anotherListRuleGroups
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.RuleGroups (list) –
An array of RuleGroup objects.
(dict) –
Note
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Contains the identifier and the friendly name or description of the
RuleGroup
.RuleGroupId (string) –
A unique identifier for a
RuleGroup
. You useRuleGroupId
to get more information about aRuleGroup
(see GetRuleGroup), update aRuleGroup
(see UpdateRuleGroup), insert aRuleGroup
into aWebACL
or delete one from aWebACL
(see UpdateWebACL), or delete aRuleGroup
from AWS WAF (see DeleteRuleGroup).RuleGroupId
is returned by CreateRuleGroup and by ListRuleGroups.Name (string) –
A friendly name or description of the RuleGroup. You can’t change the name of a
RuleGroup
after you create it.
Exceptions
WAFRegional.Client.exceptions.WAFInternalErrorException