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::WAFRegional::FieldToMatch; use Moose; has Data => (is => 'ro', isa => 'Str'); has Type => (is => 'ro', isa => 'Str', required => 1); 1; ### main pod documentation begin ### =head1 NAME Paws::WAFRegional::FieldToMatch =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::WAFRegional::FieldToMatch object: $service_obj->Method(Att1 => { Data => $value, ..., Type => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::WAFRegional::FieldToMatch object: $result = $service_obj->Method(...); $result->Att1->Data =head1 DESCRIPTION This is B documentation. For more information, see AWS WAF Classic (https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html) in the developer guide. B, use the AWS WAFV2 API and see the AWS WAF Developer Guide (https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html). With the latest version, AWS WAF has a single set of endpoints for regional and global use. Specifies where in a web request to look for C. =head1 ATTRIBUTES =head2 Data => Str When the value of C is C
, enter the name of the header that you want AWS WAF to search, for example, C or C. The name of the header is not case sensitive. When the value of C is C, enter the name of the parameter that you want AWS WAF to search, for example, C or C. The parameter name is not case sensitive. If the value of C is any other value, omit C. =head2 B Type => Str The part of the web request that you want AWS WAF to search for a specified string. Parts of a request that you can search include the following: =over =item * C
: A specified request header, for example, the value of the C or C header. If you choose C
for the type, specify the name of the header in C. =item * C: The HTTP method, which indicated the type of operation that the request is asking the origin to perform. Amazon CloudFront supports the following methods: C, C, C, C, C, C, and C. =item * C: A query string, which is the part of a URL that appears after a C character, if any. =item * C: The part of a web request that identifies a resource, for example, C. =item * C: The part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form. The request body immediately follows the request headers. Note that only the first C<8192> bytes of the request body are forwarded to AWS WAF for inspection. To allow or block requests based on the length of the body, you can create a size constraint set. For more information, see CreateSizeConstraintSet. =item * C: The parameter in the query string that you will inspect, such as I or I. The maximum length for C is 30 characters. =item * C: Similar to C, but rather than inspecting a single parameter, AWS WAF will inspect all parameters within the query for the value or regex pattern that you specify in C. =back =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