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
THREATorCONTENT.
Exceptions
Route53GlobalResolver.Client.exceptions.InternalServerExceptionRoute53GlobalResolver.Client.exceptions.ValidationExceptionRoute53GlobalResolver.Client.exceptions.AccessDeniedExceptionRoute53GlobalResolver.Client.exceptions.ThrottlingExceptionRoute53GlobalResolver.Client.exceptions.ResourceNotFoundException