Route53GlobalResolver / Client / get_managed_firewall_domain_list

get_managed_firewall_domain_list

Route53GlobalResolver.Client.get_managed_firewall_domain_list(**kwargs)

Retrieves information about an AWS-managed firewall domain list. Managed domain lists contain domains associated with malicious activity, content categories, or specific threats.

See also: AWS API Documentation

Request Syntax

response = client.get_managed_firewall_domain_list(
    managedFirewallDomainListId='string'
)
Parameters:

managedFirewallDomainListId (string) –

[REQUIRED]

ID of the Managed Domain List.

Return type:

dict

Returns:

Response Syntax

{
    'description': 'string',
    'id': 'string',
    'name': 'string',
    'managedListType': 'string'
}

Response Structure

  • (dict) –

    • description (string) –

      Description of the Managed Domain List.

    • id (string) –

      ID of the Managed Domain List.

    • name (string) –

      Name of the Managed Domain List.

    • managedListType (string) –

      Type of the managed category. This is either THREAT or CONTENT.

Exceptions

  • Route53GlobalResolver.Client.exceptions.InternalServerException

  • Route53GlobalResolver.Client.exceptions.ValidationException

  • Route53GlobalResolver.Client.exceptions.AccessDeniedException

  • Route53GlobalResolver.Client.exceptions.ThrottlingException

  • Route53GlobalResolver.Client.exceptions.ResourceNotFoundException