PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::Route53Resolver::Filter; use Moose; has Name => (is => 'ro', isa => 'Str'); has Values => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); 1; ### main pod documentation begin ### =head1 NAME Paws::Route53Resolver::Filter =head1 USAGE This class represents one of two things: =head3 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::Filter object: $service_obj->Method(Att1 => { Name => $value, ..., Values => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Route53Resolver::Filter object: $result = $service_obj->Method(...); $result->Att1->Name =head1 DESCRIPTION For Resolver list operations (ListResolverEndpoints (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverEndpoints.html), ListResolverRules (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRules.html), ListResolverRuleAssociations (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRuleAssociations.html), ListResolverQueryLogConfigs (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverQueryLogConfigs.html), ListResolverQueryLogConfigAssociations (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverQueryLogConfigAssociations.html)), and ListResolverDnssecConfigs (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverDnssecConfigs.html)), an optional specification to return a subset of objects. To filter objects, such as Resolver endpoints or Resolver rules, you specify C and C. For example, to list only inbound Resolver endpoints, specify C for C and specify C for C. =head1 ATTRIBUTES =head2 Name => Str The name of the parameter that you want to use to filter objects. The valid values for C depend on the action that you're including the filter in, ListResolverEndpoints (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverEndpoints.html), ListResolverRules (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRules.html), ListResolverRuleAssociations (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRuleAssociations.html), ListResolverQueryLogConfigs (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverQueryLogConfigs.html), or ListResolverQueryLogConfigAssociations (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverQueryLogConfigAssociations.html). In early versions of Resolver, values for C were listed as uppercase, with underscore (_) delimiters. For example, C was originally listed as C. Uppercase values for C are still supported. B Valid values for C include the following: =over =item * C: The value that you specified when you created the Resolver endpoint. =item * C: Whether you want to return inbound or outbound Resolver endpoints. If you specify C for C, specify C or C for C. =item * C: 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 (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_CreateResolverEndpoint.html) request, C indirectly identifies the VPC. In a GetResolverEndpoint (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html) request, the VPC ID for a Resolver endpoint is returned in the C element. =item * C: The number of IP addresses that you have associated with the Resolver endpoint. =item * C: The name of the Resolver endpoint. =item * C: The IDs of the VPC security groups that you specified when you created the Resolver endpoint. =item * C: The status of the Resolver endpoint. If you specify C for C, specify one of the following status codes for C: C, C, C, C, C, or C. For more information, see C in ResolverEndpoint (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ResolverEndpoint.html). =back B Valid values for C include the following: =over =item * C: The value that you specified when you created the Resolver rule. =item * C: The domain name for which Resolver is forwarding DNS queries to your network. In the value that you specify for C, include a trailing dot (.) after the domain name. For example, if the domain name is example.com, specify the following value. Note the "." after C: C =item * C: The name of the Resolver rule. =item * C: 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 C for C. =item * C: The status of the Resolver rule. If you specify C for C, specify one of the following status codes for C: C, C, C, or C. =item * C: The type of the Resolver rule. If you specify C for C, specify C or C for C. =back B Valid values for C include the following: =over =item * C: The name of the Resolver rule association. =item * C: The ID of the Resolver rule that is associated with one or more VPCs. =item * C: The status of the Resolver rule association. If you specify C for C, specify one of the following status codes for C: C, C, C, or C. =item * C: The ID of the VPC that the Resolver rule is associated with. =back B Valid values for C include the following: =over =item * C: The ARN for the query logging configuration. =item * C: The number of VPCs that are associated with the query logging configuration. =item * C: The date and time that the query logging configuration was created, in Unix time format and Coordinated Universal Time (UTC). =item * C: A unique string that identifies the request that created the query logging configuration. =item * C: The AWS service that you want to forward query logs to. Valid values include the following: =over =item * C =item * C =item * C =back =item * C: 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. =item * C: The ID of the query logging configuration =item * C: The name of the query logging configuration =item * C: The AWS account ID for the account that created the query logging configuration. =item * C: An indication of whether the query logging configuration is shared with other AWS accounts, or was shared with the current account by another AWS account. Valid values include: C, C, or C. =item * C: The status of the query logging configuration. If you specify C for C, specify the applicable status code for C: C, C, C, or C. For more information, see Status (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ResolverQueryLogConfig.html#Route53Resolver-Type-route53resolver_ResolverQueryLogConfig-Status). =back B Valid values for C include the following: =over =item * C: The date and time that the VPC was associated with the query logging configuration, in Unix time format and Coordinated Universal Time (UTC). =item * C: If the value of C is C, specify the cause: C or C. =item * C: The ID of the query logging association. =item * C: The ID of the query logging configuration that a VPC is associated with. =item * C: The ID of the Amazon VPC that is associated with the query logging configuration. =item * C: The status of the query logging association. If you specify C for C, specify the applicable status code for C: C, C, C, or C. For more information, see Status (https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ResolverQueryLogConfigAssociation.html#Route53Resolver-Type-route53resolver_ResolverQueryLogConfigAssociation-Status). =back =head2 Values => ArrayRef[Str|Undef] When you're using a C 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 C for C and specify C for C. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut