'2.0', 'service' => '
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 Amazon Web Services 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 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 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.
', 'operations' => [ 'AssociateFirewallRuleGroup' => 'Associates a FirewallRuleGroup with a VPC, to provide DNS filtering for the VPC.
', 'AssociateResolverEndpointIpAddress' => '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.
', 'AssociateResolverQueryLogConfig' => '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.
', 'AssociateResolverRule' => '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.
', 'CreateFirewallDomainList' => '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' => 'Creates a single DNS Firewall rule in the specified rule group, using the specified domain list.
', 'CreateFirewallRuleGroup' => '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.
', 'CreateOutpostResolver' => 'Creates an Route 53 Resolver on an Outpost.
', 'CreateResolverEndpoint' => '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.
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.
You can optionally use Resource Access Manager (RAM) to share a query logging configuration with other Amazon Web Services 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' => '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' => 'Deletes the specified domain list.
', 'DeleteFirewallRule' => 'Deletes the specified firewall rule.
', 'DeleteFirewallRuleGroup' => 'Deletes the specified firewall rule group.
', 'DeleteOutpostResolver' => 'Deletes a Resolver on the Outpost.
', 'DeleteResolverEndpoint' => '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.
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 Amazon Web Services 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.
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' => '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.
', 'DisassociateFirewallRuleGroup' => 'Disassociates a FirewallRuleGroup from a VPC, to remove DNS filtering from the VPC.
', 'DisassociateResolverEndpointIpAddress' => '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.
', 'DisassociateResolverQueryLogConfig' => '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 Resource Access Manager (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.
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.
Retrieves the configuration of the firewall behavior provided by DNS Firewall for a single VPC from Amazon Virtual Private Cloud (Amazon VPC).
', 'GetFirewallDomainList' => 'Retrieves the specified firewall domain list.
', 'GetFirewallRuleGroup' => 'Retrieves the specified firewall rule group.
', 'GetFirewallRuleGroupAssociation' => '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' => 'Returns the Identity and Access Management (Amazon Web Services IAM) policy for sharing the specified rule group. You can use the policy to share the rule group using Resource Access Manager (RAM).
', 'GetOutpostResolver' => 'Gets information about a specified Resolver on the Outpost, such as its instance count and type, name, and the current status of the Resolver.
', 'GetResolverConfig' => 'Retrieves the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud.
', 'GetResolverDnssecConfig' => 'Gets DNSSEC validation information for a specified resource.
', 'GetResolverEndpoint' => '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' => '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' => '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' => '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 Amazon Web Services account to be able to use.
', 'GetResolverRule' => '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' => 'Gets information about an association between a specified Resolver rule and a VPC. You associate a Resolver rule and a VPC using AssociateResolverRule.
', 'GetResolverRulePolicy' => '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' => '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.
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
.
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
.
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
.
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
.
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
.
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
.
Lists all the Resolvers on Outposts that were created using the current Amazon Web Services account.
', 'ListResolverConfigs' => 'Retrieves the Resolver configurations that you have defined. Route 53 Resolver uses the configurations to manage DNS resolution behavior for your VPCs.
', 'ListResolverDnssecConfigs' => 'Lists the configurations for DNSSEC validation that are associated with the current Amazon Web Services account.
', 'ListResolverEndpointIpAddresses' => 'Gets the IP addresses for a specified Resolver endpoint.
', 'ListResolverEndpoints' => 'Lists all the Resolver endpoints that were created using the current Amazon Web Services account.
', 'ListResolverQueryLogConfigAssociations' => 'Lists information about associations between Amazon VPCs and query logging configurations.
', 'ListResolverQueryLogConfigs' => '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' => 'Lists the associations that were created between Resolver rules and VPCs using the current Amazon Web Services account.
', 'ListResolverRules' => 'Lists the Resolver rules that were created using the current Amazon Web Services account.
', 'ListTagsForResource' => 'Lists the tags that you associated with the specified resource.
', 'PutFirewallRuleGroupPolicy' => 'Attaches an Identity and Access Management (Amazon Web Services IAM) policy for sharing the rule group. You can use the policy to share the rule group using Resource Access Manager (RAM).
', 'PutResolverQueryLogConfigPolicy' => 'Specifies an Amazon Web Services 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' => 'Specifies an Amazon Web Services 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' => 'Adds one or more tags to a specified resource.
', 'UntagResource' => 'Removes one or more tags from a specified resource.
', 'UpdateFirewallConfig' => 'Updates the configuration of the firewall behavior provided by DNS Firewall for a single VPC from Amazon Virtual Private Cloud (Amazon VPC).
', 'UpdateFirewallDomains' => 'Updates the firewall domain list from an array of domain specifications.
', 'UpdateFirewallRule' => 'Updates the specified firewall rule.
', 'UpdateFirewallRuleGroupAssociation' => 'Changes the association of a FirewallRuleGroup with a VPC. The association enables DNS filtering for the VPC.
', 'UpdateOutpostResolver' => 'You can use UpdateOutpostResolver
to update the instance count, type, or name of a Resolver on an Outpost.
Updates the behavior configuration of Route 53 Resolver behavior for a single VPC from Amazon Virtual Private Cloud.
', 'UpdateResolverDnssecConfig' => 'Updates an existing DNSSEC validation configuration. If there is no existing DNSSEC validation configuration, one is created.
', 'UpdateResolverEndpoint' => 'Updates the name, or enpoint type for an inbound or an outbound Resolver endpoint. You can only update between IPV4 and DUALSTACK, IPV6 endpoint type can\'t be updated to other type.
', 'UpdateResolverRule' => '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.
The current account doesn\'t have the IAM permissions required to perform the specified Resolver operation.
', 'refs' => [], ], 'AccountId' => [ 'base' => NULL, 'refs' => [ 'FirewallConfig$OwnerId' => 'The Amazon Web Services account ID of the owner of the VPC that this firewall configuration applies to.
', 'FirewallRuleGroup$OwnerId' => 'The Amazon Web Services account ID for the account that created the rule group. When a rule group is shared with your account, this is the account that has shared the rule group with you.
', 'FirewallRuleGroupMetadata$OwnerId' => 'The Amazon Web Services account ID for the account that created the rule group. When a rule group is shared with your account, this is the account that has shared the rule group with you.
', 'ResolverConfig$OwnerId' => 'The owner account ID of the Amazon Virtual Private Cloud VPC.
', 'ResolverDnssecConfig$OwnerId' => 'The owner account ID of the virtual private cloud (VPC) for a configuration for DNSSEC validation.
', 'ResolverQueryLogConfig$OwnerId' => 'The Amazon Web Services account ID for the account that created the query logging configuration.
', 'ResolverRule$OwnerId' => 'When a rule is shared with another Amazon Web Services account, the account ID of the account that the rule is shared with.
', ], ], 'Action' => [ 'base' => NULL, 'refs' => [ 'CreateFirewallRuleRequest$Action' => 'The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule\'s domain list:
ALLOW
- Permit the request to go through.
ALERT
- Permit the request and send metrics and logs to Cloud Watch.
BLOCK
- Disallow the request. This option requires additional details in the rule\'s BlockResponse
.
The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule\'s domain list:
ALLOW
- Permit the request to go through.
ALERT
- Permit the request to go through but send an alert to the logs.
BLOCK
- Disallow the request. If this is specified, additional handling details are provided in the rule\'s BlockResponse
setting.
Optional additional filter for the rules to retrieve.
The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule\'s domain list:
ALLOW
- Permit the request to go through.
ALERT
- Permit the request to go through but send an alert to the logs.
BLOCK
- Disallow the request. If this is specified, additional handling details are provided in the rule\'s BlockResponse
setting.
The action that DNS Firewall should take on a DNS query when it matches one of the domains in the rule\'s domain list:
ALLOW
- Permit the request to go through.
ALERT
- Permit the request to go through but send an alert to the logs.
BLOCK
- Disallow the request. This option requires additional details in the rule\'s BlockResponse
.
The Amazon Resource Name (ARN) of the firewall domain list.
', 'FirewallDomainListMetadata$Arn' => 'The Amazon Resource Name (ARN) of the firewall domain list metadata.
', 'FirewallRuleGroup$Arn' => 'The ARN (Amazon Resource Name) of the rule group.
', 'FirewallRuleGroupAssociation$Arn' => 'The Amazon Resource Name (ARN) of the firewall rule group association.
', 'FirewallRuleGroupMetadata$Arn' => 'The ARN (Amazon Resource Name) of the rule group.
', 'GetFirewallRuleGroupPolicyRequest$Arn' => 'The ARN (Amazon Resource Name) for the rule group.
', 'GetResolverQueryLogConfigPolicyRequest$Arn' => 'The ARN of the query logging configuration that you want to get the query logging policy for.
', 'GetResolverRulePolicyRequest$Arn' => 'The ID of the Resolver rule that you want to get the Resolver rule policy for.
', 'ListTagsForResourceRequest$ResourceArn' => 'The Amazon Resource Name (ARN) for the resource that you want to list tags for.
', 'OutpostResolver$Arn' => 'The ARN (Amazon Resource Name) for the Resolver on an Outpost.
', 'PutFirewallRuleGroupPolicyRequest$Arn' => 'The ARN (Amazon Resource Name) for the rule group that you want to share.
', 'PutResolverQueryLogConfigPolicyRequest$Arn' => 'The Amazon Resource Name (ARN) of the account that you want to share rules with.
', 'PutResolverRulePolicyRequest$Arn' => 'The Amazon Resource Name (ARN) of the rule that you want to share with another account.
', 'ResolverEndpoint$Arn' => 'The ARN (Amazon Resource Name) for the Resolver endpoint.
', 'ResolverQueryLogConfig$Arn' => 'The ARN for the query logging configuration.
', 'ResolverRule$Arn' => 'The ARN (Amazon Resource Name) for the Resolver rule specified by Id
.
The Amazon Resource Name (ARN) for the resource that you want to add tags to. To get the ARN for a resource, use the applicable Get
or List
command:
The Amazon Resource Name (ARN) for the resource that you want to remove tags from. To get the ARN for a resource, use the applicable Get
or List
command:
Indicates whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. Disabling this option will also affect EC2-Classic instances using ClassicLink. For more information, see ClassicLink in the Amazon EC2 guide.
We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon EC2 guide and the blog EC2-Classic Networking is Retiring – Here’s How to Prepare.
It can take some time for the status change to be completed.
The DNS record\'s type. This determines the format of the record value that you provided in BlockOverrideDomain
. Used for the rule action BLOCK
with a BlockResponse
setting of OVERRIDE
.
This setting is required if the BlockResponse
setting is OVERRIDE
.
The DNS record\'s type. This determines the format of the record value that you provided in BlockOverrideDomain
. Used for the rule action BLOCK
with a BlockResponse
setting of OVERRIDE
.
The DNS record\'s type. This determines the format of the record value that you provided in BlockOverrideDomain
. Used for the rule action BLOCK
with a BlockResponse
setting of OVERRIDE
.
The custom DNS record to send back in response to the query. Used for the rule action BLOCK
with a BlockResponse
setting of OVERRIDE
.
This setting is required if the BlockResponse
setting is OVERRIDE
.
The custom DNS record to send back in response to the query. Used for the rule action BLOCK
with a BlockResponse
setting of OVERRIDE
.
The custom DNS record to send back in response to the query. Used for the rule action BLOCK
with a BlockResponse
setting of OVERRIDE
.
The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override record. Used for the rule action BLOCK
with a BlockResponse
setting of OVERRIDE
.
This setting is required if the BlockResponse
setting is OVERRIDE
.
The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override record. Used for the rule action BLOCK
with a BlockResponse
setting of OVERRIDE
.
The way that you want DNS Firewall to block the request, used with the rule action setting BLOCK
.
NODATA
- Respond indicating that the query was successful, but no response is available for it.
NXDOMAIN
- Respond indicating that the domain name that\'s in the query doesn\'t exist.
OVERRIDE
- Provide a custom override in the response. This option requires custom handling details in the rule\'s BlockOverride*
settings.
This setting is required if the rule action setting is BLOCK
.
The way that you want DNS Firewall to block the request. Used for the rule action setting BLOCK
.
NODATA
- Respond indicating that the query was successful, but no response is available for it.
NXDOMAIN
- Respond indicating that the domain name that\'s in the query doesn\'t exist.
OVERRIDE
- Provide a custom override in the response. This option requires custom handling details in the rule\'s BlockOverride*
settings.
The way that you want DNS Firewall to block the request. Used for the rule action setting BLOCK
.
NODATA
- Respond indicating that the query was successful, but no response is available for it.
NXDOMAIN
- Respond indicating that the domain name that\'s in the query doesn\'t exist.
OVERRIDE
- Provide a custom override in the response. This option requires custom handling details in the rule\'s BlockOverride*
settings.
Whether the PutResolverQueryLogConfigPolicy
request was successful.
Whether the PutResolverRulePolicy
request was successful.
The requested state transition isn\'t valid. For example, you can\'t delete a firewall domain list if it is in the process of being deleted, or you can\'t import domains into a domain list that is in the process of being deleted.
', 'refs' => [], ], 'Count' => [ 'base' => NULL, 'refs' => [ 'ListResolverQueryLogConfigAssociationsResponse$TotalCount' => 'The total number of query logging associations that were created by the current account in the specified Region. This count can differ from the number of associations that are returned in a ListResolverQueryLogConfigAssociations
response, depending on the values that you specify in the request.
The total number of query logging associations that were created by the current account in the specified Region and that match the filters that were specified in the ListResolverQueryLogConfigAssociations
request. For the total number of associations that were created by the current account in the specified Region, see TotalCount
.
The total number of query logging configurations that were created by the current account in the specified Region. This count can differ from the number of query logging configurations that are returned in a ListResolverQueryLogConfigs
response, depending on the values that you specify in the request.
The total number of query logging configurations that were created by the current account in the specified Region and that match the filters that were specified in the ListResolverQueryLogConfigs
request. For the total number of query logging configurations that were created by the current account in the specified Region, see TotalCount
.
The number of VPCs that are associated with the query logging configuration.
', ], ], 'CreateFirewallDomainListRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateFirewallDomainListResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateFirewallRuleGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateFirewallRuleGroupResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateFirewallRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateFirewallRuleResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateOutpostResolverRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateOutpostResolverResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateResolverEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateResolverEndpointResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateResolverQueryLogConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateResolverQueryLogConfigResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreateResolverRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateResolverRuleResponse' => [ 'base' => NULL, 'refs' => [], ], 'CreatorRequestId' => [ 'base' => NULL, 'refs' => [ 'AssociateFirewallRuleGroupRequest$CreatorRequestId' => 'A unique string that identifies the request and that allows failed requests to be retried without the risk of running the operation twice. CreatorRequestId
can be any unique string, for example, a date/time stamp.
A unique string that identifies the request and that allows you to retry failed requests without the risk of running the operation twice. CreatorRequestId
can be any unique string, for example, a date/time stamp.
A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
', 'CreateFirewallRuleRequest$CreatorRequestId' => 'A unique string that identifies the request and that allows you to retry failed requests without the risk of running the operation twice. CreatorRequestId
can be any unique string, for example, a date/time stamp.
A unique string that identifies the request and that allows failed requests to be retried without the risk of running the operation twice.
CreatorRequestId
can be any unique string, for example, a date/time stamp.
A unique string that identifies the request and that allows failed requests to be retried without the risk of running the operation twice. CreatorRequestId
can be any unique string, for example, a date/time stamp.
A unique string that identifies the request and that allows failed requests to be retried without the risk of running the operation twice. CreatorRequestId
can be any unique string, for example, a date/time stamp.
A unique string that identifies the request and that allows failed requests to be retried without the risk of running the operation twice. CreatorRequestId
can be any unique string, for example, a date/time stamp.
A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
', 'FirewallDomainListMetadata$CreatorRequestId' => 'A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
', 'FirewallRule$CreatorRequestId' => 'A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of executing the operation twice. This can be any unique string, for example, a timestamp.
', 'FirewallRuleGroup$CreatorRequestId' => 'A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
', 'FirewallRuleGroupAssociation$CreatorRequestId' => 'A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
', 'FirewallRuleGroupMetadata$CreatorRequestId' => 'A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
', 'OutpostResolver$CreatorRequestId' => 'A unique string that identifies the request that created the Resolver endpoint. The CreatorRequestId
allows failed requests to be retried without the risk of running the operation twice.
A unique string that identifies the request that created the Resolver endpoint. The CreatorRequestId
allows failed requests to be retried without the risk of running the operation twice.
A unique string that identifies the request that created the query logging configuration. The CreatorRequestId
allows failed requests to be retried without the risk of running the operation twice.
A unique string that you specified when you created the Resolver rule. CreatorRequestId
identifies the request and allows failed requests to be retried without the risk of running the operation twice.
The ARN of the resource that you want Resolver to send query logs. You can send query logs to an S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream. Examples of valid values include the following:
S3 bucket:
arn:aws:s3:::examplebucket
You can optionally append a file prefix to the end of the ARN.
arn:aws:s3:::examplebucket/development/
CloudWatch Logs log group:
arn:aws:logs:us-west-1:123456789012:log-group:/mystack-testgroup-12ABC1AB12A1:*
Kinesis Data Firehose delivery stream:
arn:aws:kinesis:us-east-2:0123456789:stream/my_stream_name
The ARN of the resource that you want Resolver to send query logs: an Amazon S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream.
', ], ], 'DisassociateFirewallRuleGroupRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateFirewallRuleGroupResponse' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateResolverEndpointIpAddressRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateResolverEndpointIpAddressResponse' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateResolverQueryLogConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateResolverQueryLogConfigResponse' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateResolverRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'DisassociateResolverRuleResponse' => [ 'base' => NULL, 'refs' => [], ], 'DomainListFileUrl' => [ 'base' => NULL, 'refs' => [ 'ImportFirewallDomainsRequest$DomainFileUrl' => 'The fully qualified URL or URI of the file stored in Amazon Simple Storage Service (Amazon S3) that contains the list of domains to import.
The file must be in an S3 bucket that\'s in the same Region as your DNS Firewall. The file must be a text file and must contain a single domain per line.
', ], ], 'DomainName' => [ 'base' => NULL, 'refs' => [ 'CreateResolverRuleRequest$DomainName' => 'DNS queries for this domain name are forwarded to the IP addresses that you specify in TargetIps
. If a query matches multiple Resolver rules (example.com and www.example.com), outbound DNS queries are routed using the Resolver rule that contains the most specific domain name (www.example.com).
DNS queries for this domain name are forwarded to the IP addresses that are specified in TargetIps
. If a query matches multiple Resolver rules (example.com and www.example.com), the query is routed using the Resolver rule that contains the most specific domain name (www.example.com).
For Resolver list operations (ListResolverEndpoints, ListResolverRules, ListResolverRuleAssociations, ListResolverQueryLogConfigs, ListResolverQueryLogConfigAssociations), and ListResolverDnssecConfigs), an optional specification to return a subset of objects.
To filter objects, such as Resolver endpoints or Resolver rules, you specify Name
and Values
. For example, to list only inbound Resolver endpoints, specify Direction
for Name
and specify INBOUND
for Values
.
The name of the parameter that you want to use to filter objects.
The valid values for Name
depend on the action that you\'re including the filter in, ListResolverEndpoints, ListResolverRules, ListResolverRuleAssociations, ListResolverQueryLogConfigs, or ListResolverQueryLogConfigAssociations.
In early versions of Resolver, values for Name
were listed as uppercase, with underscore (_) delimiters. For example, CreatorRequestId
was originally listed as CREATOR_REQUEST_ID
. Uppercase values for Name
are still supported.
ListResolverEndpoints
Valid values for Name
include the following:
CreatorRequestId
: The value that you specified when you created the Resolver endpoint.
Direction
: Whether you want to return inbound or outbound Resolver endpoints. If you specify DIRECTION
for Name
, specify INBOUND
or OUTBOUND
for Values
.
HostVPCId
: The ID of the VPC that inbound DNS queries pass through on the way from your network to your VPCs in a region, or the VPC that outbound queries pass through on the way from your VPCs to your network. In a CreateResolverEndpoint request, SubnetId
indirectly identifies the VPC. In a GetResolverEndpoint request, the VPC ID for a Resolver endpoint is returned in the HostVPCId
element.
IpAddressCount
: The number of IP addresses that you have associated with the Resolver endpoint.
Name
: The name of the Resolver endpoint.
SecurityGroupIds
: The IDs of the VPC security groups that you specified when you created the Resolver endpoint.
Status
: The status of the Resolver endpoint. If you specify Status
for Name
, specify one of the following status codes for Values
: CREATING
, OPERATIONAL
, UPDATING
, AUTO_RECOVERING
, ACTION_NEEDED
, or DELETING
. For more information, see Status
in ResolverEndpoint.
ListResolverRules
Valid values for Name
include the following:
CreatorRequestId
: The value that you specified when you created the Resolver rule.
DomainName
: The domain name for which Resolver is forwarding DNS queries to your network. In the value that you specify for Values
, include a trailing dot (.) after the domain name. For example, if the domain name is example.com, specify the following value. Note the "." after com
:
example.com.
Name
: The name of the Resolver rule.
ResolverEndpointId
: The ID of the Resolver endpoint that the Resolver rule is associated with.
You can filter on the Resolver endpoint only for rules that have a value of FORWARD
for RuleType
.
Status
: The status of the Resolver rule. If you specify Status
for Name
, specify one of the following status codes for Values
: COMPLETE
, DELETING
, UPDATING
, or FAILED
.
Type
: The type of the Resolver rule. If you specify TYPE
for Name
, specify FORWARD
or SYSTEM
for Values
.
ListResolverRuleAssociations
Valid values for Name
include the following:
Name
: The name of the Resolver rule association.
ResolverRuleId
: The ID of the Resolver rule that is associated with one or more VPCs.
Status
: The status of the Resolver rule association. If you specify Status
for Name
, specify one of the following status codes for Values
: CREATING
, COMPLETE
, DELETING
, or FAILED
.
VPCId
: The ID of the VPC that the Resolver rule is associated with.
ListResolverQueryLogConfigs
Valid values for Name
include the following:
Arn
: The ARN for the query logging configuration.
AssociationCount
: The number of VPCs that are associated with the query logging configuration.
CreationTime
: The date and time that the query logging configuration was created, in Unix time format and Coordinated Universal Time (UTC).
CreatorRequestId
: A unique string that identifies the request that created the query logging configuration.
Destination
: The Amazon Web Services service that you want to forward query logs to. Valid values include the following:
S3
CloudWatchLogs
KinesisFirehose
DestinationArn
: The ARN of the location that Resolver is sending query logs to. This value can be the ARN for an S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream.
Id
: The ID of the query logging configuration
Name
: The name of the query logging configuration
OwnerId
: The Amazon Web Services account ID for the account that created the query logging configuration.
ShareStatus
: An indication of whether the query logging configuration is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account. Valid values include: NOT_SHARED
, SHARED_WITH_ME
, or SHARED_BY_ME
.
Status
: The status of the query logging configuration. If you specify Status
for Name
, specify the applicable status code for Values
: CREATING
, CREATED
, DELETING
, or FAILED
. For more information, see Status.
ListResolverQueryLogConfigAssociations
Valid values for Name
include the following:
CreationTime
: The date and time that the VPC was associated with the query logging configuration, in Unix time format and Coordinated Universal Time (UTC).
Error
: If the value of Status
is FAILED
, specify the cause: DESTINATION_NOT_FOUND
or ACCESS_DENIED
.
Id
: The ID of the query logging association.
ResolverQueryLogConfigId
: The ID of the query logging configuration that a VPC is associated with.
ResourceId
: The ID of the Amazon VPC that is associated with the query logging configuration.
Status
: The status of the query logging association. If you specify Status
for Name
, specify the applicable status code for Values
: CREATING
, CREATED
, DELETING
, or FAILED
. For more information, see Status.
When you\'re using a List
operation and you want the operation to return a subset of objects, such as Resolver endpoints or Resolver rules, the value of the parameter that you want to use to filter objects. For example, to list only inbound Resolver endpoints, specify Direction
for Name
and specify INBOUND
for Values
.
An optional specification to return a subset of objects.
', 'ListResolverEndpointsRequest$Filters' => 'An optional specification to return a subset of Resolver endpoints, such as all inbound Resolver endpoints.
If you submit a second or subsequent ListResolverEndpoints
request and specify the NextToken
parameter, you must use the same values for Filters
, if any, as in the previous request.
An optional specification to return a subset of query logging associations.
If you submit a second or subsequent ListResolverQueryLogConfigAssociations
request and specify the NextToken
parameter, you must use the same values for Filters
, if any, as in the previous request.
An optional specification to return a subset of query logging configurations.
If you submit a second or subsequent ListResolverQueryLogConfigs
request and specify the NextToken
parameter, you must use the same values for Filters
, if any, as in the previous request.
An optional specification to return a subset of Resolver rules, such as Resolver rules that are associated with the same VPC ID.
If you submit a second or subsequent ListResolverRuleAssociations
request and specify the NextToken
parameter, you must use the same values for Filters
, if any, as in the previous request.
An optional specification to return a subset of Resolver rules, such as all Resolver rules that are associated with the same Resolver endpoint.
If you submit a second or subsequent ListResolverRules
request and specify the NextToken
parameter, you must use the same values for Filters
, if any, as in the previous request.
Configuration of the firewall behavior provided by DNS Firewall for a single VPC from Amazon Virtual Private Cloud (Amazon VPC).
', 'refs' => [ 'FirewallConfigList$member' => NULL, 'GetFirewallConfigResponse$FirewallConfig' => 'Configuration of the firewall behavior provided by DNS Firewall for a single VPC from AmazonVPC.
', 'UpdateFirewallConfigResponse$FirewallConfig' => 'Configuration of the firewall behavior provided by DNS Firewall for a single VPC.
', ], ], 'FirewallConfigList' => [ 'base' => NULL, 'refs' => [ 'ListFirewallConfigsResponse$FirewallConfigs' => 'The configurations for the firewall behavior provided by DNS Firewall for VPCs from Amazon Virtual Private Cloud (Amazon VPC).
', ], ], 'FirewallDomainImportOperation' => [ 'base' => NULL, 'refs' => [ 'ImportFirewallDomainsRequest$Operation' => 'What you want DNS Firewall to do with the domains that are listed in the file. This must be set to REPLACE
, which updates the domain list to exactly match the list in the file.
High-level information about a list of firewall domains for use in a FirewallRule. This is returned by GetFirewallDomainList.
To retrieve the domains that are defined for this domain list, call ListFirewallDomains.
', 'refs' => [ 'CreateFirewallDomainListResponse$FirewallDomainList' => 'The domain list that you just created.
', 'DeleteFirewallDomainListResponse$FirewallDomainList' => 'The domain list that you just deleted.
', 'GetFirewallDomainListResponse$FirewallDomainList' => 'The domain list that you requested.
', ], ], 'FirewallDomainListMetadata' => [ 'base' => 'Minimal high-level information for a firewall domain list. The action ListFirewallDomainLists returns an array of these objects.
To retrieve full information for a firewall domain list, call GetFirewallDomainList and ListFirewallDomains.
', 'refs' => [ 'FirewallDomainListMetadataList$member' => NULL, ], ], 'FirewallDomainListMetadataList' => [ 'base' => NULL, 'refs' => [ 'ListFirewallDomainListsResponse$FirewallDomainLists' => 'A list of the domain lists that you have defined.
This might be a partial list of the domain lists that you\'ve defined. For information, see MaxResults
.
The status of the domain list.
', 'ImportFirewallDomainsResponse$Status' => 'Status of the import request.
', 'UpdateFirewallDomainsResponse$Status' => 'Status of the UpdateFirewallDomains
request.
What you want DNS Firewall to do with the domains that you are providing:
ADD
- Add the domains to the ones that are already in the domain list.
REMOVE
- Search the domain list for the domains and remove them from the list.
REPLACE
- Update the domain list to exactly match the list that you are providing.
A list of the domains in the firewall domain list.
This might be a partial list of the domains that you\'ve defined in the domain list. For information, see MaxResults
.
A list of domains to use in the update operation.
There is a limit of 1000 domains per request.
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.
Determines how DNS Firewall operates during failures, for example when all traffic that is sent to DNS Firewall fails to receive a reply.
By default, fail open is disabled, which means the failure mode is closed. This approach favors security over availability. DNS Firewall returns a failure error when it is unable to properly evaluate a query.
If you enable this option, the failure mode is open. This approach favors availability over security. DNS Firewall allows queries to proceed if it is unable to properly evaluate them.
This behavior is only enforced for VPCs that have at least one DNS Firewall rule group association.
', 'UpdateFirewallConfigRequest$FirewallFailOpen' => 'Determines how Route 53 Resolver handles queries during failures, for example when all traffic that is sent to DNS Firewall fails to receive a reply.
By default, fail open is disabled, which means the failure mode is closed. This approach favors security over availability. DNS Firewall blocks queries that it is unable to evaluate properly.
If you enable this option, the failure mode is open. This approach favors availability over security. DNS Firewall allows queries to proceed if it is unable to properly evaluate them.
This behavior is only enforced for VPCs that have at least one DNS Firewall rule group association.
', ], ], 'FirewallRule' => [ 'base' => 'A single firewall rule in a rule group.
', 'refs' => [ 'CreateFirewallRuleResponse$FirewallRule' => 'The firewall rule that you just created.
', 'DeleteFirewallRuleResponse$FirewallRule' => 'The specification for the firewall rule that you just deleted.
', 'FirewallRules$member' => NULL, 'UpdateFirewallRuleResponse$FirewallRule' => 'The firewall rule that you just updated.
', ], ], 'FirewallRuleGroup' => [ 'base' => 'High-level information for a firewall rule group. A firewall rule group is a collection of rules that DNS Firewall uses to filter DNS network traffic for a VPC. To retrieve the rules for the rule group, call ListFirewallRules.
', 'refs' => [ 'CreateFirewallRuleGroupResponse$FirewallRuleGroup' => 'A collection of rules used to filter DNS network traffic.
', 'DeleteFirewallRuleGroupResponse$FirewallRuleGroup' => 'A collection of rules used to filter DNS network traffic.
', 'GetFirewallRuleGroupResponse$FirewallRuleGroup' => 'A collection of rules used to filter DNS network traffic.
', ], ], 'FirewallRuleGroupAssociation' => [ 'base' => 'An association between a firewall rule group and a VPC, which enables DNS filtering for the VPC.
', 'refs' => [ 'AssociateFirewallRuleGroupResponse$FirewallRuleGroupAssociation' => 'The association that you just created. The association has an ID that you can use to identify it in other requests, like update and delete.
', 'DisassociateFirewallRuleGroupResponse$FirewallRuleGroupAssociation' => 'The firewall rule group association that you just removed.
', 'FirewallRuleGroupAssociations$member' => NULL, 'GetFirewallRuleGroupAssociationResponse$FirewallRuleGroupAssociation' => 'The association that you requested.
', 'UpdateFirewallRuleGroupAssociationResponse$FirewallRuleGroupAssociation' => 'The association that you just updated.
', ], ], 'FirewallRuleGroupAssociationStatus' => [ 'base' => NULL, 'refs' => [ 'FirewallRuleGroupAssociation$Status' => 'The current status of the association.
', 'ListFirewallRuleGroupAssociationsRequest$Status' => 'The association Status
setting that you want DNS Firewall to filter on for the list. If you don\'t specify this, then DNS Firewall returns all associations, regardless of status.
A list of your firewall rule group associations.
This might be a partial list of the associations that you have defined. For information, see MaxResults
.
Minimal high-level information for a firewall rule group. The action ListFirewallRuleGroups returns an array of these objects.
To retrieve full information for a firewall rule group, call GetFirewallRuleGroup and ListFirewallRules.
', 'refs' => [ 'FirewallRuleGroupMetadataList$member' => NULL, ], ], 'FirewallRuleGroupMetadataList' => [ 'base' => NULL, 'refs' => [ 'ListFirewallRuleGroupsResponse$FirewallRuleGroups' => 'A list of your firewall rule groups.
This might be a partial list of the rule groups that you have defined. For information, see MaxResults
.
The Identity and Access Management (Amazon Web Services IAM) policy for sharing the specified rule group. You can use the policy to share the rule group using Resource Access Manager (RAM).
', 'PutFirewallRuleGroupPolicyRequest$FirewallRuleGroupPolicy' => 'The Identity and Access Management (Amazon Web Services IAM) policy to attach to the rule group.
', ], ], 'FirewallRuleGroupStatus' => [ 'base' => NULL, 'refs' => [ 'FirewallRuleGroup$Status' => 'The status of the domain list.
', ], ], 'FirewallRules' => [ 'base' => NULL, 'refs' => [ 'ListFirewallRulesResponse$FirewallRules' => 'A list of the rules that you have defined.
This might be a partial list of the firewall rules that you\'ve defined. For information, see MaxResults
.
Number of Amazon EC2 instances for the Resolver on Outpost. The default and minimal value is 4.
', 'OutpostResolver$InstanceCount' => 'Amazon EC2 instance count for the Resolver on the Outpost.
', 'UpdateOutpostResolverRequest$InstanceCount' => 'The Amazon EC2 instance count for a Resolver on the Outpost.
', ], ], 'InternalServiceErrorException' => [ 'base' => 'We encountered an unknown error. Try again in a few minutes.
', 'refs' => [], ], 'InvalidNextTokenException' => [ 'base' => 'The value that you specified for NextToken
in a List
request isn\'t valid.
One or more parameters in this request are not valid.
', 'refs' => [], ], 'InvalidPolicyDocument' => [ 'base' => 'The specified Resolver rule policy is invalid.
', 'refs' => [], ], 'InvalidRequestException' => [ 'base' => 'The request is invalid.
', 'refs' => [], ], 'InvalidTagException' => [ 'base' => 'The specified tag is invalid.
', 'refs' => [], ], 'Ip' => [ 'base' => NULL, 'refs' => [ 'IpAddressRequest$Ip' => 'The IPv4 address that you want to use for DNS queries.
', 'IpAddressResponse$Ip' => 'One IPv4 address that the Resolver endpoint uses for DNS queries.
', 'IpAddressUpdate$Ip' => 'The new IPv4 address.
', 'TargetAddress$Ip' => 'One IPv4 address that you want to forward DNS queries to.
', ], ], 'IpAddressCount' => [ 'base' => NULL, 'refs' => [ 'ResolverEndpoint$IpAddressCount' => 'The number of IP addresses that the Resolver endpoint can use for DNS queries.
', ], ], 'IpAddressRequest' => [ 'base' => 'In a CreateResolverEndpoint request, the IP address that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). IpAddressRequest
also includes the ID of the subnet that contains the IP address.
In the response to a GetResolverEndpoint request, information about the IP addresses that the Resolver endpoint uses for DNS queries.
', 'refs' => [ 'IpAddressesResponse$member' => NULL, ], ], 'IpAddressStatus' => [ 'base' => NULL, 'refs' => [ 'IpAddressResponse$Status' => 'A status code that gives the current status of the request.
', ], ], 'IpAddressUpdate' => [ 'base' => 'In an UpdateResolverEndpoint request, information about an IP address to update.
', 'refs' => [ 'AssociateResolverEndpointIpAddressRequest$IpAddress' => 'Either the IPv4 address that you want to add to a Resolver endpoint or a subnet ID. If you specify a subnet ID, Resolver chooses an IP address for you from the available IPs in the specified subnet.
', 'DisassociateResolverEndpointIpAddressRequest$IpAddress' => 'The IPv4 address that you want to remove from a Resolver endpoint.
', ], ], 'IpAddressesRequest' => [ 'base' => NULL, 'refs' => [ 'CreateResolverEndpointRequest$IpAddresses' => 'The subnets and IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints). The subnet ID uniquely identifies a VPC.
', ], ], 'IpAddressesResponse' => [ 'base' => NULL, 'refs' => [ 'ListResolverEndpointIpAddressesResponse$IpAddresses' => 'Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints).
', ], ], 'Ipv6' => [ 'base' => NULL, 'refs' => [ 'IpAddressRequest$Ipv6' => 'The IPv6 address that you want to use for DNS queries.
', 'IpAddressResponse$Ipv6' => 'One IPv6 address that the Resolver endpoint uses for DNS queries.
', 'IpAddressUpdate$Ipv6' => 'The new IPv6 address.
', 'TargetAddress$Ipv6' => 'One IPv6 address that you want to forward DNS queries to.
', 'UpdateIpAddress$Ipv6' => 'The IPv6 address that you want to use for DNS queries.
', ], ], 'LimitExceededException' => [ 'base' => 'The request caused one or more limits to be exceeded.
', 'refs' => [], ], 'ListDomainMaxResults' => [ 'base' => NULL, 'refs' => [ 'ListFirewallDomainsRequest$MaxResults' => 'The maximum number of objects that you want Resolver to return for this request. If more objects are available, in the response, Resolver provides a NextToken
value that you can use in a subsequent call to get the next batch of objects.
If you don\'t specify a value for MaxResults
, Resolver returns up to 100 objects.
The maximum number of objects that you want Resolver to return for this request. If more objects are available, in the response, Resolver provides a NextToken
value that you can use in a subsequent call to get the next batch of objects.
If you don\'t specify a value for MaxResults
, Resolver returns up to 100 objects.
The maximum number of Resolver configurations that you want to return in the response to a ListResolverConfigs
request. If you don\'t specify a value for MaxResults
, up to 100 Resolver configurations are returned.
The maximum number of objects that you want Resolver to return for this request. If more objects are available, in the response, Resolver provides a NextToken
value that you can use in a subsequent call to get the next batch of objects.
If you don\'t specify a value for MaxResults
, Resolver returns up to 100 objects.
The maximum number of objects that you want Resolver to return for this request. If more objects are available, in the response, Resolver provides a NextToken
value that you can use in a subsequent call to get the next batch of objects.
If you don\'t specify a value for MaxResults
, Resolver returns up to 100 objects.
The maximum number of objects that you want Resolver to return for this request. If more objects are available, in the response, Resolver provides a NextToken
value that you can use in a subsequent call to get the next batch of objects.
If you don\'t specify a value for MaxResults
, Resolver returns up to 100 objects.
The maximum number of objects that you want Resolver to return for this request. If more objects are available, in the response, Resolver provides a NextToken
value that you can use in a subsequent call to get the next batch of objects.
If you don\'t specify a value for MaxResults
, Resolver returns up to 100 objects.
The maximum number of Resolvers on the Outpost that you want to return in the response to a ListOutpostResolver
request. If you don\'t specify a value for MaxResults
, the request returns up to 100 Resolvers.
Optional: An integer that specifies the maximum number of DNSSEC configuration results that you want Amazon Route 53 to return. If you don\'t specify a value for MaxResults
, Route 53 returns up to 100 configuration per page.
The maximum number of IP addresses that you want to return in the response to a ListResolverEndpointIpAddresses
request. If you don\'t specify a value for MaxResults
, Resolver returns up to 100 IP addresses.
The value that you specified for MaxResults
in the request.
The maximum number of Resolver endpoints that you want to return in the response to a ListResolverEndpoints
request. If you don\'t specify a value for MaxResults
, Resolver returns up to 100 Resolver endpoints.
The value that you specified for MaxResults
in the request.
The maximum number of query logging associations that you want to return in the response to a ListResolverQueryLogConfigAssociations
request. If you don\'t specify a value for MaxResults
, Resolver returns up to 100 query logging associations.
The maximum number of query logging configurations that you want to return in the response to a ListResolverQueryLogConfigs
request. If you don\'t specify a value for MaxResults
, Resolver returns up to 100 query logging configurations.
The maximum number of rule associations that you want to return in the response to a ListResolverRuleAssociations
request. If you don\'t specify a value for MaxResults
, Resolver returns up to 100 rule associations.
The value that you specified for MaxResults
in the request.
The maximum number of Resolver rules that you want to return in the response to a ListResolverRules
request. If you don\'t specify a value for MaxResults
, Resolver returns up to 100 Resolver rules.
The value that you specified for MaxResults
in the request.
The maximum number of tags that you want to return in the response to a ListTagsForResource
request. If you don\'t specify a value for MaxResults
, Resolver returns up to 100 tags.
If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections. When you create the association, the default setting is DISABLED
.
If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.
', 'UpdateFirewallRuleGroupAssociationRequest$MutationProtection' => 'If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.
', ], ], 'Name' => [ 'base' => NULL, 'refs' => [ 'AssociateFirewallRuleGroupRequest$Name' => 'A name that lets you identify the association, to manage and use it.
', 'AssociateResolverRuleRequest$Name' => 'A name for the association that you\'re creating between a Resolver rule and a VPC.
', 'CreateFirewallDomainListRequest$Name' => 'A name that lets you identify the domain list to manage and use it.
', 'CreateFirewallRuleGroupRequest$Name' => 'A name that lets you identify the rule group, to manage and use it.
', 'CreateFirewallRuleRequest$Name' => 'A name that lets you identify the rule in the rule group.
', 'CreateResolverEndpointRequest$Name' => 'A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.
', 'CreateResolverRuleRequest$Name' => 'A friendly name that lets you easily find a rule in the Resolver dashboard in the Route 53 console.
', 'FirewallDomainList$Name' => 'The name of the domain list.
', 'FirewallDomainListMetadata$Name' => 'The name of the domain list.
', 'FirewallRule$Name' => 'The name of the rule.
', 'FirewallRuleGroup$Name' => 'The name of the rule group.
', 'FirewallRuleGroupAssociation$Name' => 'The name of the association.
', 'FirewallRuleGroupMetadata$Name' => 'The name of the rule group.
', 'ImportFirewallDomainsResponse$Name' => 'The name of the domain list.
', 'ResolverEndpoint$Name' => 'The name that you assigned to the Resolver endpoint when you submitted a CreateResolverEndpoint request.
', 'ResolverRule$Name' => 'The name for the Resolver rule, which you specified when you created the Resolver rule.
', 'ResolverRuleAssociation$Name' => 'The name of an association between a Resolver rule and a VPC.
', 'ResolverRuleConfig$Name' => 'The new name for the Resolver rule. The name that you specify appears in the Resolver dashboard in the Route 53 console.
', 'UpdateFirewallDomainsResponse$Name' => 'The name of the domain list.
', 'UpdateFirewallRuleGroupAssociationRequest$Name' => 'The name of the rule group association.
', 'UpdateFirewallRuleRequest$Name' => 'The name of the rule.
', 'UpdateResolverEndpointRequest$Name' => 'The name of the Resolver endpoint that you want to update.
', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'ListFirewallConfigsRequest$NextToken' => 'For the first call to this list request, omit this value.
When you request a list of objects, Resolver returns at most the number of objects specified in MaxResults
. If more objects are available for retrieval, Resolver returns a NextToken
value in the response. To retrieve the next batch of objects, use the token that was returned for the prior request in your next request.
If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.
', 'ListFirewallDomainListsRequest$NextToken' => 'For the first call to this list request, omit this value.
When you request a list of objects, Resolver returns at most the number of objects specified in MaxResults
. If more objects are available for retrieval, Resolver returns a NextToken
value in the response. To retrieve the next batch of objects, use the token that was returned for the prior request in your next request.
If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.
', 'ListFirewallDomainsRequest$NextToken' => 'For the first call to this list request, omit this value.
When you request a list of objects, Resolver returns at most the number of objects specified in MaxResults
. If more objects are available for retrieval, Resolver returns a NextToken
value in the response. To retrieve the next batch of objects, use the token that was returned for the prior request in your next request.
If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.
', 'ListFirewallRuleGroupAssociationsRequest$NextToken' => 'For the first call to this list request, omit this value.
When you request a list of objects, Resolver returns at most the number of objects specified in MaxResults
. If more objects are available for retrieval, Resolver returns a NextToken
value in the response. To retrieve the next batch of objects, use the token that was returned for the prior request in your next request.
If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.
', 'ListFirewallRuleGroupsRequest$NextToken' => 'For the first call to this list request, omit this value.
When you request a list of objects, Resolver returns at most the number of objects specified in MaxResults
. If more objects are available for retrieval, Resolver returns a NextToken
value in the response. To retrieve the next batch of objects, use the token that was returned for the prior request in your next request.
If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.
', 'ListFirewallRulesRequest$NextToken' => 'For the first call to this list request, omit this value.
When you request a list of objects, Resolver returns at most the number of objects specified in MaxResults
. If more objects are available for retrieval, Resolver returns a NextToken
value in the response. To retrieve the next batch of objects, use the token that was returned for the prior request in your next request.
If objects are still available for retrieval, Resolver returns this token in the response. To retrieve the next batch of objects, provide this token in your next request.
', 'ListOutpostResolversRequest$NextToken' => 'For the first ListOutpostResolver
request, omit this value.
If more than MaxResults
Resolvers match the specified criteria, you can submit another ListOutpostResolver
request to get the next group of results. In the next request, specify the value of NextToken
from the previous response.
(Optional) If the current Amazon Web Services account has more than MaxResults
Resolver configurations, use NextToken
to get the second and subsequent pages of results.
For the first ListResolverConfigs
request, omit this value.
For the second and subsequent requests, get the value of NextToken
from the previous response and specify that value for NextToken
in the request.
If a response includes the last of the Resolver configurations that are associated with the current Amazon Web Services account, NextToken
doesn\'t appear in the response.
If a response doesn\'t include the last of the configurations, you can get more configurations by submitting another ListResolverConfigs
request. Get the value of NextToken
that Amazon Route 53 returned in the previous response and include it in NextToken
in the next request.
(Optional) If the current Amazon Web Services account has more than MaxResults
DNSSEC configurations, use NextToken
to get the second and subsequent pages of results.
For the first ListResolverDnssecConfigs
request, omit this value.
For the second and subsequent requests, get the value of NextToken
from the previous response and specify that value for NextToken
in the request.
If a response includes the last of the DNSSEC configurations that are associated with the current Amazon Web Services account, NextToken
doesn\'t appear in the response.
If a response doesn\'t include the last of the configurations, you can get more configurations by submitting another ListResolverDnssecConfigs request. Get the value of NextToken
that Amazon Route 53 returned in the previous response and include it in NextToken
in the next request.
For the first ListResolverEndpointIpAddresses
request, omit this value.
If the specified Resolver endpoint has more than MaxResults
IP addresses, you can submit another ListResolverEndpointIpAddresses
request to get the next group of IP addresses. In the next request, specify the value of NextToken
from the previous response.
If the specified endpoint has more than MaxResults
IP addresses, you can submit another ListResolverEndpointIpAddresses
request to get the next group of IP addresses. In the next request, specify the value of NextToken
from the previous response.
For the first ListResolverEndpoints
request, omit this value.
If you have more than MaxResults
Resolver endpoints, you can submit another ListResolverEndpoints
request to get the next group of Resolver endpoints. In the next request, specify the value of NextToken
from the previous response.
If more than MaxResults
IP addresses match the specified criteria, you can submit another ListResolverEndpoint
request to get the next group of results. In the next request, specify the value of NextToken
from the previous response.
For the first ListResolverQueryLogConfigAssociations
request, omit this value.
If there are more than MaxResults
query logging associations that match the values that you specify for Filters
, you can submit another ListResolverQueryLogConfigAssociations
request to get the next group of associations. In the next request, specify the value of NextToken
from the previous response.
If there are more than MaxResults
query logging associations, you can submit another ListResolverQueryLogConfigAssociations
request to get the next group of associations. In the next request, specify the value of NextToken
from the previous response.
For the first ListResolverQueryLogConfigs
request, omit this value.
If there are more than MaxResults
query logging configurations that match the values that you specify for Filters
, you can submit another ListResolverQueryLogConfigs
request to get the next group of configurations. In the next request, specify the value of NextToken
from the previous response.
If there are more than MaxResults
query logging configurations, you can submit another ListResolverQueryLogConfigs
request to get the next group of configurations. In the next request, specify the value of NextToken
from the previous response.
For the first ListResolverRuleAssociation
request, omit this value.
If you have more than MaxResults
rule associations, you can submit another ListResolverRuleAssociation
request to get the next group of rule associations. In the next request, specify the value of NextToken
from the previous response.
If more than MaxResults
rule associations match the specified criteria, you can submit another ListResolverRuleAssociation
request to get the next group of results. In the next request, specify the value of NextToken
from the previous response.
For the first ListResolverRules
request, omit this value.
If you have more than MaxResults
Resolver rules, you can submit another ListResolverRules
request to get the next group of Resolver rules. In the next request, specify the value of NextToken
from the previous response.
If more than MaxResults
Resolver rules match the specified criteria, you can submit another ListResolverRules
request to get the next group of results. In the next request, specify the value of NextToken
from the previous response.
For the first ListTagsForResource
request, omit this value.
If you have more than MaxResults
tags, you can submit another ListTagsForResource
request to get the next group of tags for the resource. In the next request, specify the value of NextToken
from the previous response.
If more than MaxResults
tags match the specified criteria, you can submit another ListTagsForResource
request to get the next group of results. In the next request, specify the value of NextToken
from the previous response.
The Amazon Resource Name (ARN) of the Outpost. If you specify this, you must also specify a value for the PreferredInstanceType
.
The Amazon Resource Name (ARN) of the Outpost. If you specify this, you must also specify a value for the PreferredInstanceType
.
The Amazon Resource Name (ARN) of the Outpost.
', 'OutpostResolver$OutpostArn' => 'The ARN (Amazon Resource Name) for the Outpost.
', 'ResolverEndpoint$OutpostArn' => 'The ARN (Amazon Resource Name) for the Outpost.
', ], ], 'OutpostInstanceType' => [ 'base' => NULL, 'refs' => [ 'CreateOutpostResolverRequest$PreferredInstanceType' => ' The Amazon EC2 instance type. If you specify this, you must also specify a value for the OutpostArn
.
The instance type. If you specify this, you must also specify a value for the OutpostArn
.
The Amazon EC2 instance type.
', 'ResolverEndpoint$PreferredInstanceType' => 'The Amazon EC2 instance type.
', 'UpdateOutpostResolverRequest$PreferredInstanceType' => 'Amazon EC2 instance type.
', ], ], 'OutpostResolver' => [ 'base' => 'A complex type that contains settings for an existing Resolver on an Outpost.
', 'refs' => [ 'CreateOutpostResolverResponse$OutpostResolver' => 'Information about the CreateOutpostResolver
request, including the status of the request.
Information about the DeleteOutpostResolver
request, including the status of the request.
Information about the GetOutpostResolver
request, including the status of the request.
The response to an UpdateOutpostResolver
request.
The Resolvers on Outposts that were created by using the current Amazon Web Services account, and that match the specified filters, if any.
', ], ], 'OutpostResolverName' => [ 'base' => NULL, 'refs' => [ 'CreateOutpostResolverRequest$Name' => 'A friendly name that lets you easily find a configuration in the Resolver dashboard in the Route 53 console.
', 'OutpostResolver$Name' => 'Name of the Resolver.
', 'UpdateOutpostResolverRequest$Name' => 'Name of the Resolver on the Outpost.
', ], ], 'OutpostResolverStatus' => [ 'base' => NULL, 'refs' => [ 'OutpostResolver$Status' => 'Status of the Resolver.
', ], ], 'OutpostResolverStatusMessage' => [ 'base' => NULL, 'refs' => [ 'OutpostResolver$StatusMessage' => 'A detailed description of the Resolver.
', ], ], 'Port' => [ 'base' => NULL, 'refs' => [ 'TargetAddress$Port' => 'The port at Ip
that you want to forward DNS queries to.
The setting that determines the processing order of the rule group among the rule groups that you associate with the specified VPC. DNS Firewall filters VPC traffic starting from the rule group with the lowest numeric priority setting.
You must specify a unique priority for each rule group that you associate with a single VPC. To make it easier to insert rule groups later, leave space between the numbers, for example, use 101, 200, and so on. You can change the priority setting for a rule group association after you create it.
The allowed values for Priority
are between 100 and 9900.
The setting that determines the processing order of the rule in the rule group. DNS Firewall processes the rules in a rule group by order of priority, starting from the lowest setting.
You must specify a unique priority for each rule in a rule group. To make it easier to insert rules later, leave space between the numbers, for example, use 100, 200, and so on. You can change the priority setting for the rules in a rule group at any time.
', 'FirewallRule$Priority' => 'The priority of the rule in the rule group. This value must be unique within the rule group. DNS Firewall processes the rules in a rule group by order of priority, starting from the lowest setting.
', 'FirewallRuleGroupAssociation$Priority' => 'The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC. DNS Firewall filters VPC traffic starting from rule group with the lowest numeric priority setting.
', 'ListFirewallRuleGroupAssociationsRequest$Priority' => 'The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC. DNS Firewall filters VPC traffic starting from the rule group with the lowest numeric priority setting.
', 'ListFirewallRulesRequest$Priority' => 'Optional additional filter for the rules to retrieve.
The setting that determines the processing order of the rules in a rule group. DNS Firewall processes the rules in a rule group by order of priority, starting from the lowest setting.
', 'UpdateFirewallRuleGroupAssociationRequest$Priority' => 'The setting that determines the processing order of the rule group among the rule groups that you associate with the specified VPC. DNS Firewall filters VPC traffic starting from the rule group with the lowest numeric priority setting.
You must specify a unique priority for each rule group that you associate with a single VPC. To make it easier to insert rule groups later, leave space between the numbers, for example, use 100, 200, and so on. You can change the priority setting for a rule group association after you create it.
', 'UpdateFirewallRuleRequest$Priority' => 'The setting that determines the processing order of the rule in the rule group. DNS Firewall processes the rules in a rule group by order of priority, starting from the lowest setting.
You must specify a unique priority for each rule in a rule group. To make it easier to insert rules later, leave space between the numbers, for example, use 100, 200, and so on. You can change the priority setting for the rules in a rule group at any time.
', ], ], 'PutFirewallRuleGroupPolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutFirewallRuleGroupPolicyResponse' => [ 'base' => NULL, 'refs' => [], ], 'PutResolverQueryLogConfigPolicyRequest' => [ 'base' => NULL, 'refs' => [], ], 'PutResolverQueryLogConfigPolicyResponse' => [ 'base' => 'The response to a PutResolverQueryLogConfigPolicy
request.
The response to a PutResolverRulePolicy
request.
The status of whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. The status can be one of following:
ENABLING: Autodefined rules for reverse DNS lookups are being enabled but are not complete.
ENABLED: Autodefined rules for reverse DNS lookups are enabled.
DISABLING: Autodefined rules for reverse DNS lookups are being disabled but are not complete.
DISABLED: Autodefined rules for reverse DNS lookups are disabled.
A complex type that contains information about a Resolver configuration for a VPC.
', 'refs' => [ 'GetResolverConfigResponse$ResolverConfig' => 'Information about the behavior configuration of Route 53 Resolver behavior for the VPC you specified in the GetResolverConfig
request.
An array that contains settings for the specified Resolver configuration.
', ], ], 'ResolverConfigList' => [ 'base' => NULL, 'refs' => [ 'ListResolverConfigsResponse$ResolverConfigs' => 'An array that contains one ResolverConfigs
element for each Resolver configuration that is associated with the current Amazon Web Services account.
The validation status for a DNSSEC configuration. The status can be one of the following:
ENABLING: DNSSEC validation is being enabled but is not complete.
ENABLED: DNSSEC validation is enabled.
DISABLING: DNSSEC validation is being disabled but is not complete.
DISABLED DNSSEC validation is disabled.
A complex type that contains information about a configuration for DNSSEC validation.
', 'refs' => [ 'GetResolverDnssecConfigResponse$ResolverDNSSECConfig' => 'The information about a configuration for DNSSEC validation.
', 'ResolverDnssecConfigList$member' => NULL, 'UpdateResolverDnssecConfigResponse$ResolverDNSSECConfig' => 'A complex type that contains settings for the specified DNSSEC configuration.
', ], ], 'ResolverDnssecConfigList' => [ 'base' => NULL, 'refs' => [ 'ListResolverDnssecConfigsResponse$ResolverDnssecConfigs' => 'An array that contains one ResolverDnssecConfig element for each configuration for DNSSEC validation that is associated with the current Amazon Web Services account.
', ], ], 'ResolverEndpoint' => [ 'base' => 'In the response to a CreateResolverEndpoint, DeleteResolverEndpoint, GetResolverEndpoint, Updates the name, or ResolverEndpointType for an endpoint, or UpdateResolverEndpoint request, a complex type that contains settings for an existing inbound or outbound Resolver endpoint.
', 'refs' => [ 'AssociateResolverEndpointIpAddressResponse$ResolverEndpoint' => 'The response to an AssociateResolverEndpointIpAddress
request.
Information about the CreateResolverEndpoint
request, including the status of the request.
Information about the DeleteResolverEndpoint
request, including the status of the request.
The response to an DisassociateResolverEndpointIpAddress
request.
Information about the Resolver endpoint that you specified in a GetResolverEndpoint
request.
The response to an UpdateResolverEndpoint
request.
Specify the applicable value:
INBOUND
: Resolver forwards DNS queries to the DNS service for a VPC from your network
OUTBOUND
: Resolver forwards DNS queries from the DNS service for a VPC to your network
Indicates whether the Resolver endpoint allows inbound or outbound DNS queries:
INBOUND
: allows DNS queries to your VPC from your network
OUTBOUND
: allows DNS queries from your VPC to your network
A code that specifies the current status of the Resolver endpoint. Valid values include the following:
CREATING
: Resolver is creating and configuring one or more Amazon VPC network interfaces for this endpoint.
OPERATIONAL
: The Amazon VPC network interfaces for this endpoint are correctly configured and able to pass inbound or outbound DNS queries between your network and Resolver.
UPDATING
: Resolver is associating or disassociating one or more network interfaces with this endpoint.
AUTO_RECOVERING
: Resolver is trying to recover one or more of the network interfaces that are associated with this endpoint. During the recovery process, the endpoint functions with limited capacity because of the limit on the number of DNS queries per IP address (per network interface). For the current limit, see Limits on Route 53 Resolver.
ACTION_NEEDED
: This endpoint is unhealthy, and Resolver can\'t automatically recover it. To resolve the problem, we recommend that you check each IP address that you associated with the endpoint. For each IP address that isn\'t available, add another IP address and then delete the IP address that isn\'t available. (An endpoint must always include at least two IP addresses.) A status of ACTION_NEEDED
can have a variety of causes. Here are two common causes:
One or more of the network interfaces that are associated with the endpoint were deleted using Amazon VPC.
The network interface couldn\'t be created for some reason that\'s outside the control of Resolver.
DELETING
: Resolver is deleting this endpoint and the associated network interfaces.
For the endpoint type you can choose either IPv4, IPv6, or dual-stack. A dual-stack endpoint means that it will resolve via both IPv4 and IPv6. This endpoint type is applied to all IP addresses.
', 'ResolverEndpoint$ResolverEndpointType' => 'The Resolver endpoint IP address type.
', 'UpdateResolverEndpointRequest$ResolverEndpointType' => 'Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.
Updating to IPV6
type isn\'t currently supported.
The Resolver endpoints that were created by using the current Amazon Web Services account, and that match the specified filters, if any.
', ], ], 'ResolverQueryLogConfig' => [ 'base' => 'In the response to a CreateResolverQueryLogConfig, DeleteResolverQueryLogConfig, GetResolverQueryLogConfig, or ListResolverQueryLogConfigs request, a complex type that contains settings for one query logging configuration.
', 'refs' => [ 'CreateResolverQueryLogConfigResponse$ResolverQueryLogConfig' => 'Information about the CreateResolverQueryLogConfig
request, including the status of the request.
Information about the query logging configuration that you deleted, including the status of the request.
', 'GetResolverQueryLogConfigResponse$ResolverQueryLogConfig' => 'Information about the Resolver query logging configuration that you specified in a GetQueryLogConfig
request.
In the response to an AssociateResolverQueryLogConfig, DisassociateResolverQueryLogConfig, GetResolverQueryLogConfigAssociation, or ListResolverQueryLogConfigAssociations, request, a complex type that contains settings for a specified association between an Amazon VPC and a query logging configuration.
', 'refs' => [ 'AssociateResolverQueryLogConfigResponse$ResolverQueryLogConfigAssociation' => 'A complex type that contains settings for a specified association between an Amazon VPC and a query logging configuration.
', 'DisassociateResolverQueryLogConfigResponse$ResolverQueryLogConfigAssociation' => 'A complex type that contains settings for the association that you deleted between an Amazon VPC and a query logging configuration.
', 'GetResolverQueryLogConfigAssociationResponse$ResolverQueryLogConfigAssociation' => 'Information about the Resolver query logging configuration association that you specified in a GetQueryLogConfigAssociation
request.
If the value of Status
is FAILED
, the value of Error
indicates the cause:
DESTINATION_NOT_FOUND
: The specified destination (for example, an Amazon S3 bucket) was deleted.
ACCESS_DENIED
: Permissions don\'t allow sending logs to the destination.
If the value of Status
is a value other than FAILED
, Error
is null.
Contains additional information about the error. If the value or Error
is null, the value of ErrorMessage
also is null.
A list that contains one ResolverQueryLogConfigAssociations
element for each query logging association that matches the values that you specified for Filter
.
The status of the specified query logging association. Valid values include the following:
CREATING
: Resolver is creating an association between an Amazon VPC and a query logging configuration.
CREATED
: The association between an Amazon VPC and a query logging configuration was successfully created. Resolver is logging queries that originate in the specified VPC.
DELETING
: Resolver is deleting this query logging association.
FAILED
: Resolver either couldn\'t create or couldn\'t delete the query logging association.
A list that contains one ResolverQueryLogConfig
element for each query logging configuration that matches the values that you specified for Filter
.
The name that you want to give the query logging configuration.
', 'ResolverQueryLogConfig$Name' => 'The name of the query logging configuration.
', ], ], 'ResolverQueryLogConfigPolicy' => [ 'base' => NULL, 'refs' => [ 'GetResolverQueryLogConfigPolicyResponse$ResolverQueryLogConfigPolicy' => 'Information about the query logging policy for the query logging configuration that you specified in a GetResolverQueryLogConfigPolicy
request.
An Identity and Access Management policy statement that lists the query logging configurations that you want to share with another Amazon Web Services account and the operations that you want the account to be able to perform. You can specify the following operations in the Actions
section of the statement:
route53resolver:AssociateResolverQueryLogConfig
route53resolver:DisassociateResolverQueryLogConfig
route53resolver:ListResolverQueryLogConfigs
In the Resource
section of the statement, you specify the ARNs for the query logging configurations that you want to share with the account that you specified in Arn
.
The status of the specified query logging configuration. Valid values include the following:
CREATING
: Resolver is creating the query logging configuration.
CREATED
: The query logging configuration was successfully created. Resolver is logging queries that originate in the specified VPC.
DELETING
: Resolver is deleting this query logging configuration.
FAILED
: Resolver can\'t deliver logs to the location that is specified in the query logging configuration. Here are two common causes:
The specified destination (for example, an Amazon S3 bucket) was deleted.
Permissions don\'t allow sending logs to the destination.
For queries that originate in your VPC, detailed information about a Resolver rule, which specifies how to route DNS queries out of the VPC. The ResolverRule
parameter appears in the response to a CreateResolverRule, DeleteResolverRule, GetResolverRule, ListResolverRules, or UpdateResolverRule request.
Information about the CreateResolverRule
request, including the status of the request.
Information about the DeleteResolverRule
request, including the status of the request.
Information about the Resolver rule that you specified in a GetResolverRule
request.
The response to an UpdateResolverRule
request.
In the response to an AssociateResolverRule, DisassociateResolverRule, or ListResolverRuleAssociations request, provides information about an association between a Resolver rule and a VPC. The association determines which DNS queries that originate in the VPC are forwarded to your network.
', 'refs' => [ 'AssociateResolverRuleResponse$ResolverRuleAssociation' => 'Information about the AssociateResolverRule
request, including the status of the request.
Information about the DisassociateResolverRule
request, including the status of the request.
Information about the Resolver rule association that you specified in a GetResolverRuleAssociation
request.
A code that specifies the current status of the association between a Resolver rule and a VPC.
', ], ], 'ResolverRuleAssociations' => [ 'base' => NULL, 'refs' => [ 'ListResolverRuleAssociationsResponse$ResolverRuleAssociations' => 'The associations that were created between Resolver rules and VPCs using the current Amazon Web Services account, and that match the specified filters, if any.
', ], ], 'ResolverRuleConfig' => [ 'base' => 'In an UpdateResolverRule request, information about the changes that you want to make.
', 'refs' => [ 'UpdateResolverRuleRequest$Config' => 'The new settings for the Resolver rule.
', ], ], 'ResolverRulePolicy' => [ 'base' => NULL, 'refs' => [ 'GetResolverRulePolicyResponse$ResolverRulePolicy' => 'The Resolver rule policy for the rule that you specified in a GetResolverRulePolicy
request.
An Identity and Access Management policy statement that lists the rules that you want to share with another Amazon Web Services account and the operations that you want the account to be able to perform. You can specify the following operations in the Action
section of the statement:
route53resolver:GetResolverRule
route53resolver:AssociateResolverRule
route53resolver:DisassociateResolverRule
route53resolver:ListResolverRules
route53resolver:ListResolverRuleAssociations
In the Resource
section of the statement, specify the ARN for the rule that you want to share with another account. Specify the same ARN that you specified in Arn
.
A code that specifies the current status of the Resolver rule.
', ], ], 'ResolverRules' => [ 'base' => NULL, 'refs' => [ 'ListResolverRulesResponse$ResolverRules' => 'The Resolver rules that were created using the current Amazon Web Services account and that match the specified filters, if any.
', ], ], 'ResourceExistsException' => [ 'base' => 'The resource that you tried to create already exists.
', 'refs' => [], ], 'ResourceId' => [ 'base' => NULL, 'refs' => [ 'AssociateFirewallRuleGroupRequest$FirewallRuleGroupId' => 'The unique identifier of the firewall rule group.
', 'AssociateFirewallRuleGroupRequest$VpcId' => 'The unique identifier of the VPC that you want to associate with the rule group.
', 'AssociateResolverEndpointIpAddressRequest$ResolverEndpointId' => 'The ID of the Resolver endpoint that you want to associate IP addresses with.
', 'AssociateResolverQueryLogConfigRequest$ResolverQueryLogConfigId' => 'The ID of the query logging configuration that you want to associate a VPC with.
', 'AssociateResolverQueryLogConfigRequest$ResourceId' => 'The ID of an Amazon VPC that you want this query logging configuration to log queries for.
The VPCs and the query logging configuration must be in the same Region.
The ID of the Resolver rule that you want to associate with the VPC. To list the existing Resolver rules, use ListResolverRules.
', 'AssociateResolverRuleRequest$VPCId' => 'The ID of the VPC that you want to associate the Resolver rule with.
', 'CreateFirewallRuleRequest$FirewallRuleGroupId' => 'The unique identifier of the firewall rule group where you want to create the rule.
', 'CreateFirewallRuleRequest$FirewallDomainListId' => 'The ID of the domain list that you want to use in the rule.
', 'CreateResolverRuleRequest$ResolverEndpointId' => 'The ID of the outbound Resolver endpoint that you want to use to route DNS queries to the IP addresses that you specify in TargetIps
.
The ID of the domain list that you want to delete.
', 'DeleteFirewallRuleGroupRequest$FirewallRuleGroupId' => 'The unique identifier of the firewall rule group that you want to delete.
', 'DeleteFirewallRuleRequest$FirewallRuleGroupId' => 'The unique identifier of the firewall rule group that you want to delete the rule from.
', 'DeleteFirewallRuleRequest$FirewallDomainListId' => 'The ID of the domain list that\'s used in the rule.
', 'DeleteOutpostResolverRequest$Id' => 'A unique string that identifies the Resolver on the Outpost.
', 'DeleteResolverEndpointRequest$ResolverEndpointId' => 'The ID of the Resolver endpoint that you want to delete.
', 'DeleteResolverQueryLogConfigRequest$ResolverQueryLogConfigId' => 'The ID of the query logging configuration that you want to delete.
', 'DeleteResolverRuleRequest$ResolverRuleId' => 'The ID of the Resolver rule that you want to delete.
', 'DisassociateFirewallRuleGroupRequest$FirewallRuleGroupAssociationId' => 'The identifier of the FirewallRuleGroupAssociation.
', 'DisassociateResolverEndpointIpAddressRequest$ResolverEndpointId' => 'The ID of the Resolver endpoint that you want to disassociate an IP address from.
', 'DisassociateResolverQueryLogConfigRequest$ResolverQueryLogConfigId' => 'The ID of the query logging configuration that you want to disassociate a specified VPC from.
', 'DisassociateResolverQueryLogConfigRequest$ResourceId' => 'The ID of the Amazon VPC that you want to disassociate from a specified query logging configuration.
', 'DisassociateResolverRuleRequest$VPCId' => 'The ID of the VPC that you want to disassociate the Resolver rule from.
', 'DisassociateResolverRuleRequest$ResolverRuleId' => 'The ID of the Resolver rule that you want to disassociate from the specified VPC.
', 'FirewallConfig$Id' => 'The ID of the firewall configuration.
', 'FirewallConfig$ResourceId' => 'The ID of the VPC that this firewall configuration applies to.
', 'FirewallDomainList$Id' => 'The ID of the domain list.
', 'FirewallDomainListMetadata$Id' => 'The ID of the domain list.
', 'FirewallRule$FirewallRuleGroupId' => 'The unique identifier of the firewall rule group of the rule.
', 'FirewallRule$FirewallDomainListId' => 'The ID of the domain list that\'s used in the rule.
', 'FirewallRuleGroup$Id' => 'The ID of the rule group.
', 'FirewallRuleGroupAssociation$Id' => 'The identifier for the association.
', 'FirewallRuleGroupAssociation$FirewallRuleGroupId' => 'The unique identifier of the firewall rule group.
', 'FirewallRuleGroupAssociation$VpcId' => 'The unique identifier of the VPC that is associated with the rule group.
', 'FirewallRuleGroupMetadata$Id' => 'The ID of the rule group.
', 'GetFirewallConfigRequest$ResourceId' => 'The ID of the VPC from Amazon VPC that the configuration is for.
', 'GetFirewallDomainListRequest$FirewallDomainListId' => 'The ID of the domain list.
', 'GetFirewallRuleGroupAssociationRequest$FirewallRuleGroupAssociationId' => 'The identifier of the FirewallRuleGroupAssociation.
', 'GetFirewallRuleGroupRequest$FirewallRuleGroupId' => 'The unique identifier of the firewall rule group.
', 'GetOutpostResolverRequest$Id' => 'The ID of the Resolver on the Outpost.
', 'GetResolverConfigRequest$ResourceId' => 'Resource ID of the Amazon VPC that you want to get information about.
', 'GetResolverDnssecConfigRequest$ResourceId' => 'The ID of the virtual private cloud (VPC) for the DNSSEC validation status.
', 'GetResolverEndpointRequest$ResolverEndpointId' => 'The ID of the Resolver endpoint that you want to get information about.
', 'GetResolverQueryLogConfigAssociationRequest$ResolverQueryLogConfigAssociationId' => 'The ID of the Resolver query logging configuration association that you want to get information about.
', 'GetResolverQueryLogConfigRequest$ResolverQueryLogConfigId' => 'The ID of the Resolver query logging configuration that you want to get information about.
', 'GetResolverRuleAssociationRequest$ResolverRuleAssociationId' => 'The ID of the Resolver rule association that you want to get information about.
', 'GetResolverRuleRequest$ResolverRuleId' => 'The ID of the Resolver rule that you want to get information about.
', 'ImportFirewallDomainsRequest$FirewallDomainListId' => 'The ID of the domain list that you want to modify with the import operation.
', 'ImportFirewallDomainsResponse$Id' => 'The Id of the firewall domain list that DNS Firewall just updated.
', 'IpAddressResponse$IpId' => 'The ID of one IP address.
', 'IpAddressUpdate$IpId' => 'Only when removing an IP address from a Resolver endpoint: The ID of the IP address that you want to remove. To get this ID, use GetResolverEndpoint.
', 'ListFirewallDomainsRequest$FirewallDomainListId' => 'The ID of the domain list whose domains you want to retrieve.
', 'ListFirewallRuleGroupAssociationsRequest$FirewallRuleGroupId' => 'The unique identifier of the firewall rule group that you want to retrieve the associations for. Leave this blank to retrieve associations for any rule group.
', 'ListFirewallRuleGroupAssociationsRequest$VpcId' => 'The unique identifier of the VPC that you want to retrieve the associations for. Leave this blank to retrieve associations for any VPC.
', 'ListFirewallRulesRequest$FirewallRuleGroupId' => 'The unique identifier of the firewall rule group that you want to retrieve the rules for.
', 'ListResolverEndpointIpAddressesRequest$ResolverEndpointId' => 'The ID of the Resolver endpoint that you want to get IP addresses for.
', 'OutpostResolver$Id' => 'The ID of the Resolver on Outpost.
', 'ResolverConfig$Id' => 'ID for the Resolver configuration.
', 'ResolverConfig$ResourceId' => 'The ID of the Amazon Virtual Private Cloud VPC that you\'re configuring Resolver for.
', 'ResolverDnssecConfig$Id' => 'The ID for a configuration for DNSSEC validation.
', 'ResolverDnssecConfig$ResourceId' => 'The ID of the virtual private cloud (VPC) that you\'re configuring the DNSSEC validation status for.
', 'ResolverEndpoint$Id' => 'The ID of the Resolver endpoint.
', 'ResolverEndpoint$HostVPCId' => 'The ID of the VPC that you want to create the Resolver endpoint in.
', 'ResolverQueryLogConfig$Id' => 'The ID for the query logging configuration.
', 'ResolverQueryLogConfigAssociation$Id' => 'The ID of the query logging association.
', 'ResolverQueryLogConfigAssociation$ResolverQueryLogConfigId' => 'The ID of the query logging configuration that a VPC is associated with.
', 'ResolverQueryLogConfigAssociation$ResourceId' => 'The ID of the Amazon VPC that is associated with the query logging configuration.
', 'ResolverRule$Id' => 'The ID that Resolver assigned to the Resolver rule when you created it.
', 'ResolverRule$ResolverEndpointId' => 'The ID of the endpoint that the rule is associated with.
', 'ResolverRuleAssociation$Id' => 'The ID of the association between a Resolver rule and a VPC. Resolver assigns this value when you submit an AssociateResolverRule request.
', 'ResolverRuleAssociation$ResolverRuleId' => 'The ID of the Resolver rule that you associated with the VPC that is specified by VPCId
.
The ID of the VPC that you associated the Resolver rule with.
', 'ResolverRuleConfig$ResolverEndpointId' => 'The ID of the new outbound Resolver endpoint that you want to use to route DNS queries to the IP addresses that you specify in TargetIps
.
The ID of the VPC that the configuration is for.
', 'UpdateFirewallDomainsRequest$FirewallDomainListId' => 'The ID of the domain list whose domains you want to update.
', 'UpdateFirewallDomainsResponse$Id' => 'The ID of the firewall domain list that DNS Firewall just updated.
', 'UpdateFirewallRuleGroupAssociationRequest$FirewallRuleGroupAssociationId' => 'The identifier of the FirewallRuleGroupAssociation.
', 'UpdateFirewallRuleRequest$FirewallRuleGroupId' => 'The unique identifier of the firewall rule group for the rule.
', 'UpdateFirewallRuleRequest$FirewallDomainListId' => 'The ID of the domain list to use in the rule.
', 'UpdateIpAddress$IpId' => ' The ID of the IP address, specified by the ResolverEndpointId
.
A unique string that identifies Resolver on an Outpost.
', 'UpdateResolverConfigRequest$ResourceId' => 'Resource ID of the Amazon VPC that you want to update the Resolver configuration for.
', 'UpdateResolverDnssecConfigRequest$ResourceId' => 'The ID of the virtual private cloud (VPC) that you\'re updating the DNSSEC validation status for.
', 'UpdateResolverEndpointRequest$ResolverEndpointId' => 'The ID of the Resolver endpoint that you want to update.
', 'UpdateResolverRuleRequest$ResolverRuleId' => 'The ID of the Resolver rule that you want to update.
', ], ], 'ResourceInUseException' => [ 'base' => 'The resource that you tried to update or delete is currently in use.
', 'refs' => [], ], 'ResourceNotFoundException' => [ 'base' => 'The specified resource doesn\'t exist.
', 'refs' => [], ], 'ResourceUnavailableException' => [ 'base' => 'The specified resource isn\'t available.
', 'refs' => [], ], 'Rfc3339TimeString' => [ 'base' => NULL, 'refs' => [ 'FirewallDomainList$CreationTime' => 'The date and time that the domain list was created, in Unix time format and Coordinated Universal Time (UTC).
', 'FirewallDomainList$ModificationTime' => 'The date and time that the domain list was last modified, in Unix time format and Coordinated Universal Time (UTC).
', 'FirewallRule$CreationTime' => 'The date and time that the rule was created, in Unix time format and Coordinated Universal Time (UTC).
', 'FirewallRule$ModificationTime' => 'The date and time that the rule was last modified, in Unix time format and Coordinated Universal Time (UTC).
', 'FirewallRuleGroup$CreationTime' => 'The date and time that the rule group was created, in Unix time format and Coordinated Universal Time (UTC).
', 'FirewallRuleGroup$ModificationTime' => 'The date and time that the rule group was last modified, in Unix time format and Coordinated Universal Time (UTC).
', 'FirewallRuleGroupAssociation$CreationTime' => 'The date and time that the association was created, in Unix time format and Coordinated Universal Time (UTC).
', 'FirewallRuleGroupAssociation$ModificationTime' => 'The date and time that the association was last modified, in Unix time format and Coordinated Universal Time (UTC).
', 'IpAddressResponse$CreationTime' => 'The date and time that the IP address was created, in Unix time format and Coordinated Universal Time (UTC).
', 'IpAddressResponse$ModificationTime' => 'The date and time that the IP address was last modified, in Unix time format and Coordinated Universal Time (UTC).
', 'OutpostResolver$CreationTime' => 'The date and time that the Outpost Resolver was created, in Unix time format and Coordinated Universal Time (UTC).
', 'OutpostResolver$ModificationTime' => 'The date and time that the Outpost Resolver was modified, in Unix time format and Coordinated Universal Time (UTC).
', 'ResolverEndpoint$CreationTime' => 'The date and time that the endpoint was created, in Unix time format and Coordinated Universal Time (UTC).
', 'ResolverEndpoint$ModificationTime' => 'The date and time that the endpoint was last modified, in Unix time format and Coordinated Universal Time (UTC).
', 'ResolverQueryLogConfig$CreationTime' => 'The date and time that the query logging configuration was created, in Unix time format and Coordinated Universal Time (UTC).
', 'ResolverQueryLogConfigAssociation$CreationTime' => 'The date and time that the VPC was associated with the query logging configuration, in Unix time format and Coordinated Universal Time (UTC).
', 'ResolverRule$CreationTime' => 'The date and time that the Resolver rule was created, in Unix time format and Coordinated Universal Time (UTC).
', 'ResolverRule$ModificationTime' => 'The date and time that the Resolver rule was last updated, in Unix time format and Coordinated Universal Time (UTC).
', ], ], 'RuleTypeOption' => [ 'base' => NULL, 'refs' => [ 'CreateResolverRuleRequest$RuleType' => 'When you want to forward DNS queries for specified domain name to resolvers on your network, specify FORWARD
.
When you have a forwarding rule to forward DNS queries for a domain to your network and you want Resolver to process queries for a subdomain of that domain, specify SYSTEM
.
For example, to forward DNS queries for example.com to resolvers on your network, you create a rule and specify FORWARD
for RuleType
. To then have Resolver process queries for apex.example.com, you create a rule and specify SYSTEM
for RuleType
.
Currently, only Resolver can create rules that have a value of RECURSIVE
for RuleType
.
When you want to forward DNS queries for specified domain name to resolvers on your network, specify FORWARD
.
When you have a forwarding rule to forward DNS queries for a domain to your network and you want Resolver to process queries for a subdomain of that domain, specify SYSTEM
.
For example, to forward DNS queries for example.com to resolvers on your network, you create a rule and specify FORWARD
for RuleType
. To then have Resolver process queries for apex.example.com, you create a rule and specify SYSTEM
for RuleType
.
Currently, only Resolver can create rules that have a value of RECURSIVE
for RuleType
.
The ID of one or more security groups that you want to use to control access to this VPC. The security group that you specify must include one or more inbound rules (for inbound Resolver endpoints) or outbound rules (for outbound Resolver endpoints). Inbound and outbound rules must allow TCP and UDP access. For inbound access, open port 53. For outbound access, open the port that you\'re using for DNS queries on your network.
', 'ResolverEndpoint$SecurityGroupIds' => 'The ID of one or more security groups that control access to this VPC. The security group must include one or more inbound rules (for inbound endpoints) or outbound rules (for outbound endpoints). Inbound and outbound rules must allow TCP and UDP access. For inbound access, open port 53. For outbound access, open the port that you\'re using for DNS queries on your network.
', ], ], 'ServicePrinciple' => [ 'base' => NULL, 'refs' => [ 'FirewallDomainList$ManagedOwnerName' => 'The owner of the list, used only for lists that are not managed by you. For example, the managed domain list AWSManagedDomainsMalwareDomainList
has the managed owner name Route 53 Resolver DNS Firewall
.
The owner of the list, used only for lists that are not managed by you. For example, the managed domain list AWSManagedDomainsMalwareDomainList
has the managed owner name Route 53 Resolver DNS Firewall
.
The owner of the association, used only for associations that are not managed by you. If you use Firewall Manager to manage your DNS Firewalls, then this reports Firewall Manager as the managed owner.
', ], ], 'ServiceQuotaExceededException' => [ 'base' => 'Fulfilling the request would cause one or more quotas to be exceeded.
', 'refs' => [], ], 'ShareStatus' => [ 'base' => NULL, 'refs' => [ 'FirewallRuleGroup$ShareStatus' => 'Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).
', 'FirewallRuleGroupMetadata$ShareStatus' => 'Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).
', 'ResolverQueryLogConfig$ShareStatus' => 'An indication of whether the query logging configuration is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).
', 'ResolverRule$ShareStatus' => 'Whether the rule is shared and, if so, whether the current account is sharing the rule with another account, or another account is sharing the rule with the current account.
', ], ], 'SortByKey' => [ 'base' => NULL, 'refs' => [ 'ListResolverQueryLogConfigAssociationsRequest$SortBy' => 'The element that you want Resolver to sort query logging associations by.
If you submit a second or subsequent ListResolverQueryLogConfigAssociations
request and specify the NextToken
parameter, you must use the same value for SortBy
, if any, as in the previous request.
Valid values include the following elements:
CreationTime
: The ID of the query logging association.
Error
: If the value of Status
is FAILED
, the value of Error
indicates the cause:
DESTINATION_NOT_FOUND
: The specified destination (for example, an Amazon S3 bucket) was deleted.
ACCESS_DENIED
: Permissions don\'t allow sending logs to the destination.
If Status
is a value other than FAILED
, ERROR
is null.
Id
: The ID of the query logging association
ResolverQueryLogConfigId
: The ID of the query logging configuration
ResourceId
: The ID of the VPC that is associated with the query logging configuration
Status
: The current status of the configuration. Valid values include the following:
CREATING
: Resolver is creating an association between an Amazon VPC and a query logging configuration.
CREATED
: The association between an Amazon VPC and a query logging configuration was successfully created. Resolver is logging queries that originate in the specified VPC.
DELETING
: Resolver is deleting this query logging association.
FAILED
: Resolver either couldn\'t create or couldn\'t delete the query logging association. Here are two common causes:
The specified destination (for example, an Amazon S3 bucket) was deleted.
Permissions don\'t allow sending logs to the destination.
The element that you want Resolver to sort query logging configurations by.
If you submit a second or subsequent ListResolverQueryLogConfigs
request and specify the NextToken
parameter, you must use the same value for SortBy
, if any, as in the previous request.
Valid values include the following elements:
Arn
: The ARN of the query logging configuration
AssociationCount
: The number of VPCs that are associated with the specified configuration
CreationTime
: The date and time that Resolver returned when the configuration was created
CreatorRequestId
: The value that was specified for CreatorRequestId
when the configuration was created
DestinationArn
: The location that logs are sent to
Id
: The ID of the configuration
Name
: The name of the configuration
OwnerId
: The Amazon Web Services account number of the account that created the configuration
ShareStatus
: Whether the configuration is shared with other Amazon Web Services accounts or shared with the current account by another Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM).
Status
: The current status of the configuration. Valid values include the following:
CREATING
: Resolver is creating the query logging configuration.
CREATED
: The query logging configuration was successfully created. Resolver is logging queries that originate in the specified VPC.
DELETING
: Resolver is deleting this query logging configuration.
FAILED
: Resolver either couldn\'t create or couldn\'t delete the query logging configuration. Here are two common causes:
The specified destination (for example, an Amazon S3 bucket) was deleted.
Permissions don\'t allow sending logs to the destination.
If you specified a value for SortBy
, the order that you want query logging associations to be listed in, ASCENDING
or DESCENDING
.
If you submit a second or subsequent ListResolverQueryLogConfigAssociations
request and specify the NextToken
parameter, you must use the same value for SortOrder
, if any, as in the previous request.
If you specified a value for SortBy
, the order that you want query logging configurations to be listed in, ASCENDING
or DESCENDING
.
If you submit a second or subsequent ListResolverQueryLogConfigs
request and specify the NextToken
parameter, you must use the same value for SortOrder
, if any, as in the previous request.
Additional information about the status of the list, if available.
', 'FirewallRuleGroup$StatusMessage' => 'Additional information about the status of the rule group, if available.
', 'FirewallRuleGroupAssociation$StatusMessage' => 'Additional information about the status of the response, if available.
', 'ImportFirewallDomainsResponse$StatusMessage' => 'Additional information about the status of the list, if available.
', 'IpAddressResponse$StatusMessage' => 'A message that provides additional information about the status of the request.
', 'ResolverEndpoint$StatusMessage' => 'A detailed description of the status of the Resolver endpoint.
', 'ResolverRule$StatusMessage' => 'A detailed description of the status of a Resolver rule.
', 'ResolverRuleAssociation$StatusMessage' => 'A detailed description of the status of the association between a Resolver rule and a VPC.
', 'UpdateFirewallDomainsResponse$StatusMessage' => 'Additional information about the status of the list, if available.
', ], ], 'String' => [ 'base' => NULL, 'refs' => [ 'InvalidNextTokenException$Message' => NULL, 'InvalidParameterException$FieldName' => 'For an InvalidParameterException
error, the name of the parameter that\'s invalid.
For a LimitExceededException
error, the type of resource that exceeded the current limit.
For a ResourceExistsException
error, the type of resource that the error applies to.
For a ResourceInUseException
error, the type of resource that is currently in use.
For a ResourceNotFoundException
error, the type of resource that doesn\'t exist.
For a ResourceUnavailableException
error, the type of resource that isn\'t available.
The ID of the subnet that contains the IP address.
', 'IpAddressResponse$SubnetId' => 'The ID of one subnet.
', 'IpAddressUpdate$SubnetId' => 'The ID of the subnet that includes the IP address that you want to update. To get this ID, use GetResolverEndpoint.
', ], ], 'Tag' => [ 'base' => 'One tag that you want to add to the specified resource. A tag consists of a Key
(a name for the tag) and a Value
.
The name for the tag. For example, if you want to associate Resolver resources with the account IDs of your customers for billing purposes, the value of Key
might be account-id
.
The tags that you want to remove to the specified resource.
', ], ], 'TagList' => [ 'base' => NULL, 'refs' => [ 'AssociateFirewallRuleGroupRequest$Tags' => 'A list of the tag keys and values that you want to associate with the rule group association.
', 'CreateFirewallDomainListRequest$Tags' => 'A list of the tag keys and values that you want to associate with the domain list.
', 'CreateFirewallRuleGroupRequest$Tags' => 'A list of the tag keys and values that you want to associate with the rule group.
', 'CreateOutpostResolverRequest$Tags' => 'A string that helps identify the Route 53 Resolvers on Outpost.
', 'CreateResolverEndpointRequest$Tags' => 'A list of the tag keys and values that you want to associate with the endpoint.
', 'CreateResolverQueryLogConfigRequest$Tags' => 'A list of the tag keys and values that you want to associate with the query logging configuration.
', 'CreateResolverRuleRequest$Tags' => 'A list of the tag keys and values that you want to associate with the endpoint.
', 'ListTagsForResourceResponse$Tags' => 'The tags that are associated with the resource that you specified in the ListTagsForResource
request.
The tags that you want to add to the specified resource.
', ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'Tag$Value' => 'The value for the tag. For example, if Key
is account-id
, then Value
might be the ID of the customer account that you\'re creating the resource for.
In a CreateResolverRule request, an array of the IPs that you want to forward DNS queries to.
', 'refs' => [ 'TargetList$member' => NULL, ], ], 'TargetList' => [ 'base' => NULL, 'refs' => [ 'CreateResolverRuleRequest$TargetIps' => 'The IPs that you want Resolver to forward DNS queries to. You can specify either Ipv4 or Ipv6 addresses but not both in the same rule. Separate IP addresses with a space.
TargetIps
is available only when the value of Rule type
is FORWARD
.
An array that contains the IP addresses and ports that an outbound endpoint forwards DNS queries to. Typically, these are the IP addresses of DNS resolvers on your network.
', 'ResolverRuleConfig$TargetIps' => 'For DNS queries that originate in your VPC, the new IP addresses that you want to route outbound DNS queries to.
', ], ], 'ThrottlingException' => [ 'base' => 'The request was throttled. Try again in a few minutes.
', 'refs' => [], ], 'UnknownResourceException' => [ 'base' => 'The specified resource doesn\'t exist.
', 'refs' => [], ], 'Unsigned' => [ 'base' => NULL, 'refs' => [ 'FirewallDomainList$DomainCount' => 'The number of domain names that are specified in the domain list.
', 'FirewallRule$BlockOverrideTtl' => 'The recommended amount of time, in seconds, for the DNS resolver or web browser to cache the provided override record. Used for the rule action BLOCK
with a BlockResponse
setting of OVERRIDE
.
The number of rules in the rule group.
', ], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFirewallConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFirewallConfigResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFirewallDomainsRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFirewallDomainsResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFirewallRuleGroupAssociationRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFirewallRuleGroupAssociationResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFirewallRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateFirewallRuleResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateIpAddress' => [ 'base' => 'Provides information about the IP address type in response to UpdateResolverEndpoint.
', 'refs' => [ 'UpdateIpAddresses$member' => NULL, ], ], 'UpdateIpAddresses' => [ 'base' => NULL, 'refs' => [ 'UpdateResolverEndpointRequest$UpdateIpAddresses' => 'Specifies the IPv6 address when you update the Resolver endpoint from IPv4 to dual-stack. If you don\'t specify an IPv6 address, one will be automatically chosen from your subnet.
', ], ], 'UpdateOutpostResolverRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateOutpostResolverResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateResolverConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateResolverConfigResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateResolverDnssecConfigRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateResolverDnssecConfigResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateResolverEndpointRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateResolverEndpointResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateResolverRuleRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateResolverRuleResponse' => [ 'base' => NULL, 'refs' => [], ], 'Validation' => [ 'base' => NULL, 'refs' => [ 'UpdateResolverDnssecConfigRequest$Validation' => 'The new value that you are specifying for DNSSEC validation for the VPC. The value can be ENABLE
or DISABLE
. Be aware that it can take time for a validation status change to be completed.
You have provided an invalid command. Supported values are ADD
, REMOVE
, or REPLACE
a domain.