Route53GlobalResolver¶
Client¶
- class Route53GlobalResolver.Client¶
A low-level client representing Amazon Route 53 Global Resolver
Amazon Route 53 Global Resolver is a global, internet-accessible DNS resolver that enables customers to resolve and forward traffic for both public and private domains while ensuring security and authenticity of queries over the internet. Route 53 Global Resolver supports DNS-over-port 53 (Do53), DNS-over-TLS (DoT), and DNS-over-HTTPS (DoH) protocols through global anycast IP addresses.
import boto3 client = boto3.client('route53globalresolver')
These are the available methods:
- associate_hosted_zone
- batch_create_firewall_rule
- batch_delete_firewall_rule
- batch_update_firewall_rule
- can_paginate
- close
- create_access_source
- create_access_token
- create_dns_view
- create_firewall_domain_list
- create_firewall_rule
- create_global_resolver
- delete_access_source
- delete_access_token
- delete_dns_view
- delete_firewall_domain_list
- delete_firewall_rule
- delete_global_resolver
- disable_dns_view
- disassociate_hosted_zone
- enable_dns_view
- get_access_source
- get_access_token
- get_dns_view
- get_firewall_domain_list
- get_firewall_rule
- get_global_resolver
- get_hosted_zone_association
- get_managed_firewall_domain_list
- get_paginator
- get_waiter
- import_firewall_domains
- list_access_sources
- list_access_tokens
- list_dns_views
- list_firewall_domain_lists
- list_firewall_domains
- list_firewall_rules
- list_global_resolvers
- list_hosted_zone_associations
- list_managed_firewall_domain_lists
- list_tags_for_resource
- tag_resource
- untag_resource
- update_access_source
- update_access_token
- update_dns_view
- update_firewall_domains
- update_firewall_rule
- update_global_resolver
- update_hosted_zone_association
Paginators¶
Paginators are available on a client instance via the get_paginator method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: