Route53GlobalResolver / Client / get_dns_view
get_dns_view¶
- Route53GlobalResolver.Client.get_dns_view(**kwargs)¶
Retrieves information about a DNS view.
See also: AWS API Documentation
Request Syntax
response = client.get_dns_view( dnsViewId='string' )
- Parameters:
dnsViewId (string) –
[REQUIRED]
The ID of the DNS view to retrieve information about.
- Return type:
dict
- Returns:
Response Syntax
{ 'id': 'string', 'arn': 'string', 'clientToken': 'string', 'dnssecValidation': 'ENABLED'|'DISABLED', 'ednsClientSubnet': 'ENABLED'|'DISABLED', 'firewallRulesFailOpen': 'ENABLED'|'DISABLED', 'name': 'string', 'description': 'string', 'globalResolverId': 'string', 'createdAt': datetime(2015, 1, 1), 'updatedAt': datetime(2015, 1, 1), 'status': 'CREATING'|'OPERATIONAL'|'UPDATING'|'ENABLING'|'DISABLING'|'DISABLED'|'DELETING' }
Response Structure
(dict) –
id (string) –
ID of the DNS view.
arn (string) –
Amazon Resource Name (ARN) of the DNS view.
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.dnssecValidation (string) –
Specifies whether DNSSEC is enabled or disabled for the DNS view.
ednsClientSubnet (string) –
Specifies whether edns0 client subnet is enabled.
firewallRulesFailOpen (string) –
Specifies the DNS Firewall failure mode configuration. When enabled, the DNS Firewall allows DNS queries to proceed if it’s unable to properly evaluate them. When disabled, the DNS Firewall blocks DNS queries it’s unable to evaluate.
name (string) –
Name of the DNS view.
description (string) –
Description of the DNS view.
globalResolverId (string) –
ID of the Global Resolver the DNS view is associated to.
createdAt (datetime) –
The time and date the DNS view was creates on.
updatedAt (datetime) –
The time and date the DNS view was updated on.
status (string) –
Operational status of the DNS view.
Exceptions
Route53GlobalResolver.Client.exceptions.InternalServerExceptionRoute53GlobalResolver.Client.exceptions.ValidationExceptionRoute53GlobalResolver.Client.exceptions.AccessDeniedExceptionRoute53GlobalResolver.Client.exceptions.ThrottlingExceptionRoute53GlobalResolver.Client.exceptions.ResourceNotFoundException