Route53GlobalResolver / Client / disable_dns_view
disable_dns_view¶
- Route53GlobalResolver.Client.disable_dns_view(**kwargs)¶
Disables a DNS view, preventing it from serving DNS queries.
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.disable_dns_view( dnsViewId='string' )
- Parameters:
dnsViewId (string) –
[REQUIRED]
The unique identifier of the DNS view to disable.
- 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) –
The unique identifier of the disabled DNS view.
arn (string) –
The Amazon Resource Name (ARN) of the disabled DNS view.
clientToken (string) –
The unique string that identifies the request and ensures idempotency.
dnssecValidation (string) –
Whether DNSSEC validation is enabled for the disabled DNS view.
ednsClientSubnet (string) –
Whether EDNS Client Subnet injection is enabled for the disabled DNS view.
firewallRulesFailOpen (string) –
The firewall rules fail-open behavior configured for the disabled DNS view.
name (string) –
The name of the disabled DNS view.
description (string) –
The description of the disabled DNS view.
globalResolverId (string) –
The ID of the Route 53 Global Resolver that the disabled DNS view is associated with.
createdAt (datetime) –
The date and time when the DNS view was originally created.
updatedAt (datetime) –
The date and time when the DNS view was last updated.
status (string) –
The current status of the disabled DNS view.
Exceptions
Route53GlobalResolver.Client.exceptions.InternalServerExceptionRoute53GlobalResolver.Client.exceptions.ValidationExceptionRoute53GlobalResolver.Client.exceptions.ConflictExceptionRoute53GlobalResolver.Client.exceptions.ServiceQuotaExceededExceptionRoute53GlobalResolver.Client.exceptions.AccessDeniedExceptionRoute53GlobalResolver.Client.exceptions.ThrottlingExceptionRoute53GlobalResolver.Client.exceptions.ResourceNotFoundException