NAME
Paws::Route53Resolver::ResolverRule
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::Route53Resolver::ResolverRule object:
$service_obj->Method(Att1 => { Arn => $value, ..., TargetIps => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::Route53Resolver::ResolverRule object:
$result = $service_obj->Method(...);
$result->Att1->Arn
DESCRIPTION
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.
ATTRIBUTES
Arn => Str
The ARN (Amazon Resource Name) for the resolver rule specified by Id.
CreatorRequestId => Str
A unique string that you specified when you created the resolver rule. CreatorRequestIdidentifies the request and allows failed requests to be retried without the risk of executing the operation twice.
DomainName => Str
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).
Id => Str
The ID that Resolver assigned to the resolver rule when you created it.
Name => Str
The name for the resolver rule, which you specified when you created the resolver rule.
OwnerId => Str
When a rule is shared with another AWS account, the account ID of the account that the rule is shared with.
ResolverEndpointId => Str
The ID of the endpoint that the rule is associated with.
RuleType => Str
This value is always FORWARD. Other resolver rule types aren't supported.
ShareStatus => Str
Whether the rules 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.
Status => Str
A code that specifies the current status of the resolver rule.
StatusMessage => Str
A detailed description of the status of a resolver rule.
TargetIps => ArrayRef[Paws::Route53Resolver::TargetAddress]
An array that contains the IP addresses and ports that you want to forward
SEE ALSO
This class forms part of Paws, describing an object used in Paws::Route53Resolver
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues