Route53GlobalResolver / Client / get_firewall_domain_list
get_firewall_domain_list¶
- Route53GlobalResolver.Client.get_firewall_domain_list(**kwargs)¶
Retrieves information about a firewall domain list.
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_firewall_domain_list( firewallDomainListId='string' )
- Parameters:
firewallDomainListId (string) –
[REQUIRED]
ID of the domain list.
- Return type:
dict
- Returns:
Response Syntax
{ 'arn': 'string', 'globalResolverId': 'string', 'clientToken': 'string', 'createdAt': datetime(2015, 1, 1), 'description': 'string', 'domainCount': 123, 'id': 'string', 'name': 'string', 'status': 'CREATING'|'OPERATIONAL'|'UPDATING'|'DELETING', 'statusMessage': 'string', 'updatedAt': datetime(2015, 1, 1) }
Response Structure
(dict) –
arn (string) –
Amazon Resource Name (ARN) of the domain list.
globalResolverId (string) –
ID of the Global Resolver that the domain list is associated to.
clientToken (string) –
A unique, case-sensitive identifier to ensure idempotency. This means that making the same request multiple times with the same
clientTokenhas the same result every time.createdAt (datetime) –
The time and date the domain list was created.
description (string) –
The description of the domain list.
domainCount (integer) –
Number of domains in the domain list.
id (string) –
ID of the domain list.
name (string) –
Name of the domain list.
status (string) –
Operational status of the domain list.
statusMessage (string) –
Additional information about the status of the domain list.
updatedAt (datetime) –
The date and time the domain list was updated.
Exceptions
Route53GlobalResolver.Client.exceptions.InternalServerExceptionRoute53GlobalResolver.Client.exceptions.ValidationExceptionRoute53GlobalResolver.Client.exceptions.AccessDeniedExceptionRoute53GlobalResolver.Client.exceptions.ThrottlingExceptionRoute53GlobalResolver.Client.exceptions.ResourceNotFoundException