Route53GlobalResolver / Client / get_managed_firewall_domain_list
get_managed_firewall_domain_list¶
- Route53GlobalResolver.Client.get_managed_firewall_domain_list(**kwargs)¶
Retrieves information about an Amazon Web Services-managed firewall domain list. Managed domain lists contain domains associated with malicious activity, content categories, or specific threats.
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-2on Amazon Web Services CLI commands.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