Route53GlobalResolver / Client / list_managed_firewall_domain_lists
list_managed_firewall_domain_lists¶
- Route53GlobalResolver.Client.list_managed_firewall_domain_lists(**kwargs)¶
Returns a paginated list of the AWS Managed DNS Lists and the categories for DNS Firewall. The categories are either
THREATorCONTENT.See also: AWS API Documentation
Request Syntax
response = client.list_managed_firewall_domain_lists( maxResults=123, nextToken='string', managedFirewallDomainListType='string' )
- Parameters:
maxResults (integer) – The maximum number of results to retrieve in a single call.
nextToken (string) – A pagination token used for large sets of results that can’t be returned in a single response.
managedFirewallDomainListType (string) –
[REQUIRED]
The category of the Manage DNS list either
THREATorCONTENT.
- Return type:
dict
- Returns:
Response Syntax
{ 'nextToken': 'string', 'managedFirewallDomainLists': [ { 'description': 'string', 'id': 'string', 'name': 'string', 'managedListType': 'string' }, ] }
Response Structure
(dict) –
nextToken (string) –
A pagination token used for large sets of results that can’t be returned in a single response. Provide this token in the next call to get the results not returned in this call.
managedFirewallDomainLists (list) –
List of the Managed Domain Lists.
(dict) –
Summary information about a managed firewall domain list.
description (string) –
A description of the managed firewall domain list.
id (string) –
The unique identifier of the managed firewall domain list.
name (string) –
The name of the managed firewall domain list.
managedListType (string) –
The type of the managed firewall domain list.
Exceptions
Route53GlobalResolver.Client.exceptions.InternalServerExceptionRoute53GlobalResolver.Client.exceptions.ValidationExceptionRoute53GlobalResolver.Client.exceptions.AccessDeniedExceptionRoute53GlobalResolver.Client.exceptions.ThrottlingException