The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paws::Route53Resolver - Perl Interface to AWS Amazon Route 53 Resolver

SYNOPSIS

  use Paws;

  my $obj = Paws->service('Route53Resolver');
  my $res = $obj->Method(
    Arg1 => $val1,
    Arg2 => [ 'V1', 'V2' ],
    # if Arg3 is an object, the HashRef will be used as arguments to the constructor
    # of the arguments type
    Arg3 => { Att1 => 'Val1' },
    # if Arg4 is an array of objects, the HashRefs will be passed as arguments to
    # the constructor of the arguments type
    Arg4 => [ { Att1 => 'Val1'  }, { Att1 => 'Val2' } ],
  );

DESCRIPTION

When you create a VPC using Amazon VPC, you automatically get DNS resolution within the VPC from Route 53 Resolver. By default, Resolver answers DNS queries for VPC domain names such as domain names for EC2 instances or Elastic Load Balancing load balancers. Resolver performs recursive lookups against public name servers for all other domain names.

You can also configure DNS resolution between your VPC and your network over a Direct Connect or VPN connection:

Forward DNS queries from resolvers on your network to Route 53 Resolver

DNS resolvers on your network can forward DNS queries to Resolver in a specified VPC. This allows your DNS resolvers to easily resolve domain names for AWS resources such as EC2 instances or records in a Route 53 private hosted zone. For more information, see How DNS Resolvers on Your Network Forward DNS Queries to Route 53 Resolver (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resolver.html#resolver-overview-forward-network-to-vpc) in the Amazon Route 53 Developer Guide.

Conditionally forward queries from a VPC to resolvers on your network

You can configure Resolver to forward queries that it receives from EC2 instances in your VPCs to DNS resolvers on your network. To forward selected queries, you create Resolver rules that specify the domain names for the DNS queries that you want to forward (such as example.com), and the IP addresses of the DNS resolvers on your network that you want to forward the queries to. If a query matches multiple rules (example.com, acme.example.com), Resolver chooses the rule with the most specific match (acme.example.com) and forwards the query to the IP addresses that you specified in that rule. For more information, see How Route 53 Resolver Forwards DNS Queries from Your VPCs to Your Network (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/resolver.html#resolver-overview-forward-vpc-to-network) in the Amazon Route 53 Developer Guide.

Like Amazon VPC, Resolver is Regional. In each Region where you have VPCs, you can choose whether to forward queries from your VPCs to your network (outbound queries), from your network to your VPCs (inbound queries), or both.

For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01

METHODS

AssociateFirewallRuleGroup

CreatorRequestId => Str
FirewallRuleGroupId => Str
Name => Str
Priority => Int
VpcId => Str
[MutationProtection => Str]
[Tags => ArrayRef[Paws::Route53Resolver::Tag]]

Each argument is described in detail in: Paws::Route53Resolver::AssociateFirewallRuleGroup

Returns: a Paws::Route53Resolver::AssociateFirewallRuleGroupResponse instance

Associates a FirewallRuleGroup with a VPC, to provide DNS filtering for the VPC.

AssociateResolverEndpointIpAddress

IpAddress => Paws::Route53Resolver::IpAddressUpdate
ResolverEndpointId => Str

Each argument is described in detail in: Paws::Route53Resolver::AssociateResolverEndpointIpAddress

Returns: a Paws::Route53Resolver::AssociateResolverEndpointIpAddressResponse instance

Adds IP addresses to an inbound or an outbound Resolver endpoint. If you want to add more than one IP address, submit one AssociateResolverEndpointIpAddress request for each IP address.

To remove an IP address from an endpoint, see DisassociateResolverEndpointIpAddress (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DisassociateResolverEndpointIpAddress.html).

AssociateResolverQueryLogConfig

ResolverQueryLogConfigId => Str
ResourceId => Str

Each argument is described in detail in: Paws::Route53Resolver::AssociateResolverQueryLogConfig

Returns: a Paws::Route53Resolver::AssociateResolverQueryLogConfigResponse instance

Associates an Amazon VPC with a specified query logging configuration. Route 53 Resolver logs DNS queries that originate in all of the Amazon VPCs that are associated with a specified query logging configuration. To associate more than one VPC with a configuration, submit one AssociateResolverQueryLogConfig request for each VPC.

The VPCs that you associate with a query logging configuration must be in the same Region as the configuration.

To remove a VPC from a query logging configuration, see DisassociateResolverQueryLogConfig (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DisassociateResolverQueryLogConfig.html).

AssociateResolverRule

ResolverRuleId => Str
VPCId => Str
[Name => Str]

Each argument is described in detail in: Paws::Route53Resolver::AssociateResolverRule

Returns: a Paws::Route53Resolver::AssociateResolverRuleResponse instance

Associates a Resolver rule with a VPC. When you associate a rule with a VPC, Resolver forwards all DNS queries for the domain name that is specified in the rule and that originate in the VPC. The queries are forwarded to the IP addresses for the DNS resolvers that are specified in the rule. For more information about rules, see CreateResolverRule (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverRule.html).

CreateFirewallDomainList

CreatorRequestId => Str
Name => Str
[Tags => ArrayRef[Paws::Route53Resolver::Tag]]

Each argument is described in detail in: Paws::Route53Resolver::CreateFirewallDomainList

Returns: a Paws::Route53Resolver::CreateFirewallDomainListResponse instance

Creates an empty firewall domain list for use in DNS Firewall rules. You can populate the domains for the new list with a file, using ImportFirewallDomains, or with domain strings, using UpdateFirewallDomains.

CreateFirewallRule

Action => Str
CreatorRequestId => Str
FirewallDomainListId => Str
FirewallRuleGroupId => Str
Name => Str
Priority => Int
[BlockOverrideDnsType => Str]
[BlockOverrideDomain => Str]
[BlockOverrideTtl => Int]
[BlockResponse => Str]

Each argument is described in detail in: Paws::Route53Resolver::CreateFirewallRule

Returns: a Paws::Route53Resolver::CreateFirewallRuleResponse instance

Creates a single DNS Firewall rule in the specified rule group, using the specified domain list.

CreateFirewallRuleGroup

CreatorRequestId => Str
Name => Str
[Tags => ArrayRef[Paws::Route53Resolver::Tag]]

Each argument is described in detail in: Paws::Route53Resolver::CreateFirewallRuleGroup

Returns: a Paws::Route53Resolver::CreateFirewallRuleGroupResponse instance

Creates an empty DNS Firewall rule group for filtering DNS network traffic in a VPC. You can add rules to the new rule group by calling CreateFirewallRule.

CreateResolverEndpoint

CreatorRequestId => Str
Direction => Str
IpAddresses => ArrayRef[Paws::Route53Resolver::IpAddressRequest]
SecurityGroupIds => ArrayRef[Str|Undef]
[Name => Str]
[Tags => ArrayRef[Paws::Route53Resolver::Tag]]

Each argument is described in detail in: Paws::Route53Resolver::CreateResolverEndpoint

Returns: a Paws::Route53Resolver::CreateResolverEndpointResponse instance

Creates a Resolver endpoint. There are two types of Resolver endpoints, inbound and outbound:

  • An inbound Resolver endpoint forwards DNS queries to the DNS service for a VPC from your network.

  • An outbound Resolver endpoint forwards DNS queries from the DNS service for a VPC to your network.

CreateResolverQueryLogConfig

CreatorRequestId => Str
DestinationArn => Str
Name => Str
[Tags => ArrayRef[Paws::Route53Resolver::Tag]]

Each argument is described in detail in: Paws::Route53Resolver::CreateResolverQueryLogConfig

Returns: a Paws::Route53Resolver::CreateResolverQueryLogConfigResponse instance

Creates a Resolver query logging configuration, which defines where you want Resolver to save DNS query logs that originate in your VPCs. Resolver can log queries only for VPCs that are in the same Region as the query logging configuration.

To specify which VPCs you want to log queries for, you use AssociateResolverQueryLogConfig. For more information, see AssociateResolverQueryLogConfig (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverQueryLogConfig.html).

You can optionally use AWS Resource Access Manager (AWS RAM) to share a query logging configuration with other AWS accounts. The other accounts can then associate VPCs with the configuration. The query logs that Resolver creates for a configuration include all DNS queries that originate in all VPCs that are associated with the configuration.

CreateResolverRule

CreatorRequestId => Str
DomainName => Str
RuleType => Str
[Name => Str]
[ResolverEndpointId => Str]
[Tags => ArrayRef[Paws::Route53Resolver::Tag]]
[TargetIps => ArrayRef[Paws::Route53Resolver::TargetAddress]]

Each argument is described in detail in: Paws::Route53Resolver::CreateResolverRule

Returns: a Paws::Route53Resolver::CreateResolverRuleResponse instance

For DNS queries that originate in your VPCs, specifies which Resolver endpoint the queries pass through, one domain name that you want to forward to your network, and the IP addresses of the DNS resolvers in your network.

DeleteFirewallDomainList

FirewallDomainListId => Str

Each argument is described in detail in: Paws::Route53Resolver::DeleteFirewallDomainList

Returns: a Paws::Route53Resolver::DeleteFirewallDomainListResponse instance

Deletes the specified domain list.

DeleteFirewallRule

FirewallDomainListId => Str
FirewallRuleGroupId => Str

Each argument is described in detail in: Paws::Route53Resolver::DeleteFirewallRule

Returns: a Paws::Route53Resolver::DeleteFirewallRuleResponse instance

Deletes the specified firewall rule.

DeleteFirewallRuleGroup

FirewallRuleGroupId => Str

Each argument is described in detail in: Paws::Route53Resolver::DeleteFirewallRuleGroup

Returns: a Paws::Route53Resolver::DeleteFirewallRuleGroupResponse instance

Deletes the specified firewall rule group.

DeleteResolverEndpoint

ResolverEndpointId => Str

Each argument is described in detail in: Paws::Route53Resolver::DeleteResolverEndpoint

Returns: a Paws::Route53Resolver::DeleteResolverEndpointResponse instance

Deletes a Resolver endpoint. The effect of deleting a Resolver endpoint depends on whether it's an inbound or an outbound Resolver endpoint:

  • Inbound: DNS queries from your network are no longer routed to the DNS service for the specified VPC.

  • Outbound: DNS queries from a VPC are no longer routed to your network.

DeleteResolverQueryLogConfig

ResolverQueryLogConfigId => Str

Each argument is described in detail in: Paws::Route53Resolver::DeleteResolverQueryLogConfig

Returns: a Paws::Route53Resolver::DeleteResolverQueryLogConfigResponse instance

Deletes a query logging configuration. When you delete a configuration, Resolver stops logging DNS queries for all of the Amazon VPCs that are associated with the configuration. This also applies if the query logging configuration is shared with other AWS accounts, and the other accounts have associated VPCs with the shared configuration.

Before you can delete a query logging configuration, you must first disassociate all VPCs from the configuration. See DisassociateResolverQueryLogConfig (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DisassociateResolverQueryLogConfig.html).

If you used Resource Access Manager (RAM) to share a query logging configuration with other accounts, you must stop sharing the configuration before you can delete a configuration. The accounts that you shared the configuration with can first disassociate VPCs that they associated with the configuration, but that's not necessary. If you stop sharing the configuration, those VPCs are automatically disassociated from the configuration.

DeleteResolverRule

ResolverRuleId => Str

Each argument is described in detail in: Paws::Route53Resolver::DeleteResolverRule

Returns: a Paws::Route53Resolver::DeleteResolverRuleResponse instance

Deletes a Resolver rule. Before you can delete a Resolver rule, you must disassociate it from all the VPCs that you associated the Resolver rule with. For more information, see DisassociateResolverRule (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DisassociateResolverRule.html).

DisassociateFirewallRuleGroup

FirewallRuleGroupAssociationId => Str

Each argument is described in detail in: Paws::Route53Resolver::DisassociateFirewallRuleGroup

Returns: a Paws::Route53Resolver::DisassociateFirewallRuleGroupResponse instance

Disassociates a FirewallRuleGroup from a VPC, to remove DNS filtering from the VPC.

DisassociateResolverEndpointIpAddress

IpAddress => Paws::Route53Resolver::IpAddressUpdate
ResolverEndpointId => Str

Each argument is described in detail in: Paws::Route53Resolver::DisassociateResolverEndpointIpAddress

Returns: a Paws::Route53Resolver::DisassociateResolverEndpointIpAddressResponse instance

Removes IP addresses from an inbound or an outbound Resolver endpoint. If you want to remove more than one IP address, submit one DisassociateResolverEndpointIpAddress request for each IP address.

To add an IP address to an endpoint, see AssociateResolverEndpointIpAddress (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverEndpointIpAddress.html).

DisassociateResolverQueryLogConfig

ResolverQueryLogConfigId => Str
ResourceId => Str

Each argument is described in detail in: Paws::Route53Resolver::DisassociateResolverQueryLogConfig

Returns: a Paws::Route53Resolver::DisassociateResolverQueryLogConfigResponse instance

Disassociates a VPC from a query logging configuration.

Before you can delete a query logging configuration, you must first disassociate all VPCs from the configuration. If you used AWS Resource Access Manager (AWS RAM) to share a query logging configuration with other accounts, VPCs can be disassociated from the configuration in the following ways:

  • The accounts that you shared the configuration with can disassociate VPCs from the configuration.

  • You can stop sharing the configuration.

DisassociateResolverRule

ResolverRuleId => Str
VPCId => Str

Each argument is described in detail in: Paws::Route53Resolver::DisassociateResolverRule

Returns: a Paws::Route53Resolver::DisassociateResolverRuleResponse instance

Removes the association between a specified Resolver rule and a specified VPC.

If you disassociate a Resolver rule from a VPC, Resolver stops forwarding DNS queries for the domain name that you specified in the Resolver rule.

GetFirewallConfig

ResourceId => Str

Each argument is described in detail in: Paws::Route53Resolver::GetFirewallConfig

Returns: a Paws::Route53Resolver::GetFirewallConfigResponse instance

Retrieves the configuration of the firewall behavior provided by DNS Firewall for a single VPC from Amazon Virtual Private Cloud (Amazon VPC).

GetFirewallDomainList

FirewallDomainListId => Str

Each argument is described in detail in: Paws::Route53Resolver::GetFirewallDomainList

Returns: a Paws::Route53Resolver::GetFirewallDomainListResponse instance

Retrieves the specified firewall domain list.

GetFirewallRuleGroup

FirewallRuleGroupId => Str

Each argument is described in detail in: Paws::Route53Resolver::GetFirewallRuleGroup

Returns: a Paws::Route53Resolver::GetFirewallRuleGroupResponse instance

Retrieves the specified firewall rule group.

GetFirewallRuleGroupAssociation

FirewallRuleGroupAssociationId => Str

Each argument is described in detail in: Paws::Route53Resolver::GetFirewallRuleGroupAssociation

Returns: a Paws::Route53Resolver::GetFirewallRuleGroupAssociationResponse instance

Retrieves a firewall rule group association, which enables DNS filtering for a VPC with one rule group. A VPC can have more than one firewall rule group association, and a rule group can be associated with more than one VPC.

GetFirewallRuleGroupPolicy

Arn => Str

Each argument is described in detail in: Paws::Route53Resolver::GetFirewallRuleGroupPolicy

Returns: a Paws::Route53Resolver::GetFirewallRuleGroupPolicyResponse instance

Returns the AWS Identity and Access Management (AWS IAM) policy for sharing the specified rule group. You can use the policy to share the rule group using AWS Resource Access Manager (AWS RAM).

GetResolverDnssecConfig

ResourceId => Str

Each argument is described in detail in: Paws::Route53Resolver::GetResolverDnssecConfig

Returns: a Paws::Route53Resolver::GetResolverDnssecConfigResponse instance

Gets DNSSEC validation information for a specified resource.

GetResolverEndpoint

ResolverEndpointId => Str

Each argument is described in detail in: Paws::Route53Resolver::GetResolverEndpoint

Returns: a Paws::Route53Resolver::GetResolverEndpointResponse instance

Gets information about a specified Resolver endpoint, such as whether it's an inbound or an outbound Resolver endpoint, and the current status of the endpoint.

GetResolverQueryLogConfig

ResolverQueryLogConfigId => Str

Each argument is described in detail in: Paws::Route53Resolver::GetResolverQueryLogConfig

Returns: a Paws::Route53Resolver::GetResolverQueryLogConfigResponse instance

Gets information about a specified Resolver query logging configuration, such as the number of VPCs that the configuration is logging queries for and the location that logs are sent to.

GetResolverQueryLogConfigAssociation

ResolverQueryLogConfigAssociationId => Str

Each argument is described in detail in: Paws::Route53Resolver::GetResolverQueryLogConfigAssociation

Returns: a Paws::Route53Resolver::GetResolverQueryLogConfigAssociationResponse instance

Gets information about a specified association between a Resolver query logging configuration and an Amazon VPC. When you associate a VPC with a query logging configuration, Resolver logs DNS queries that originate in that VPC.

GetResolverQueryLogConfigPolicy

Arn => Str

Each argument is described in detail in: Paws::Route53Resolver::GetResolverQueryLogConfigPolicy

Returns: a Paws::Route53Resolver::GetResolverQueryLogConfigPolicyResponse instance

Gets information about a query logging policy. A query logging policy specifies the Resolver query logging operations and resources that you want to allow another AWS account to be able to use.

GetResolverRule

ResolverRuleId => Str

Each argument is described in detail in: Paws::Route53Resolver::GetResolverRule

Returns: a Paws::Route53Resolver::GetResolverRuleResponse instance

Gets information about a specified Resolver rule, such as the domain name that the rule forwards DNS queries for and the ID of the outbound Resolver endpoint that the rule is associated with.

GetResolverRuleAssociation

ResolverRuleAssociationId => Str

Each argument is described in detail in: Paws::Route53Resolver::GetResolverRuleAssociation

Returns: a Paws::Route53Resolver::GetResolverRuleAssociationResponse instance

Gets information about an association between a specified Resolver rule and a VPC. You associate a Resolver rule and a VPC using AssociateResolverRule (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverRule.html).

GetResolverRulePolicy

Arn => Str

Each argument is described in detail in: Paws::Route53Resolver::GetResolverRulePolicy

Returns: a Paws::Route53Resolver::GetResolverRulePolicyResponse instance

Gets information about the Resolver rule policy for a specified rule. A Resolver rule policy includes the rule that you want to share with another account, the account that you want to share the rule with, and the Resolver operations that you want to allow the account to use.

ImportFirewallDomains

DomainFileUrl => Str
FirewallDomainListId => Str
Operation => Str

Each argument is described in detail in: Paws::Route53Resolver::ImportFirewallDomains

Returns: a Paws::Route53Resolver::ImportFirewallDomainsResponse instance

Imports domain names from a file into a domain list, for use in a DNS firewall rule group.

Each domain specification in your domain list must satisfy the following requirements:

  • It can optionally start with * (asterisk).

  • With the exception of the optional starting asterisk, it must only contain the following characters: A-Z, a-z, 0-9, - (hyphen).

  • It must be from 1-255 characters in length.

ListFirewallConfigs

[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::Route53Resolver::ListFirewallConfigs

Returns: a Paws::Route53Resolver::ListFirewallConfigsResponse instance

Retrieves the firewall configurations that you have defined. DNS Firewall uses the configurations to manage firewall behavior for your VPCs.

A single call might return only a partial list of the configurations. For information, see MaxResults.

ListFirewallDomainLists

[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::Route53Resolver::ListFirewallDomainLists

Returns: a Paws::Route53Resolver::ListFirewallDomainListsResponse instance

Retrieves the firewall domain lists that you have defined. For each firewall domain list, you can retrieve the domains that are defined for a list by calling ListFirewallDomains.

A single call to this list operation might return only a partial list of the domain lists. For information, see MaxResults.

ListFirewallDomains

FirewallDomainListId => Str
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::Route53Resolver::ListFirewallDomains

Returns: a Paws::Route53Resolver::ListFirewallDomainsResponse instance

Retrieves the domains that you have defined for the specified firewall domain list.

A single call might return only a partial list of the domains. For information, see MaxResults.

ListFirewallRuleGroupAssociations

[FirewallRuleGroupId => Str]
[MaxResults => Int]
[NextToken => Str]
[Priority => Int]
[Status => Str]
[VpcId => Str]

Each argument is described in detail in: Paws::Route53Resolver::ListFirewallRuleGroupAssociations

Returns: a Paws::Route53Resolver::ListFirewallRuleGroupAssociationsResponse instance

Retrieves the firewall rule group associations that you have defined. Each association enables DNS filtering for a VPC with one rule group.

A single call might return only a partial list of the associations. For information, see MaxResults.

ListFirewallRuleGroups

[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::Route53Resolver::ListFirewallRuleGroups

Returns: a Paws::Route53Resolver::ListFirewallRuleGroupsResponse instance

Retrieves the minimal high-level information for the rule groups that you have defined.

A single call might return only a partial list of the rule groups. For information, see MaxResults.

ListFirewallRules

FirewallRuleGroupId => Str
[Action => Str]
[MaxResults => Int]
[NextToken => Str]
[Priority => Int]

Each argument is described in detail in: Paws::Route53Resolver::ListFirewallRules

Returns: a Paws::Route53Resolver::ListFirewallRulesResponse instance

Retrieves the firewall rules that you have defined for the specified firewall rule group. DNS Firewall uses the rules in a rule group to filter DNS network traffic for a VPC.

A single call might return only a partial list of the rules. For information, see MaxResults.

ListResolverDnssecConfigs

[Filters => ArrayRef[Paws::Route53Resolver::Filter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::Route53Resolver::ListResolverDnssecConfigs

Returns: a Paws::Route53Resolver::ListResolverDnssecConfigsResponse instance

Lists the configurations for DNSSEC validation that are associated with the current AWS account.

ListResolverEndpointIpAddresses

ResolverEndpointId => Str
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::Route53Resolver::ListResolverEndpointIpAddresses

Returns: a Paws::Route53Resolver::ListResolverEndpointIpAddressesResponse instance

Gets the IP addresses for a specified Resolver endpoint.

ListResolverEndpoints

[Filters => ArrayRef[Paws::Route53Resolver::Filter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::Route53Resolver::ListResolverEndpoints

Returns: a Paws::Route53Resolver::ListResolverEndpointsResponse instance

Lists all the Resolver endpoints that were created using the current AWS account.

ListResolverQueryLogConfigAssociations

[Filters => ArrayRef[Paws::Route53Resolver::Filter]]
[MaxResults => Int]
[NextToken => Str]
[SortBy => Str]
[SortOrder => Str]

Each argument is described in detail in: Paws::Route53Resolver::ListResolverQueryLogConfigAssociations

Returns: a Paws::Route53Resolver::ListResolverQueryLogConfigAssociationsResponse instance

Lists information about associations between Amazon VPCs and query logging configurations.

ListResolverQueryLogConfigs

[Filters => ArrayRef[Paws::Route53Resolver::Filter]]
[MaxResults => Int]
[NextToken => Str]
[SortBy => Str]
[SortOrder => Str]

Each argument is described in detail in: Paws::Route53Resolver::ListResolverQueryLogConfigs

Returns: a Paws::Route53Resolver::ListResolverQueryLogConfigsResponse instance

Lists information about the specified query logging configurations. Each configuration defines where you want Resolver to save DNS query logs and specifies the VPCs that you want to log queries for.

ListResolverRuleAssociations

[Filters => ArrayRef[Paws::Route53Resolver::Filter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::Route53Resolver::ListResolverRuleAssociations

Returns: a Paws::Route53Resolver::ListResolverRuleAssociationsResponse instance

Lists the associations that were created between Resolver rules and VPCs using the current AWS account.

ListResolverRules

[Filters => ArrayRef[Paws::Route53Resolver::Filter]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::Route53Resolver::ListResolverRules

Returns: a Paws::Route53Resolver::ListResolverRulesResponse instance

Lists the Resolver rules that were created using the current AWS account.

ListTagsForResource

ResourceArn => Str
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::Route53Resolver::ListTagsForResource

Returns: a Paws::Route53Resolver::ListTagsForResourceResponse instance

Lists the tags that you associated with the specified resource.

PutFirewallRuleGroupPolicy

Arn => Str
FirewallRuleGroupPolicy => Str

Each argument is described in detail in: Paws::Route53Resolver::PutFirewallRuleGroupPolicy

Returns: a Paws::Route53Resolver::PutFirewallRuleGroupPolicyResponse instance

Attaches an AWS Identity and Access Management (AWS IAM) policy for sharing the rule group. You can use the policy to share the rule group using AWS Resource Access Manager (AWS RAM).

PutResolverQueryLogConfigPolicy

Arn => Str
ResolverQueryLogConfigPolicy => Str

Each argument is described in detail in: Paws::Route53Resolver::PutResolverQueryLogConfigPolicy

Returns: a Paws::Route53Resolver::PutResolverQueryLogConfigPolicyResponse instance

Specifies an AWS account that you want to share a query logging configuration with, the query logging configuration that you want to share, and the operations that you want the account to be able to perform on the configuration.

PutResolverRulePolicy

Arn => Str
ResolverRulePolicy => Str

Each argument is described in detail in: Paws::Route53Resolver::PutResolverRulePolicy

Returns: a Paws::Route53Resolver::PutResolverRulePolicyResponse instance

Specifies an AWS rule that you want to share with another account, the account that you want to share the rule with, and the operations that you want the account to be able to perform on the rule.

TagResource

ResourceArn => Str
Tags => ArrayRef[Paws::Route53Resolver::Tag]

Each argument is described in detail in: Paws::Route53Resolver::TagResource

Returns: a Paws::Route53Resolver::TagResourceResponse instance

Adds one or more tags to a specified resource.

UntagResource

ResourceArn => Str
TagKeys => ArrayRef[Str|Undef]

Each argument is described in detail in: Paws::Route53Resolver::UntagResource

Returns: a Paws::Route53Resolver::UntagResourceResponse instance

Removes one or more tags from a specified resource.

UpdateFirewallConfig

FirewallFailOpen => Str
ResourceId => Str

Each argument is described in detail in: Paws::Route53Resolver::UpdateFirewallConfig

Returns: a Paws::Route53Resolver::UpdateFirewallConfigResponse instance

Updates the configuration of the firewall behavior provided by DNS Firewall for a single VPC from Amazon Virtual Private Cloud (Amazon VPC).

UpdateFirewallDomains

Domains => ArrayRef[Str|Undef]
FirewallDomainListId => Str
Operation => Str

Each argument is described in detail in: Paws::Route53Resolver::UpdateFirewallDomains

Returns: a Paws::Route53Resolver::UpdateFirewallDomainsResponse instance

Updates the firewall domain list from an array of domain specifications.

UpdateFirewallRule

FirewallDomainListId => Str
FirewallRuleGroupId => Str
[Action => Str]
[BlockOverrideDnsType => Str]
[BlockOverrideDomain => Str]
[BlockOverrideTtl => Int]
[BlockResponse => Str]
[Name => Str]
[Priority => Int]

Each argument is described in detail in: Paws::Route53Resolver::UpdateFirewallRule

Returns: a Paws::Route53Resolver::UpdateFirewallRuleResponse instance

Updates the specified firewall rule.

UpdateFirewallRuleGroupAssociation

FirewallRuleGroupAssociationId => Str
[MutationProtection => Str]
[Name => Str]
[Priority => Int]

Each argument is described in detail in: Paws::Route53Resolver::UpdateFirewallRuleGroupAssociation

Returns: a Paws::Route53Resolver::UpdateFirewallRuleGroupAssociationResponse instance

Changes the association of a FirewallRuleGroup with a VPC. The association enables DNS filtering for the VPC.

UpdateResolverDnssecConfig

ResourceId => Str
Validation => Str

Each argument is described in detail in: Paws::Route53Resolver::UpdateResolverDnssecConfig

Returns: a Paws::Route53Resolver::UpdateResolverDnssecConfigResponse instance

Updates an existing DNSSEC validation configuration. If there is no existing DNSSEC validation configuration, one is created.

UpdateResolverEndpoint

ResolverEndpointId => Str
[Name => Str]

Each argument is described in detail in: Paws::Route53Resolver::UpdateResolverEndpoint

Returns: a Paws::Route53Resolver::UpdateResolverEndpointResponse instance

Updates the name of an inbound or an outbound Resolver endpoint.

UpdateResolverRule

Config => Paws::Route53Resolver::ResolverRuleConfig
ResolverRuleId => Str

Each argument is described in detail in: Paws::Route53Resolver::UpdateResolverRule

Returns: a Paws::Route53Resolver::UpdateResolverRuleResponse instance

Updates settings for a specified Resolver rule. ResolverRuleId is required, and all other parameters are optional. If you don't specify a parameter, it retains its current value.

PAGINATORS

Paginator methods are helpers that repetively call methods that return partial results

ListAllFirewallConfigs(sub { },[MaxResults => Int, NextToken => Str])

ListAllFirewallConfigs([MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - FirewallConfigs, passing the object as the first parameter, and the string 'FirewallConfigs' as the second parameter 

If not, it will return a a Paws::Route53Resolver::ListFirewallConfigsResponse instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllFirewallDomainLists(sub { },[MaxResults => Int, NextToken => Str])

ListAllFirewallDomainLists([MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - FirewallDomainLists, passing the object as the first parameter, and the string 'FirewallDomainLists' as the second parameter 

If not, it will return a a Paws::Route53Resolver::ListFirewallDomainListsResponse instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllFirewallDomains(sub { },FirewallDomainListId => Str, [MaxResults => Int, NextToken => Str])

ListAllFirewallDomains(FirewallDomainListId => Str, [MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - Domains, passing the object as the first parameter, and the string 'Domains' as the second parameter 

If not, it will return a a Paws::Route53Resolver::ListFirewallDomainsResponse instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllFirewallRuleGroupAssociations(sub { },[FirewallRuleGroupId => Str, MaxResults => Int, NextToken => Str, Priority => Int, Status => Str, VpcId => Str])

ListAllFirewallRuleGroupAssociations([FirewallRuleGroupId => Str, MaxResults => Int, NextToken => Str, Priority => Int, Status => Str, VpcId => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - FirewallRuleGroupAssociations, passing the object as the first parameter, and the string 'FirewallRuleGroupAssociations' as the second parameter 

If not, it will return a a Paws::Route53Resolver::ListFirewallRuleGroupAssociationsResponse instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllFirewallRuleGroups(sub { },[MaxResults => Int, NextToken => Str])

ListAllFirewallRuleGroups([MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - FirewallRuleGroups, passing the object as the first parameter, and the string 'FirewallRuleGroups' as the second parameter 

If not, it will return a a Paws::Route53Resolver::ListFirewallRuleGroupsResponse instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllFirewallRules(sub { },FirewallRuleGroupId => Str, [Action => Str, MaxResults => Int, NextToken => Str, Priority => Int])

ListAllFirewallRules(FirewallRuleGroupId => Str, [Action => Str, MaxResults => Int, NextToken => Str, Priority => Int])

If passed a sub as first parameter, it will call the sub for each element found in :

 - FirewallRules, passing the object as the first parameter, and the string 'FirewallRules' as the second parameter 

If not, it will return a a Paws::Route53Resolver::ListFirewallRulesResponse instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllResolverDnssecConfigs(sub { },[Filters => ArrayRef[Paws::Route53Resolver::Filter], MaxResults => Int, NextToken => Str])

ListAllResolverDnssecConfigs([Filters => ArrayRef[Paws::Route53Resolver::Filter], MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - ResolverDnssecConfigs, passing the object as the first parameter, and the string 'ResolverDnssecConfigs' as the second parameter 

If not, it will return a a Paws::Route53Resolver::ListResolverDnssecConfigsResponse instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllResolverEndpointIpAddresses(sub { },ResolverEndpointId => Str, [MaxResults => Int, NextToken => Str])

ListAllResolverEndpointIpAddresses(ResolverEndpointId => Str, [MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - IpAddresses, passing the object as the first parameter, and the string 'IpAddresses' as the second parameter 

If not, it will return a a Paws::Route53Resolver::ListResolverEndpointIpAddressesResponse instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllResolverEndpoints(sub { },[Filters => ArrayRef[Paws::Route53Resolver::Filter], MaxResults => Int, NextToken => Str])

ListAllResolverEndpoints([Filters => ArrayRef[Paws::Route53Resolver::Filter], MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - ResolverEndpoints, passing the object as the first parameter, and the string 'ResolverEndpoints' as the second parameter 

If not, it will return a a Paws::Route53Resolver::ListResolverEndpointsResponse instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllResolverQueryLogConfigAssociations(sub { },[Filters => ArrayRef[Paws::Route53Resolver::Filter], MaxResults => Int, NextToken => Str, SortBy => Str, SortOrder => Str])

ListAllResolverQueryLogConfigAssociations([Filters => ArrayRef[Paws::Route53Resolver::Filter], MaxResults => Int, NextToken => Str, SortBy => Str, SortOrder => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - ResolverQueryLogConfigAssociations, passing the object as the first parameter, and the string 'ResolverQueryLogConfigAssociations' as the second parameter 

If not, it will return a a Paws::Route53Resolver::ListResolverQueryLogConfigAssociationsResponse instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllResolverQueryLogConfigs(sub { },[Filters => ArrayRef[Paws::Route53Resolver::Filter], MaxResults => Int, NextToken => Str, SortBy => Str, SortOrder => Str])

ListAllResolverQueryLogConfigs([Filters => ArrayRef[Paws::Route53Resolver::Filter], MaxResults => Int, NextToken => Str, SortBy => Str, SortOrder => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - ResolverQueryLogConfigs, passing the object as the first parameter, and the string 'ResolverQueryLogConfigs' as the second parameter 

If not, it will return a a Paws::Route53Resolver::ListResolverQueryLogConfigsResponse instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllResolverRuleAssociations(sub { },[Filters => ArrayRef[Paws::Route53Resolver::Filter], MaxResults => Int, NextToken => Str])

ListAllResolverRuleAssociations([Filters => ArrayRef[Paws::Route53Resolver::Filter], MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - ResolverRuleAssociations, passing the object as the first parameter, and the string 'ResolverRuleAssociations' as the second parameter 

If not, it will return a a Paws::Route53Resolver::ListResolverRuleAssociationsResponse instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllResolverRules(sub { },[Filters => ArrayRef[Paws::Route53Resolver::Filter], MaxResults => Int, NextToken => Str])

ListAllResolverRules([Filters => ArrayRef[Paws::Route53Resolver::Filter], MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - ResolverRules, passing the object as the first parameter, and the string 'ResolverRules' as the second parameter 

If not, it will return a a Paws::Route53Resolver::ListResolverRulesResponse instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllTagsForResource(sub { },ResourceArn => Str, [MaxResults => Int, NextToken => Str])

ListAllTagsForResource(ResourceArn => Str, [MaxResults => Int, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - Tags, passing the object as the first parameter, and the string 'Tags' as the second parameter 

If not, it will return a a Paws::Route53Resolver::ListTagsForResourceResponse instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

SEE ALSO

This service class forms part of Paws

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues