Route53GlobalResolver / Client / get_firewall_domain_list
get_firewall_domain_list¶
- Route53GlobalResolver.Client.get_firewall_domain_list(**kwargs)¶
Retrieves information about a firewall domain list.
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