WAFV2 / Client / list_rule_groups
list_rule_groups#
- WAFV2.Client.list_rule_groups(**kwargs)#
- Retrieves an array of RuleGroupSummary objects for the rule groups that you manage. - See also: AWS API Documentation - Request Syntax - response = client.list_rule_groups( Scope='CLOUDFRONT'|'REGIONAL', NextMarker='string', Limit=123 ) - Parameters:
- Scope (string) – - [REQUIRED] - Specifies whether this is for an Amazon CloudFront distribution or for a regional application. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, a Amazon Cognito user pool, or an App Runner service. - To work with CloudFront, you must also specify the Region US East (N. Virginia) as follows: - CLI - Specify the Region when you use the CloudFront scope: - --scope=CLOUDFRONT --region=us-east-1.
- API and SDKs - For all calls, use the Region endpoint us-east-1. 
 
- NextMarker (string) – When you request a list of objects with a - Limitsetting, if the number of objects that are still available for retrieval exceeds the limit, WAF returns a- NextMarkervalue in the response. To retrieve the next batch of objects, provide the marker from the prior call in your next request.
- Limit (integer) – The maximum number of objects that you want WAF to return for this request. If more objects are available, in the response, WAF provides a - NextMarkervalue that you can use in a subsequent call to get the next batch of objects.
 
- Return type:
- dict 
- Returns:
- Response Syntax - { 'NextMarker': 'string', 'RuleGroups': [ { 'Name': 'string', 'Id': 'string', 'Description': 'string', 'LockToken': 'string', 'ARN': 'string' }, ] } - Response Structure - (dict) – - NextMarker (string) – - When you request a list of objects with a - Limitsetting, if the number of objects that are still available for retrieval exceeds the limit, WAF returns a- NextMarkervalue in the response. To retrieve the next batch of objects, provide the marker from the prior call in your next request.
- RuleGroups (list) – - (dict) – - High-level information about a RuleGroup, returned by operations like create and list. This provides information like the ID, that you can use to retrieve and manage a - RuleGroup, and the ARN, that you provide to the RuleGroupReferenceStatement to use the rule group in a Rule.- Name (string) – - The name of the data type instance. You cannot change the name after you create the instance. 
- Id (string) – - A unique identifier for the rule group. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete. 
- Description (string) – - A description of the rule group that helps with identification. 
- LockToken (string) – - A token used for optimistic locking. WAF returns a token to your - getand- listrequests, to mark the state of the entity at the time of the request. To make changes to the entity associated with the token, you provide the token to operations like- updateand- delete. WAF uses the token to ensure that no changes have been made to the entity since you last retrieved it. If a change has been made, the update fails with a- WAFOptimisticLockException. If this happens, perform another- get, and use the new token returned by that operation.
- ARN (string) – - The Amazon Resource Name (ARN) of the entity. 
 
 
 
 
 - Exceptions - WAFV2.Client.exceptions.WAFInternalErrorException
- WAFV2.Client.exceptions.WAFInvalidParameterException
- WAFV2.Client.exceptions.WAFInvalidOperationException