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 Amazon Web Services Managed DNS Lists and the categories for DNS Firewall. The categories are either THREAT or CONTENT.

Warning

Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify --region us-east-2 on Amazon Web Services CLI commands.

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 THREAT or CONTENT.

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.InternalServerException

  • Route53GlobalResolver.Client.exceptions.ValidationException

  • Route53GlobalResolver.Client.exceptions.AccessDeniedException

  • Route53GlobalResolver.Client.exceptions.ThrottlingException