AWS WAF 2015-08-24
- Client: Aws\Waf\WafClient
- Service ID: waf
- Version: 2015-08-24
This page describes the parameters and results for the operations of the AWS WAF (2015-08-24), and shows how to use the Aws\Waf\WafClient object to call the described operations. This documentation is specific to the 2015-08-24 API version of the service.
Operation Summary
Each of the following operations can be created from a client using
$client->getCommand('CommandName')
, where "CommandName" is the
name of one of the following operations. Note: a command is a value that
encapsulates an operation and the parameters used to create an HTTP request.
You can also create and send a command immediately using the magic methods
available on a client object: $client->commandName(/* parameters */)
.
You can send the command asynchronously (returning a promise) by appending the
word "Async" to the operation name: $client->commandNameAsync(/* parameters */)
.
- CreateByteMatchSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- CreateGeoMatchSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- CreateIPSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- CreateRateBasedRule ( array $params = [] )
- This is AWS WAF Classic documentation.
- CreateRegexMatchSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- CreateRegexPatternSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- CreateRule ( array $params = [] )
- This is AWS WAF Classic documentation.
- CreateRuleGroup ( array $params = [] )
- This is AWS WAF Classic documentation.
- CreateSizeConstraintSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- CreateSqlInjectionMatchSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- CreateWebACL ( array $params = [] )
- This is AWS WAF Classic documentation.
- CreateWebACLMigrationStack ( array $params = [] )
- Creates an AWS CloudFormation WAFV2 template for the specified web ACL in the specified Amazon S3 bucket.
- CreateXssMatchSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- DeleteByteMatchSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- DeleteGeoMatchSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- DeleteIPSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- DeleteLoggingConfiguration ( array $params = [] )
- This is AWS WAF Classic documentation.
- DeletePermissionPolicy ( array $params = [] )
- This is AWS WAF Classic documentation.
- DeleteRateBasedRule ( array $params = [] )
- This is AWS WAF Classic documentation.
- DeleteRegexMatchSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- DeleteRegexPatternSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- DeleteRule ( array $params = [] )
- This is AWS WAF Classic documentation.
- DeleteRuleGroup ( array $params = [] )
- This is AWS WAF Classic documentation.
- DeleteSizeConstraintSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- DeleteSqlInjectionMatchSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- DeleteWebACL ( array $params = [] )
- This is AWS WAF Classic documentation.
- DeleteXssMatchSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- GetByteMatchSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- GetChangeToken ( array $params = [] )
- This is AWS WAF Classic documentation.
- GetChangeTokenStatus ( array $params = [] )
- This is AWS WAF Classic documentation.
- GetGeoMatchSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- GetIPSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- GetLoggingConfiguration ( array $params = [] )
- This is AWS WAF Classic documentation.
- GetPermissionPolicy ( array $params = [] )
- This is AWS WAF Classic documentation.
- GetRateBasedRule ( array $params = [] )
- This is AWS WAF Classic documentation.
- GetRateBasedRuleManagedKeys ( array $params = [] )
- This is AWS WAF Classic documentation.
- GetRegexMatchSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- GetRegexPatternSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- GetRule ( array $params = [] )
- This is AWS WAF Classic documentation.
- GetRuleGroup ( array $params = [] )
- This is AWS WAF Classic documentation.
- GetSampledRequests ( array $params = [] )
- This is AWS WAF Classic documentation.
- GetSizeConstraintSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- GetSqlInjectionMatchSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- GetWebACL ( array $params = [] )
- This is AWS WAF Classic documentation.
- GetXssMatchSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- ListActivatedRulesInRuleGroup ( array $params = [] )
- This is AWS WAF Classic documentation.
- ListByteMatchSets ( array $params = [] )
- This is AWS WAF Classic documentation.
- ListGeoMatchSets ( array $params = [] )
- This is AWS WAF Classic documentation.
- ListIPSets ( array $params = [] )
- This is AWS WAF Classic documentation.
- ListLoggingConfigurations ( array $params = [] )
- This is AWS WAF Classic documentation.
- ListRateBasedRules ( array $params = [] )
- This is AWS WAF Classic documentation.
- ListRegexMatchSets ( array $params = [] )
- This is AWS WAF Classic documentation.
- ListRegexPatternSets ( array $params = [] )
- This is AWS WAF Classic documentation.
- ListRuleGroups ( array $params = [] )
- This is AWS WAF Classic documentation.
- ListRules ( array $params = [] )
- This is AWS WAF Classic documentation.
- ListSizeConstraintSets ( array $params = [] )
- This is AWS WAF Classic documentation.
- ListSqlInjectionMatchSets ( array $params = [] )
- This is AWS WAF Classic documentation.
- ListSubscribedRuleGroups ( array $params = [] )
- This is AWS WAF Classic documentation.
- ListTagsForResource ( array $params = [] )
- This is AWS WAF Classic documentation.
- ListWebACLs ( array $params = [] )
- This is AWS WAF Classic documentation.
- ListXssMatchSets ( array $params = [] )
- This is AWS WAF Classic documentation.
- PutLoggingConfiguration ( array $params = [] )
- This is AWS WAF Classic documentation.
- PutPermissionPolicy ( array $params = [] )
- This is AWS WAF Classic documentation.
- TagResource ( array $params = [] )
- This is AWS WAF Classic documentation.
- UntagResource ( array $params = [] )
- This is AWS WAF Classic documentation.
- UpdateByteMatchSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- UpdateGeoMatchSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- UpdateIPSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- UpdateRateBasedRule ( array $params = [] )
- This is AWS WAF Classic documentation.
- UpdateRegexMatchSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- UpdateRegexPatternSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- UpdateRule ( array $params = [] )
- This is AWS WAF Classic documentation.
- UpdateRuleGroup ( array $params = [] )
- This is AWS WAF Classic documentation.
- UpdateSizeConstraintSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- UpdateSqlInjectionMatchSet ( array $params = [] )
- This is AWS WAF Classic documentation.
- UpdateWebACL ( array $params = [] )
- This is AWS WAF Classic documentation.
- UpdateXssMatchSet ( array $params = [] )
- This is AWS WAF Classic documentation.
Operations
CreateByteMatchSet
$result = $client->createByteMatchSet
([/* ... */]); $promise = $client->createByteMatchSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Creates a ByteMatchSet
. You then use UpdateByteMatchSet to identify the part of a web request that you want AWS WAF to inspect, such as the values of the User-Agent
header or the query string. For example, you can create a ByteMatchSet
that matches any requests with User-Agent
headers that contain the string BadBot
. You can then configure AWS WAF to reject those requests.
To create and configure a ByteMatchSet
, perform the following steps:
-
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of aCreateByteMatchSet
request. -
Submit a
CreateByteMatchSet
request. -
Use
GetChangeToken
to get the change token that you provide in theChangeToken
parameter of anUpdateByteMatchSet
request. -
Submit an UpdateByteMatchSet request to specify the part of the request that you want AWS WAF to inspect (for example, the header or the URI) and the value that you want AWS WAF to watch for.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.
Parameter Syntax
$result = $client->createByteMatchSet([ 'ChangeToken' => '<string>', // REQUIRED 'Name' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- Name
-
- Required: Yes
- Type: string
A friendly name or description of the ByteMatchSet. You can't change
Name
after you create aByteMatchSet
.
Result Syntax
[ 'ByteMatchSet' => [ 'ByteMatchSetId' => '<string>', 'ByteMatchTuples' => [ [ 'FieldToMatch' => [ 'Data' => '<string>', 'Type' => 'URI|QUERY_STRING|HEADER|METHOD|BODY|SINGLE_QUERY_ARG|ALL_QUERY_ARGS', ], 'PositionalConstraint' => 'EXACTLY|STARTS_WITH|ENDS_WITH|CONTAINS|CONTAINS_WORD', 'TargetString' => <string || resource || Psr\Http\Message\StreamInterface>, 'TextTransformation' => 'NONE|COMPRESS_WHITE_SPACE|HTML_ENTITY_DECODE|LOWERCASE|CMD_LINE|URL_DECODE', ], // ... ], 'Name' => '<string>', ], 'ChangeToken' => '<string>', ]
Result Details
Members
- ByteMatchSet
-
- Type: ByteMatchSet structure
A ByteMatchSet that contains no
ByteMatchTuple
objects. - ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theCreateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Errors
- WAFDisallowedNameException:
The name specified is invalid.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFInvalidParameterException:
The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
-
You specified an invalid parameter name.
-
You specified an invalid value.
-
You tried to update an object (
ByteMatchSet
,IPSet
,Rule
, orWebACL
) using an action other thanINSERT
orDELETE
. -
You tried to create a
WebACL
with aDefaultAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to create a
RateBasedRule
with aRateKey
value other thanIP
. -
You tried to update a
WebACL
with aWafAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to update a
ByteMatchSet
with aFieldToMatch
Type
other than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSet
with aField
ofHEADER
but no value forData
. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
-
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFLimitsExceededException:
The operation exceeds a resource limit, for example, the maximum number of
WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
CreateGeoMatchSet
$result = $client->createGeoMatchSet
([/* ... */]); $promise = $client->createGeoMatchSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Creates an GeoMatchSet, which you use to specify which web requests you want to allow or block based on the country that the requests originate from. For example, if you're receiving a lot of requests from one or more countries and you want to block the requests, you can create an GeoMatchSet
that contains those countries and then configure AWS WAF to block the requests.
To create and configure a GeoMatchSet
, perform the following steps:
-
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of aCreateGeoMatchSet
request. -
Submit a
CreateGeoMatchSet
request. -
Use
GetChangeToken
to get the change token that you provide in theChangeToken
parameter of an UpdateGeoMatchSet request. -
Submit an
UpdateGeoMatchSetSet
request to specify the countries that you want AWS WAF to watch for.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.
Parameter Syntax
$result = $client->createGeoMatchSet([ 'ChangeToken' => '<string>', // REQUIRED 'Name' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- Name
-
- Required: Yes
- Type: string
A friendly name or description of the GeoMatchSet. You can't change
Name
after you create theGeoMatchSet
.
Result Syntax
[ 'ChangeToken' => '<string>', 'GeoMatchSet' => [ 'GeoMatchConstraints' => [ [ 'Type' => 'Country', 'Value' => 'AF|AX|AL|DZ|AS|AD|AO|AI|AQ|AG|AR|AM|AW|AU|AT|AZ|BS|BH|BD|BB|BY|BE|BZ|BJ|BM|BT|BO|BQ|BA|BW|BV|BR|IO|BN|BG|BF|BI|KH|CM|CA|CV|KY|CF|TD|CL|CN|CX|CC|CO|KM|CG|CD|CK|CR|CI|HR|CU|CW|CY|CZ|DK|DJ|DM|DO|EC|EG|SV|GQ|ER|EE|ET|FK|FO|FJ|FI|FR|GF|PF|TF|GA|GM|GE|DE|GH|GI|GR|GL|GD|GP|GU|GT|GG|GN|GW|GY|HT|HM|VA|HN|HK|HU|IS|IN|ID|IR|IQ|IE|IM|IL|IT|JM|JP|JE|JO|KZ|KE|KI|KP|KR|KW|KG|LA|LV|LB|LS|LR|LY|LI|LT|LU|MO|MK|MG|MW|MY|MV|ML|MT|MH|MQ|MR|MU|YT|MX|FM|MD|MC|MN|ME|MS|MA|MZ|MM|NA|NR|NP|NL|NC|NZ|NI|NE|NG|NU|NF|MP|NO|OM|PK|PW|PS|PA|PG|PY|PE|PH|PN|PL|PT|PR|QA|RE|RO|RU|RW|BL|SH|KN|LC|MF|PM|VC|WS|SM|ST|SA|SN|RS|SC|SL|SG|SX|SK|SI|SB|SO|ZA|GS|SS|ES|LK|SD|SR|SJ|SZ|SE|CH|SY|TW|TJ|TZ|TH|TL|TG|TK|TO|TT|TN|TR|TM|TC|TV|UG|UA|AE|GB|US|UM|UY|UZ|VU|VE|VN|VG|VI|WF|EH|YE|ZM|ZW', ], // ... ], 'GeoMatchSetId' => '<string>', 'Name' => '<string>', ], ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theCreateGeoMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus. - GeoMatchSet
-
- Type: GeoMatchSet structure
The GeoMatchSet returned in the
CreateGeoMatchSet
response. TheGeoMatchSet
contains noGeoMatchConstraints
.
Errors
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFDisallowedNameException:
The name specified is invalid.
- WAFInvalidParameterException:
The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
-
You specified an invalid parameter name.
-
You specified an invalid value.
-
You tried to update an object (
ByteMatchSet
,IPSet
,Rule
, orWebACL
) using an action other thanINSERT
orDELETE
. -
You tried to create a
WebACL
with aDefaultAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to create a
RateBasedRule
with aRateKey
value other thanIP
. -
You tried to update a
WebACL
with aWafAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to update a
ByteMatchSet
with aFieldToMatch
Type
other than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSet
with aField
ofHEADER
but no value forData
. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
-
- WAFLimitsExceededException:
The operation exceeds a resource limit, for example, the maximum number of
WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
CreateIPSet
$result = $client->createIPSet
([/* ... */]); $promise = $client->createIPSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Creates an IPSet, which you use to specify which web requests that you want to allow or block based on the IP addresses that the requests originate from. For example, if you're receiving a lot of requests from one or more individual IP addresses or one or more ranges of IP addresses and you want to block the requests, you can create an IPSet
that contains those IP addresses and then configure AWS WAF to block the requests.
To create and configure an IPSet
, perform the following steps:
-
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of aCreateIPSet
request. -
Submit a
CreateIPSet
request. -
Use
GetChangeToken
to get the change token that you provide in theChangeToken
parameter of an UpdateIPSet request. -
Submit an
UpdateIPSet
request to specify the IP addresses that you want AWS WAF to watch for.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.
Parameter Syntax
$result = $client->createIPSet([ 'ChangeToken' => '<string>', // REQUIRED 'Name' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- Name
-
- Required: Yes
- Type: string
A friendly name or description of the IPSet. You can't change
Name
after you create theIPSet
.
Result Syntax
[ 'ChangeToken' => '<string>', 'IPSet' => [ 'IPSetDescriptors' => [ [ 'Type' => 'IPV4|IPV6', 'Value' => '<string>', ], // ... ], 'IPSetId' => '<string>', 'Name' => '<string>', ], ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theCreateIPSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus. - IPSet
-
- Type: IPSet structure
The IPSet returned in the
CreateIPSet
response.
Errors
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFDisallowedNameException:
The name specified is invalid.
- WAFInvalidParameterException:
The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
-
You specified an invalid parameter name.
-
You specified an invalid value.
-
You tried to update an object (
ByteMatchSet
,IPSet
,Rule
, orWebACL
) using an action other thanINSERT
orDELETE
. -
You tried to create a
WebACL
with aDefaultAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to create a
RateBasedRule
with aRateKey
value other thanIP
. -
You tried to update a
WebACL
with aWafAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to update a
ByteMatchSet
with aFieldToMatch
Type
other than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSet
with aField
ofHEADER
but no value forData
. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
-
- WAFLimitsExceededException:
The operation exceeds a resource limit, for example, the maximum number of
WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
Examples
Example 1: To create an IP set
The following example creates an IP match set named MyIPSetFriendlyName.
$result = $client->createIPSet([ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', 'Name' => 'MyIPSetFriendlyName', ]);
Result syntax:
[ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', 'IPSet' => [ 'IPSetDescriptors' => [ [ 'Type' => 'IPV4', 'Value' => '192.0.2.44/32', ], ], 'IPSetId' => 'example1ds3t-46da-4fdb-b8d5-abc321j569j5', 'Name' => 'MyIPSetFriendlyName', ], ]
CreateRateBasedRule
$result = $client->createRateBasedRule
([/* ... */]); $promise = $client->createRateBasedRuleAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Creates a RateBasedRule. The RateBasedRule
contains a RateLimit
, which specifies the maximum number of requests that AWS WAF allows from a specified IP address in a five-minute period. The RateBasedRule
also contains the IPSet
objects, ByteMatchSet
objects, and other predicates that identify the requests that you want to count or block if these requests exceed the RateLimit
.
If you add more than one predicate to a RateBasedRule
, a request not only must exceed the RateLimit
, but it also must match all the conditions to be counted or blocked. For example, suppose you add the following to a RateBasedRule
:
-
An
IPSet
that matches the IP address192.0.2.44/32
-
A
ByteMatchSet
that matchesBadBot
in theUser-Agent
header
Further, you specify a RateLimit
of 1,000.
You then add the RateBasedRule
to a WebACL
and specify that you want to block requests that meet the conditions in the rule. For a request to be blocked, it must come from the IP address 192.0.2.44 and the User-Agent
header in the request must contain the value BadBot
. Further, requests that match these two conditions must be received at a rate of more than 1,000 requests every five minutes. If both conditions are met and the rate is exceeded, AWS WAF blocks the requests. If the rate drops below 1,000 for a five-minute period, AWS WAF no longer blocks the requests.
As a second example, suppose you want to limit requests to a particular page on your site. To do this, you could add the following to a RateBasedRule
:
-
A
ByteMatchSet
withFieldToMatch
ofURI
-
A
PositionalConstraint
ofSTARTS_WITH
-
A
TargetString
oflogin
Further, you specify a RateLimit
of 1,000.
By adding this RateBasedRule
to a WebACL
, you could limit requests to your login page without affecting the rest of your site.
To create and configure a RateBasedRule
, perform the following steps:
-
Create and update the predicates that you want to include in the rule. For more information, see CreateByteMatchSet, CreateIPSet, and CreateSqlInjectionMatchSet.
-
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of aCreateRule
request. -
Submit a
CreateRateBasedRule
request. -
Use
GetChangeToken
to get the change token that you provide in theChangeToken
parameter of an UpdateRule request. -
Submit an
UpdateRateBasedRule
request to specify the predicates that you want to include in the rule. -
Create and update a
WebACL
that contains theRateBasedRule
. For more information, see CreateWebACL.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.
Parameter Syntax
$result = $client->createRateBasedRule([ 'ChangeToken' => '<string>', // REQUIRED 'MetricName' => '<string>', // REQUIRED 'Name' => '<string>', // REQUIRED 'RateKey' => 'IP', // REQUIRED 'RateLimit' => <integer>, // REQUIRED 'Tags' => [ [ 'Key' => '<string>', // REQUIRED 'Value' => '<string>', // REQUIRED ], // ... ], ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The
ChangeToken
that you used to submit theCreateRateBasedRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus. - MetricName
-
- Required: Yes
- Type: string
A friendly name or description for the metrics for this
RateBasedRule
. The name can contain only alphanumeric characters (A-Z, a-z, 0-9), with maximum length 128 and minimum length one. It can't contain whitespace or metric names reserved for AWS WAF, including "All" and "Default_Action." You can't change the name of the metric after you create theRateBasedRule
. - Name
-
- Required: Yes
- Type: string
A friendly name or description of the RateBasedRule. You can't change the name of a
RateBasedRule
after you create it. - RateKey
-
- Required: Yes
- Type: string
The field that AWS WAF uses to determine if requests are likely arriving from a single source and thus subject to rate monitoring. The only valid value for
RateKey
isIP
.IP
indicates that requests that arrive from the same IP address are subject to theRateLimit
that is specified in theRateBasedRule
. - RateLimit
-
- Required: Yes
- Type: long (int|float)
The maximum number of requests, which have an identical value in the field that is specified by
RateKey
, allowed in a five-minute period. If the number of requests exceeds theRateLimit
and the other predicates specified in the rule are also met, AWS WAF triggers the action that is specified for this rule. - Tags
-
- Type: Array of Tag structures
Result Syntax
[ 'ChangeToken' => '<string>', 'Rule' => [ 'MatchPredicates' => [ [ 'DataId' => '<string>', 'Negated' => true || false, 'Type' => 'IPMatch|ByteMatch|SqlInjectionMatch|GeoMatch|SizeConstraint|XssMatch|RegexMatch', ], // ... ], 'MetricName' => '<string>', 'Name' => '<string>', 'RateKey' => 'IP', 'RateLimit' => <integer>, 'RuleId' => '<string>', ], ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theCreateRateBasedRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus. - Rule
-
- Type: RateBasedRule structure
The RateBasedRule that is returned in the
CreateRateBasedRule
response.
Errors
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFDisallowedNameException:
The name specified is invalid.
- WAFInvalidParameterException:
The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
-
You specified an invalid parameter name.
-
You specified an invalid value.
-
You tried to update an object (
ByteMatchSet
,IPSet
,Rule
, orWebACL
) using an action other thanINSERT
orDELETE
. -
You tried to create a
WebACL
with aDefaultAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to create a
RateBasedRule
with aRateKey
value other thanIP
. -
You tried to update a
WebACL
with aWafAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to update a
ByteMatchSet
with aFieldToMatch
Type
other than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSet
with aField
ofHEADER
but no value forData
. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
-
- WAFLimitsExceededException:
The operation exceeds a resource limit, for example, the maximum number of
WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.- WAFTagOperationException:
- WAFTagOperationInternalErrorException:
- WAFBadRequestException:
CreateRegexMatchSet
$result = $client->createRegexMatchSet
([/* ... */]); $promise = $client->createRegexMatchSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Creates a RegexMatchSet. You then use UpdateRegexMatchSet to identify the part of a web request that you want AWS WAF to inspect, such as the values of the User-Agent
header or the query string. For example, you can create a RegexMatchSet
that contains a RegexMatchTuple
that looks for any requests with User-Agent
headers that match a RegexPatternSet
with pattern B[a@]dB[o0]t
. You can then configure AWS WAF to reject those requests.
To create and configure a RegexMatchSet
, perform the following steps:
-
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of aCreateRegexMatchSet
request. -
Submit a
CreateRegexMatchSet
request. -
Use
GetChangeToken
to get the change token that you provide in theChangeToken
parameter of anUpdateRegexMatchSet
request. -
Submit an UpdateRegexMatchSet request to specify the part of the request that you want AWS WAF to inspect (for example, the header or the URI) and the value, using a
RegexPatternSet
, that you want AWS WAF to watch for.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.
Parameter Syntax
$result = $client->createRegexMatchSet([ 'ChangeToken' => '<string>', // REQUIRED 'Name' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- Name
-
- Required: Yes
- Type: string
A friendly name or description of the RegexMatchSet. You can't change
Name
after you create aRegexMatchSet
.
Result Syntax
[ 'ChangeToken' => '<string>', 'RegexMatchSet' => [ 'Name' => '<string>', 'RegexMatchSetId' => '<string>', 'RegexMatchTuples' => [ [ 'FieldToMatch' => [ 'Data' => '<string>', 'Type' => 'URI|QUERY_STRING|HEADER|METHOD|BODY|SINGLE_QUERY_ARG|ALL_QUERY_ARGS', ], 'RegexPatternSetId' => '<string>', 'TextTransformation' => 'NONE|COMPRESS_WHITE_SPACE|HTML_ENTITY_DECODE|LOWERCASE|CMD_LINE|URL_DECODE', ], // ... ], ], ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theCreateRegexMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus. - RegexMatchSet
-
- Type: RegexMatchSet structure
A RegexMatchSet that contains no
RegexMatchTuple
objects.
Errors
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFDisallowedNameException:
The name specified is invalid.
- WAFLimitsExceededException:
The operation exceeds a resource limit, for example, the maximum number of
WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
CreateRegexPatternSet
$result = $client->createRegexPatternSet
([/* ... */]); $promise = $client->createRegexPatternSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Creates a RegexPatternSet
. You then use UpdateRegexPatternSet to specify the regular expression (regex) pattern that you want AWS WAF to search for, such as B[a@]dB[o0]t
. You can then configure AWS WAF to reject those requests.
To create and configure a RegexPatternSet
, perform the following steps:
-
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of aCreateRegexPatternSet
request. -
Submit a
CreateRegexPatternSet
request. -
Use
GetChangeToken
to get the change token that you provide in theChangeToken
parameter of anUpdateRegexPatternSet
request. -
Submit an UpdateRegexPatternSet request to specify the string that you want AWS WAF to watch for.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.
Parameter Syntax
$result = $client->createRegexPatternSet([ 'ChangeToken' => '<string>', // REQUIRED 'Name' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- Name
-
- Required: Yes
- Type: string
A friendly name or description of the RegexPatternSet. You can't change
Name
after you create aRegexPatternSet
.
Result Syntax
[ 'ChangeToken' => '<string>', 'RegexPatternSet' => [ 'Name' => '<string>', 'RegexPatternSetId' => '<string>', 'RegexPatternStrings' => ['<string>', ...], ], ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theCreateRegexPatternSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus. - RegexPatternSet
-
- Type: RegexPatternSet structure
A RegexPatternSet that contains no objects.
Errors
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFDisallowedNameException:
The name specified is invalid.
- WAFLimitsExceededException:
The operation exceeds a resource limit, for example, the maximum number of
WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
CreateRule
$result = $client->createRule
([/* ... */]); $promise = $client->createRuleAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Creates a Rule
, which contains the IPSet
objects, ByteMatchSet
objects, and other predicates that identify the requests that you want to block. If you add more than one predicate to a Rule
, a request must match all of the specifications to be allowed or blocked. For example, suppose that you add the following to a Rule
:
-
An
IPSet
that matches the IP address192.0.2.44/32
-
A
ByteMatchSet
that matchesBadBot
in theUser-Agent
header
You then add the Rule
to a WebACL
and specify that you want to blocks requests that satisfy the Rule
. For a request to be blocked, it must come from the IP address 192.0.2.44 and the User-Agent
header in the request must contain the value BadBot
.
To create and configure a Rule
, perform the following steps:
-
Create and update the predicates that you want to include in the
Rule
. For more information, see CreateByteMatchSet, CreateIPSet, and CreateSqlInjectionMatchSet. -
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of aCreateRule
request. -
Submit a
CreateRule
request. -
Use
GetChangeToken
to get the change token that you provide in theChangeToken
parameter of an UpdateRule request. -
Submit an
UpdateRule
request to specify the predicates that you want to include in theRule
. -
Create and update a
WebACL
that contains theRule
. For more information, see CreateWebACL.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.
Parameter Syntax
$result = $client->createRule([ 'ChangeToken' => '<string>', // REQUIRED 'MetricName' => '<string>', // REQUIRED 'Name' => '<string>', // REQUIRED 'Tags' => [ [ 'Key' => '<string>', // REQUIRED 'Value' => '<string>', // REQUIRED ], // ... ], ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- MetricName
-
- Required: Yes
- Type: string
A friendly name or description for the metrics for this
Rule
. The name can contain only alphanumeric characters (A-Z, a-z, 0-9), with maximum length 128 and minimum length one. It can't contain whitespace or metric names reserved for AWS WAF, including "All" and "Default_Action." You can't change the name of the metric after you create theRule
. - Name
-
- Required: Yes
- Type: string
A friendly name or description of the Rule. You can't change the name of a
Rule
after you create it. - Tags
-
- Type: Array of Tag structures
Result Syntax
[ 'ChangeToken' => '<string>', 'Rule' => [ 'MetricName' => '<string>', 'Name' => '<string>', 'Predicates' => [ [ 'DataId' => '<string>', 'Negated' => true || false, 'Type' => 'IPMatch|ByteMatch|SqlInjectionMatch|GeoMatch|SizeConstraint|XssMatch|RegexMatch', ], // ... ], 'RuleId' => '<string>', ], ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theCreateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus. - Rule
-
- Type: Rule structure
The Rule returned in the
CreateRule
response.
Errors
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFDisallowedNameException:
The name specified is invalid.
- WAFInvalidParameterException:
The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
-
You specified an invalid parameter name.
-
You specified an invalid value.
-
You tried to update an object (
ByteMatchSet
,IPSet
,Rule
, orWebACL
) using an action other thanINSERT
orDELETE
. -
You tried to create a
WebACL
with aDefaultAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to create a
RateBasedRule
with aRateKey
value other thanIP
. -
You tried to update a
WebACL
with aWafAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to update a
ByteMatchSet
with aFieldToMatch
Type
other than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSet
with aField
ofHEADER
but no value forData
. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
-
- WAFLimitsExceededException:
The operation exceeds a resource limit, for example, the maximum number of
WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.- WAFTagOperationException:
- WAFTagOperationInternalErrorException:
- WAFBadRequestException:
Examples
Example 1: To create a rule
The following example creates a rule named WAFByteHeaderRule.
$result = $client->createRule([ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', 'MetricName' => 'WAFByteHeaderRule', 'Name' => 'WAFByteHeaderRule', ]);
Result syntax:
[ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', 'Rule' => [ 'MetricName' => 'WAFByteHeaderRule', 'Name' => 'WAFByteHeaderRule', 'Predicates' => [ [ 'DataId' => 'MyByteMatchSetID', 'Negated' => , 'Type' => 'ByteMatch', ], ], 'RuleId' => 'WAFRule-1-Example', ], ]
CreateRuleGroup
$result = $client->createRuleGroup
([/* ... */]); $promise = $client->createRuleGroupAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Creates a RuleGroup
. A rule group is a collection of predefined rules that you add to a web ACL. You use UpdateRuleGroup to add rules to the rule group.
Rule groups are subject to the following limits:
-
Three rule groups per account. You can request an increase to this limit by contacting customer support.
-
One rule group per web ACL.
-
Ten rules per rule group.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.
Parameter Syntax
$result = $client->createRuleGroup([ 'ChangeToken' => '<string>', // REQUIRED 'MetricName' => '<string>', // REQUIRED 'Name' => '<string>', // REQUIRED 'Tags' => [ [ 'Key' => '<string>', // REQUIRED 'Value' => '<string>', // REQUIRED ], // ... ], ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- MetricName
-
- Required: Yes
- Type: string
A friendly name or description for the metrics for this
RuleGroup
. The name can contain only alphanumeric characters (A-Z, a-z, 0-9), with maximum length 128 and minimum length one. It can't contain whitespace or metric names reserved for AWS WAF, including "All" and "Default_Action." You can't change the name of the metric after you create theRuleGroup
. - Name
-
- Required: Yes
- Type: string
A friendly name or description of the RuleGroup. You can't change
Name
after you create aRuleGroup
. - Tags
-
- Type: Array of Tag structures
Result Syntax
[ 'ChangeToken' => '<string>', 'RuleGroup' => [ 'MetricName' => '<string>', 'Name' => '<string>', 'RuleGroupId' => '<string>', ], ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theCreateRuleGroup
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus. - RuleGroup
-
- Type: RuleGroup structure
An empty RuleGroup.
Errors
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFDisallowedNameException:
The name specified is invalid.
- WAFLimitsExceededException:
The operation exceeds a resource limit, for example, the maximum number of
WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.- WAFTagOperationException:
- WAFTagOperationInternalErrorException:
- WAFBadRequestException:
CreateSizeConstraintSet
$result = $client->createSizeConstraintSet
([/* ... */]); $promise = $client->createSizeConstraintSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Creates a SizeConstraintSet
. You then use UpdateSizeConstraintSet to identify the part of a web request that you want AWS WAF to check for length, such as the length of the User-Agent
header or the length of the query string. For example, you can create a SizeConstraintSet
that matches any requests that have a query string that is longer than 100 bytes. You can then configure AWS WAF to reject those requests.
To create and configure a SizeConstraintSet
, perform the following steps:
-
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of aCreateSizeConstraintSet
request. -
Submit a
CreateSizeConstraintSet
request. -
Use
GetChangeToken
to get the change token that you provide in theChangeToken
parameter of anUpdateSizeConstraintSet
request. -
Submit an UpdateSizeConstraintSet request to specify the part of the request that you want AWS WAF to inspect (for example, the header or the URI) and the value that you want AWS WAF to watch for.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.
Parameter Syntax
$result = $client->createSizeConstraintSet([ 'ChangeToken' => '<string>', // REQUIRED 'Name' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- Name
-
- Required: Yes
- Type: string
A friendly name or description of the SizeConstraintSet. You can't change
Name
after you create aSizeConstraintSet
.
Result Syntax
[ 'ChangeToken' => '<string>', 'SizeConstraintSet' => [ 'Name' => '<string>', 'SizeConstraintSetId' => '<string>', 'SizeConstraints' => [ [ 'ComparisonOperator' => 'EQ|NE|LE|LT|GE|GT', 'FieldToMatch' => [ 'Data' => '<string>', 'Type' => 'URI|QUERY_STRING|HEADER|METHOD|BODY|SINGLE_QUERY_ARG|ALL_QUERY_ARGS', ], 'Size' => <integer>, 'TextTransformation' => 'NONE|COMPRESS_WHITE_SPACE|HTML_ENTITY_DECODE|LOWERCASE|CMD_LINE|URL_DECODE', ], // ... ], ], ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theCreateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus. - SizeConstraintSet
-
- Type: SizeConstraintSet structure
A SizeConstraintSet that contains no
SizeConstraint
objects.
Errors
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFDisallowedNameException:
The name specified is invalid.
- WAFInvalidParameterException:
The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
-
You specified an invalid parameter name.
-
You specified an invalid value.
-
You tried to update an object (
ByteMatchSet
,IPSet
,Rule
, orWebACL
) using an action other thanINSERT
orDELETE
. -
You tried to create a
WebACL
with aDefaultAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to create a
RateBasedRule
with aRateKey
value other thanIP
. -
You tried to update a
WebACL
with aWafAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to update a
ByteMatchSet
with aFieldToMatch
Type
other than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSet
with aField
ofHEADER
but no value forData
. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
-
- WAFLimitsExceededException:
The operation exceeds a resource limit, for example, the maximum number of
WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
Examples
Example 1: To create a size constraint
The following example creates size constraint set named MySampleSizeConstraintSet.
$result = $client->createSizeConstraintSet([ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', 'Name' => 'MySampleSizeConstraintSet', ]);
Result syntax:
[ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', 'SizeConstraintSet' => [ 'Name' => 'MySampleSizeConstraintSet', 'SizeConstraintSetId' => 'example1ds3t-46da-4fdb-b8d5-abc321j569j5', 'SizeConstraints' => [ [ 'ComparisonOperator' => 'GT', 'FieldToMatch' => [ 'Type' => 'QUERY_STRING', ], 'Size' => 0, 'TextTransformation' => 'NONE', ], ], ], ]
CreateSqlInjectionMatchSet
$result = $client->createSqlInjectionMatchSet
([/* ... */]); $promise = $client->createSqlInjectionMatchSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Creates a SqlInjectionMatchSet, which you use to allow, block, or count requests that contain snippets of SQL code in a specified part of web requests. AWS WAF searches for character sequences that are likely to be malicious strings.
To create and configure a SqlInjectionMatchSet
, perform the following steps:
-
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of aCreateSqlInjectionMatchSet
request. -
Submit a
CreateSqlInjectionMatchSet
request. -
Use
GetChangeToken
to get the change token that you provide in theChangeToken
parameter of an UpdateSqlInjectionMatchSet request. -
Submit an UpdateSqlInjectionMatchSet request to specify the parts of web requests in which you want to allow, block, or count malicious SQL code.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.
Parameter Syntax
$result = $client->createSqlInjectionMatchSet([ 'ChangeToken' => '<string>', // REQUIRED 'Name' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- Name
-
- Required: Yes
- Type: string
A friendly name or description for the SqlInjectionMatchSet that you're creating. You can't change
Name
after you create theSqlInjectionMatchSet
.
Result Syntax
[ 'ChangeToken' => '<string>', 'SqlInjectionMatchSet' => [ 'Name' => '<string>', 'SqlInjectionMatchSetId' => '<string>', 'SqlInjectionMatchTuples' => [ [ 'FieldToMatch' => [ 'Data' => '<string>', 'Type' => 'URI|QUERY_STRING|HEADER|METHOD|BODY|SINGLE_QUERY_ARG|ALL_QUERY_ARGS', ], 'TextTransformation' => 'NONE|COMPRESS_WHITE_SPACE|HTML_ENTITY_DECODE|LOWERCASE|CMD_LINE|URL_DECODE', ], // ... ], ], ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theCreateSqlInjectionMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus. - SqlInjectionMatchSet
-
- Type: SqlInjectionMatchSet structure
Errors
- WAFDisallowedNameException:
The name specified is invalid.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFInvalidParameterException:
The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
-
You specified an invalid parameter name.
-
You specified an invalid value.
-
You tried to update an object (
ByteMatchSet
,IPSet
,Rule
, orWebACL
) using an action other thanINSERT
orDELETE
. -
You tried to create a
WebACL
with aDefaultAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to create a
RateBasedRule
with aRateKey
value other thanIP
. -
You tried to update a
WebACL
with aWafAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to update a
ByteMatchSet
with aFieldToMatch
Type
other than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSet
with aField
ofHEADER
but no value forData
. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
-
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFLimitsExceededException:
The operation exceeds a resource limit, for example, the maximum number of
WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
Examples
Example 1: To create a SQL injection match set
The following example creates a SQL injection match set named MySQLInjectionMatchSet.
$result = $client->createSqlInjectionMatchSet([ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', 'Name' => 'MySQLInjectionMatchSet', ]);
Result syntax:
[ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', 'SqlInjectionMatchSet' => [ 'Name' => 'MySQLInjectionMatchSet', 'SqlInjectionMatchSetId' => 'example1ds3t-46da-4fdb-b8d5-abc321j569j5', 'SqlInjectionMatchTuples' => [ [ 'FieldToMatch' => [ 'Type' => 'QUERY_STRING', ], 'TextTransformation' => 'URL_DECODE', ], ], ], ]
CreateWebACL
$result = $client->createWebACL
([/* ... */]); $promise = $client->createWebACLAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Creates a WebACL
, which contains the Rules
that identify the CloudFront web requests that you want to allow, block, or count. AWS WAF evaluates Rules
in order based on the value of Priority
for each Rule
.
You also specify a default action, either ALLOW
or BLOCK
. If a web request doesn't match any of the Rules
in a WebACL
, AWS WAF responds to the request with the default action.
To create and configure a WebACL
, perform the following steps:
-
Create and update the
ByteMatchSet
objects and other predicates that you want to include inRules
. For more information, see CreateByteMatchSet, UpdateByteMatchSet, CreateIPSet, UpdateIPSet, CreateSqlInjectionMatchSet, and UpdateSqlInjectionMatchSet. -
Create and update the
Rules
that you want to include in theWebACL
. For more information, see CreateRule and UpdateRule. -
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of aCreateWebACL
request. -
Submit a
CreateWebACL
request. -
Use
GetChangeToken
to get the change token that you provide in theChangeToken
parameter of an UpdateWebACL request. -
Submit an UpdateWebACL request to specify the
Rules
that you want to include in theWebACL
, to specify the default action, and to associate theWebACL
with a CloudFront distribution.
For more information about how to use the AWS WAF API, see the AWS WAF Developer Guide.
Parameter Syntax
$result = $client->createWebACL([ 'ChangeToken' => '<string>', // REQUIRED 'DefaultAction' => [ // REQUIRED 'Type' => 'BLOCK|ALLOW|COUNT', // REQUIRED ], 'MetricName' => '<string>', // REQUIRED 'Name' => '<string>', // REQUIRED 'Tags' => [ [ 'Key' => '<string>', // REQUIRED 'Value' => '<string>', // REQUIRED ], // ... ], ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- DefaultAction
-
- Required: Yes
- Type: WafAction structure
The action that you want AWS WAF to take when a request doesn't match the criteria specified in any of the
Rule
objects that are associated with theWebACL
. - MetricName
-
- Required: Yes
- Type: string
A friendly name or description for the metrics for this
WebACL
.The name can contain only alphanumeric characters (A-Z, a-z, 0-9), with maximum length 128 and minimum length one. It can't contain whitespace or metric names reserved for AWS WAF, including "All" and "Default_Action." You can't changeMetricName
after you create theWebACL
. - Name
-
- Required: Yes
- Type: string
A friendly name or description of the WebACL. You can't change
Name
after you create theWebACL
. - Tags
-
- Type: Array of Tag structures
Result Syntax
[ 'ChangeToken' => '<string>', 'WebACL' => [ 'DefaultAction' => [ 'Type' => 'BLOCK|ALLOW|COUNT', ], 'MetricName' => '<string>', 'Name' => '<string>', 'Rules' => [ [ 'Action' => [ 'Type' => 'BLOCK|ALLOW|COUNT', ], 'ExcludedRules' => [ [ 'RuleId' => '<string>', ], // ... ], 'OverrideAction' => [ 'Type' => 'NONE|COUNT', ], 'Priority' => <integer>, 'RuleId' => '<string>', 'Type' => 'REGULAR|RATE_BASED|GROUP', ], // ... ], 'WebACLArn' => '<string>', 'WebACLId' => '<string>', ], ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theCreateWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus. - WebACL
-
- Type: WebACL structure
The WebACL returned in the
CreateWebACL
response.
Errors
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFDisallowedNameException:
The name specified is invalid.
- WAFInvalidParameterException:
The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
-
You specified an invalid parameter name.
-
You specified an invalid value.
-
You tried to update an object (
ByteMatchSet
,IPSet
,Rule
, orWebACL
) using an action other thanINSERT
orDELETE
. -
You tried to create a
WebACL
with aDefaultAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to create a
RateBasedRule
with aRateKey
value other thanIP
. -
You tried to update a
WebACL
with aWafAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to update a
ByteMatchSet
with aFieldToMatch
Type
other than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSet
with aField
ofHEADER
but no value forData
. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
-
- WAFLimitsExceededException:
The operation exceeds a resource limit, for example, the maximum number of
WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.- WAFTagOperationException:
- WAFTagOperationInternalErrorException:
- WAFBadRequestException:
Examples
Example 1: To create a web ACL
The following example creates a web ACL named CreateExample.
$result = $client->createWebACL([ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', 'DefaultAction' => [ 'Type' => 'ALLOW', ], 'MetricName' => 'CreateExample', 'Name' => 'CreateExample', ]);
Result syntax:
[ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', 'WebACL' => [ 'DefaultAction' => [ 'Type' => 'ALLOW', ], 'MetricName' => 'CreateExample', 'Name' => 'CreateExample', 'Rules' => [ [ 'Action' => [ 'Type' => 'ALLOW', ], 'Priority' => 1, 'RuleId' => 'WAFRule-1-Example', ], ], 'WebACLId' => 'example-46da-4444-5555-example', ], ]
CreateWebACLMigrationStack
$result = $client->createWebACLMigrationStack
([/* ... */]); $promise = $client->createWebACLMigrationStackAsync
([/* ... */]);
Creates an AWS CloudFormation WAFV2 template for the specified web ACL in the specified Amazon S3 bucket. Then, in CloudFormation, you create a stack from the template, to create the web ACL and its resources in AWS WAFV2. Use this to migrate your AWS WAF Classic web ACL to the latest version of AWS WAF.
This is part of a larger migration procedure for web ACLs from AWS WAF Classic to the latest version of AWS WAF. For the full procedure, including caveats and manual steps to complete the migration and switch over to the new web ACL, see Migrating your AWS WAF Classic resources to AWS WAF in the AWS WAF Developer Guide.
Parameter Syntax
$result = $client->createWebACLMigrationStack([ 'IgnoreUnsupportedType' => true || false, // REQUIRED 'S3BucketName' => '<string>', // REQUIRED 'WebACLId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- IgnoreUnsupportedType
-
- Required: Yes
- Type: boolean
Indicates whether to exclude entities that can't be migrated or to stop the migration. Set this to true to ignore unsupported entities in the web ACL during the migration. Otherwise, if AWS WAF encounters unsupported entities, it stops the process and throws an exception.
- S3BucketName
-
- Required: Yes
- Type: string
The name of the Amazon S3 bucket to store the CloudFormation template in. The S3 bucket must be configured as follows for the migration:
-
The bucket name must start with
aws-waf-migration-
. For example,aws-waf-migration-my-web-acl
. -
The bucket must be in the Region where you are deploying the template. For example, for a web ACL in us-west-2, you must use an Amazon S3 bucket in us-west-2 and you must deploy the template stack to us-west-2.
-
The bucket policies must permit the migration process to write data. For listings of the bucket policies, see the Examples section.
- WebACLId
-
- Required: Yes
- Type: string
The UUID of the WAF Classic web ACL that you want to migrate to WAF v2.
Result Syntax
[ 'S3ObjectUrl' => '<string>', ]
Result Details
Members
- S3ObjectUrl
-
- Required: Yes
- Type: string
The URL of the template created in Amazon S3.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidParameterException:
The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
-
You specified an invalid parameter name.
-
You specified an invalid value.
-
You tried to update an object (
ByteMatchSet
,IPSet
,Rule
, orWebACL
) using an action other thanINSERT
orDELETE
. -
You tried to create a
WebACL
with aDefaultAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to create a
RateBasedRule
with aRateKey
value other thanIP
. -
You tried to update a
WebACL
with aWafAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to update a
ByteMatchSet
with aFieldToMatch
Type
other than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSet
with aField
ofHEADER
but no value forData
. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
-
- WAFInvalidOperationException:
The operation failed because there was nothing to do. For example:
-
You tried to remove a
Rule
from aWebACL
, but theRule
isn't in the specifiedWebACL
. -
You tried to remove an IP address from an
IPSet
, but the IP address isn't in the specifiedIPSet
. -
You tried to remove a
ByteMatchTuple
from aByteMatchSet
, but theByteMatchTuple
isn't in the specifiedWebACL
. -
You tried to add a
Rule
to aWebACL
, but theRule
already exists in the specifiedWebACL
. -
You tried to add a
ByteMatchTuple
to aByteMatchSet
, but theByteMatchTuple
already exists in the specifiedWebACL
.
-
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFEntityMigrationException:
The operation failed due to a problem with the migration. The failure cause is provided in the exception, in the
MigrationErrorType
:-
ENTITY_NOT_SUPPORTED
- The web ACL has an unsupported entity but theIgnoreUnsupportedType
is not set to true. -
ENTITY_NOT_FOUND
- The web ACL doesn't exist. -
S3_BUCKET_NO_PERMISSION
- You don't have permission to perform thePutObject
action to the specified Amazon S3 bucket. -
S3_BUCKET_NOT_ACCESSIBLE
- The bucket policy doesn't allow AWS WAF to perform thePutObject
action in the bucket. -
S3_BUCKET_NOT_FOUND
- The S3 bucket doesn't exist. -
S3_BUCKET_INVALID_REGION
- The S3 bucket is not in the same Region as the web ACL. -
S3_INTERNAL_ERROR
- AWS WAF failed to create the template in the S3 bucket for another reason.
-
CreateXssMatchSet
$result = $client->createXssMatchSet
([/* ... */]); $promise = $client->createXssMatchSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Creates an XssMatchSet, which you use to allow, block, or count requests that contain cross-site scripting attacks in the specified part of web requests. AWS WAF searches for character sequences that are likely to be malicious strings.
To create and configure an XssMatchSet
, perform the following steps:
-
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of aCreateXssMatchSet
request. -
Submit a
CreateXssMatchSet
request. -
Use
GetChangeToken
to get the change token that you provide in theChangeToken
parameter of an UpdateXssMatchSet request. -
Submit an UpdateXssMatchSet request to specify the parts of web requests in which you want to allow, block, or count cross-site scripting attacks.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.
Parameter Syntax
$result = $client->createXssMatchSet([ 'ChangeToken' => '<string>', // REQUIRED 'Name' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- Name
-
- Required: Yes
- Type: string
A friendly name or description for the XssMatchSet that you're creating. You can't change
Name
after you create theXssMatchSet
.
Result Syntax
[ 'ChangeToken' => '<string>', 'XssMatchSet' => [ 'Name' => '<string>', 'XssMatchSetId' => '<string>', 'XssMatchTuples' => [ [ 'FieldToMatch' => [ 'Data' => '<string>', 'Type' => 'URI|QUERY_STRING|HEADER|METHOD|BODY|SINGLE_QUERY_ARG|ALL_QUERY_ARGS', ], 'TextTransformation' => 'NONE|COMPRESS_WHITE_SPACE|HTML_ENTITY_DECODE|LOWERCASE|CMD_LINE|URL_DECODE', ], // ... ], ], ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theCreateXssMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus. - XssMatchSet
-
- Type: XssMatchSet structure
An XssMatchSet.
Errors
- WAFDisallowedNameException:
The name specified is invalid.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFInvalidParameterException:
The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
-
You specified an invalid parameter name.
-
You specified an invalid value.
-
You tried to update an object (
ByteMatchSet
,IPSet
,Rule
, orWebACL
) using an action other thanINSERT
orDELETE
. -
You tried to create a
WebACL
with aDefaultAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to create a
RateBasedRule
with aRateKey
value other thanIP
. -
You tried to update a
WebACL
with aWafAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to update a
ByteMatchSet
with aFieldToMatch
Type
other than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSet
with aField
ofHEADER
but no value forData
. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
-
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFLimitsExceededException:
The operation exceeds a resource limit, for example, the maximum number of
WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
Examples
Example 1: To create an XSS match set
The following example creates an XSS match set named MySampleXssMatchSet.
$result = $client->createXssMatchSet([ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', 'Name' => 'MySampleXssMatchSet', ]);
Result syntax:
[ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', 'XssMatchSet' => [ 'Name' => 'MySampleXssMatchSet', 'XssMatchSetId' => 'example1ds3t-46da-4fdb-b8d5-abc321j569j5', 'XssMatchTuples' => [ [ 'FieldToMatch' => [ 'Type' => 'QUERY_STRING', ], 'TextTransformation' => 'URL_DECODE', ], ], ], ]
DeleteByteMatchSet
$result = $client->deleteByteMatchSet
([/* ... */]); $promise = $client->deleteByteMatchSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Permanently deletes a ByteMatchSet. You can't delete a ByteMatchSet
if it's still used in any Rules
or if it still includes any ByteMatchTuple objects (any filters).
If you just want to remove a ByteMatchSet
from a Rule
, use UpdateRule.
To permanently delete a ByteMatchSet
, perform the following steps:
-
Update the
ByteMatchSet
to remove filters, if any. For more information, see UpdateByteMatchSet. -
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of aDeleteByteMatchSet
request. -
Submit a
DeleteByteMatchSet
request.
Parameter Syntax
$result = $client->deleteByteMatchSet([ 'ByteMatchSetId' => '<string>', // REQUIRED 'ChangeToken' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ByteMatchSetId
-
- Required: Yes
- Type: string
The
ByteMatchSetId
of the ByteMatchSet that you want to delete.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets. - ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
Result Syntax
[ 'ChangeToken' => '<string>', ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theDeleteByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFReferencedItemException:
The operation failed because you tried to delete an object that is still in use. For example:
-
You tried to delete a
ByteMatchSet
that is still referenced by aRule
. -
You tried to delete a
Rule
that is still referenced by aWebACL
.
-
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFNonEmptyEntityException:
The operation failed because you tried to delete an object that isn't empty. For example:
-
You tried to delete a
WebACL
that still contains one or moreRule
objects. -
You tried to delete a
Rule
that still contains one or moreByteMatchSet
objects or other predicates. -
You tried to delete a
ByteMatchSet
that contains one or moreByteMatchTuple
objects. -
You tried to delete an
IPSet
that references one or more IP addresses.
-
Examples
Example 1: To delete a byte match set
The following example deletes a byte match set with the ID exampleIDs3t-46da-4fdb-b8d5-abc321j569j5.
$result = $client->deleteByteMatchSet([ 'ByteMatchSetId' => 'exampleIDs3t-46da-4fdb-b8d5-abc321j569j5', 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', ]);
Result syntax:
[ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', ]
DeleteGeoMatchSet
$result = $client->deleteGeoMatchSet
([/* ... */]); $promise = $client->deleteGeoMatchSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Permanently deletes a GeoMatchSet. You can't delete a GeoMatchSet
if it's still used in any Rules
or if it still includes any countries.
If you just want to remove a GeoMatchSet
from a Rule
, use UpdateRule.
To permanently delete a GeoMatchSet
from AWS WAF, perform the following steps:
-
Update the
GeoMatchSet
to remove any countries. For more information, see UpdateGeoMatchSet. -
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of aDeleteGeoMatchSet
request. -
Submit a
DeleteGeoMatchSet
request.
Parameter Syntax
$result = $client->deleteGeoMatchSet([ 'ChangeToken' => '<string>', // REQUIRED 'GeoMatchSetId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- GeoMatchSetId
-
- Required: Yes
- Type: string
The
GeoMatchSetID
of the GeoMatchSet that you want to delete.GeoMatchSetId
is returned by CreateGeoMatchSet and by ListGeoMatchSets.
Result Syntax
[ 'ChangeToken' => '<string>', ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theDeleteGeoMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Errors
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFReferencedItemException:
The operation failed because you tried to delete an object that is still in use. For example:
-
You tried to delete a
ByteMatchSet
that is still referenced by aRule
. -
You tried to delete a
Rule
that is still referenced by aWebACL
.
-
- WAFNonEmptyEntityException:
The operation failed because you tried to delete an object that isn't empty. For example:
-
You tried to delete a
WebACL
that still contains one or moreRule
objects. -
You tried to delete a
Rule
that still contains one or moreByteMatchSet
objects or other predicates. -
You tried to delete a
ByteMatchSet
that contains one or moreByteMatchTuple
objects. -
You tried to delete an
IPSet
that references one or more IP addresses.
-
DeleteIPSet
$result = $client->deleteIPSet
([/* ... */]); $promise = $client->deleteIPSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Permanently deletes an IPSet. You can't delete an IPSet
if it's still used in any Rules
or if it still includes any IP addresses.
If you just want to remove an IPSet
from a Rule
, use UpdateRule.
To permanently delete an IPSet
from AWS WAF, perform the following steps:
-
Update the
IPSet
to remove IP address ranges, if any. For more information, see UpdateIPSet. -
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of aDeleteIPSet
request. -
Submit a
DeleteIPSet
request.
Parameter Syntax
$result = $client->deleteIPSet([ 'ChangeToken' => '<string>', // REQUIRED 'IPSetId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- IPSetId
-
- Required: Yes
- Type: string
The
IPSetId
of the IPSet that you want to delete.IPSetId
is returned by CreateIPSet and by ListIPSets.
Result Syntax
[ 'ChangeToken' => '<string>', ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theDeleteIPSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Errors
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFReferencedItemException:
The operation failed because you tried to delete an object that is still in use. For example:
-
You tried to delete a
ByteMatchSet
that is still referenced by aRule
. -
You tried to delete a
Rule
that is still referenced by aWebACL
.
-
- WAFNonEmptyEntityException:
The operation failed because you tried to delete an object that isn't empty. For example:
-
You tried to delete a
WebACL
that still contains one or moreRule
objects. -
You tried to delete a
Rule
that still contains one or moreByteMatchSet
objects or other predicates. -
You tried to delete a
ByteMatchSet
that contains one or moreByteMatchTuple
objects. -
You tried to delete an
IPSet
that references one or more IP addresses.
-
Examples
Example 1: To delete an IP set
The following example deletes an IP match set with the ID example1ds3t-46da-4fdb-b8d5-abc321j569j5.
$result = $client->deleteIPSet([ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', 'IPSetId' => 'example1ds3t-46da-4fdb-b8d5-abc321j569j5', ]);
Result syntax:
[ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', ]
DeleteLoggingConfiguration
$result = $client->deleteLoggingConfiguration
([/* ... */]); $promise = $client->deleteLoggingConfigurationAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Permanently deletes the LoggingConfiguration from the specified web ACL.
Parameter Syntax
$result = $client->deleteLoggingConfiguration([ 'ResourceArn' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ResourceArn
-
- Required: Yes
- Type: string
The Amazon Resource Name (ARN) of the web ACL from which you want to delete the LoggingConfiguration.
Result Syntax
[]
Result Details
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
DeletePermissionPolicy
$result = $client->deletePermissionPolicy
([/* ... */]); $promise = $client->deletePermissionPolicyAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Permanently deletes an IAM policy from the specified RuleGroup.
The user making the request must be the owner of the RuleGroup.
Parameter Syntax
$result = $client->deletePermissionPolicy([ 'ResourceArn' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ResourceArn
-
- Required: Yes
- Type: string
The Amazon Resource Name (ARN) of the RuleGroup from which you want to delete the policy.
The user making the request must be the owner of the RuleGroup.
Result Syntax
[]
Result Details
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
DeleteRateBasedRule
$result = $client->deleteRateBasedRule
([/* ... */]); $promise = $client->deleteRateBasedRuleAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Permanently deletes a RateBasedRule. You can't delete a rule if it's still used in any WebACL
objects or if it still includes any predicates, such as ByteMatchSet
objects.
If you just want to remove a rule from a WebACL
, use UpdateWebACL.
To permanently delete a RateBasedRule
from AWS WAF, perform the following steps:
-
Update the
RateBasedRule
to remove predicates, if any. For more information, see UpdateRateBasedRule. -
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of aDeleteRateBasedRule
request. -
Submit a
DeleteRateBasedRule
request.
Parameter Syntax
$result = $client->deleteRateBasedRule([ 'ChangeToken' => '<string>', // REQUIRED 'RuleId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- RuleId
-
- Required: Yes
- Type: string
The
RuleId
of the RateBasedRule that you want to delete.RuleId
is returned by CreateRateBasedRule and by ListRateBasedRules.
Result Syntax
[ 'ChangeToken' => '<string>', ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theDeleteRateBasedRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Errors
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFReferencedItemException:
The operation failed because you tried to delete an object that is still in use. For example:
-
You tried to delete a
ByteMatchSet
that is still referenced by aRule
. -
You tried to delete a
Rule
that is still referenced by aWebACL
.
-
- WAFNonEmptyEntityException:
The operation failed because you tried to delete an object that isn't empty. For example:
-
You tried to delete a
WebACL
that still contains one or moreRule
objects. -
You tried to delete a
Rule
that still contains one or moreByteMatchSet
objects or other predicates. -
You tried to delete a
ByteMatchSet
that contains one or moreByteMatchTuple
objects. -
You tried to delete an
IPSet
that references one or more IP addresses.
-
- WAFTagOperationException:
- WAFTagOperationInternalErrorException:
DeleteRegexMatchSet
$result = $client->deleteRegexMatchSet
([/* ... */]); $promise = $client->deleteRegexMatchSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Permanently deletes a RegexMatchSet. You can't delete a RegexMatchSet
if it's still used in any Rules
or if it still includes any RegexMatchTuples
objects (any filters).
If you just want to remove a RegexMatchSet
from a Rule
, use UpdateRule.
To permanently delete a RegexMatchSet
, perform the following steps:
-
Update the
RegexMatchSet
to remove filters, if any. For more information, see UpdateRegexMatchSet. -
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of aDeleteRegexMatchSet
request. -
Submit a
DeleteRegexMatchSet
request.
Parameter Syntax
$result = $client->deleteRegexMatchSet([ 'ChangeToken' => '<string>', // REQUIRED 'RegexMatchSetId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- RegexMatchSetId
-
- Required: Yes
- Type: string
The
RegexMatchSetId
of the RegexMatchSet that you want to delete.RegexMatchSetId
is returned by CreateRegexMatchSet and by ListRegexMatchSets.
Result Syntax
[ 'ChangeToken' => '<string>', ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theDeleteRegexMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFReferencedItemException:
The operation failed because you tried to delete an object that is still in use. For example:
-
You tried to delete a
ByteMatchSet
that is still referenced by aRule
. -
You tried to delete a
Rule
that is still referenced by aWebACL
.
-
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFNonEmptyEntityException:
The operation failed because you tried to delete an object that isn't empty. For example:
-
You tried to delete a
WebACL
that still contains one or moreRule
objects. -
You tried to delete a
Rule
that still contains one or moreByteMatchSet
objects or other predicates. -
You tried to delete a
ByteMatchSet
that contains one or moreByteMatchTuple
objects. -
You tried to delete an
IPSet
that references one or more IP addresses.
-
DeleteRegexPatternSet
$result = $client->deleteRegexPatternSet
([/* ... */]); $promise = $client->deleteRegexPatternSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Permanently deletes a RegexPatternSet. You can't delete a RegexPatternSet
if it's still used in any RegexMatchSet
or if the RegexPatternSet
is not empty.
Parameter Syntax
$result = $client->deleteRegexPatternSet([ 'ChangeToken' => '<string>', // REQUIRED 'RegexPatternSetId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- RegexPatternSetId
-
- Required: Yes
- Type: string
The
RegexPatternSetId
of the RegexPatternSet that you want to delete.RegexPatternSetId
is returned by CreateRegexPatternSet and by ListRegexPatternSets.
Result Syntax
[ 'ChangeToken' => '<string>', ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theDeleteRegexPatternSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFReferencedItemException:
The operation failed because you tried to delete an object that is still in use. For example:
-
You tried to delete a
ByteMatchSet
that is still referenced by aRule
. -
You tried to delete a
Rule
that is still referenced by aWebACL
.
-
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFNonEmptyEntityException:
The operation failed because you tried to delete an object that isn't empty. For example:
-
You tried to delete a
WebACL
that still contains one or moreRule
objects. -
You tried to delete a
Rule
that still contains one or moreByteMatchSet
objects or other predicates. -
You tried to delete a
ByteMatchSet
that contains one or moreByteMatchTuple
objects. -
You tried to delete an
IPSet
that references one or more IP addresses.
-
DeleteRule
$result = $client->deleteRule
([/* ... */]); $promise = $client->deleteRuleAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Permanently deletes a Rule. You can't delete a Rule
if it's still used in any WebACL
objects or if it still includes any predicates, such as ByteMatchSet
objects.
If you just want to remove a Rule
from a WebACL
, use UpdateWebACL.
To permanently delete a Rule
from AWS WAF, perform the following steps:
-
Update the
Rule
to remove predicates, if any. For more information, see UpdateRule. -
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of aDeleteRule
request. -
Submit a
DeleteRule
request.
Parameter Syntax
$result = $client->deleteRule([ 'ChangeToken' => '<string>', // REQUIRED 'RuleId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- RuleId
-
- Required: Yes
- Type: string
The
RuleId
of the Rule that you want to delete.RuleId
is returned by CreateRule and by ListRules.
Result Syntax
[ 'ChangeToken' => '<string>', ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theDeleteRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Errors
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFReferencedItemException:
The operation failed because you tried to delete an object that is still in use. For example:
-
You tried to delete a
ByteMatchSet
that is still referenced by aRule
. -
You tried to delete a
Rule
that is still referenced by aWebACL
.
-
- WAFNonEmptyEntityException:
The operation failed because you tried to delete an object that isn't empty. For example:
-
You tried to delete a
WebACL
that still contains one or moreRule
objects. -
You tried to delete a
Rule
that still contains one or moreByteMatchSet
objects or other predicates. -
You tried to delete a
ByteMatchSet
that contains one or moreByteMatchTuple
objects. -
You tried to delete an
IPSet
that references one or more IP addresses.
-
- WAFTagOperationException:
- WAFTagOperationInternalErrorException:
Examples
Example 1: To delete a rule
The following example deletes a rule with the ID WAFRule-1-Example.
$result = $client->deleteRule([ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', 'RuleId' => 'WAFRule-1-Example', ]);
Result syntax:
[ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', ]
DeleteRuleGroup
$result = $client->deleteRuleGroup
([/* ... */]); $promise = $client->deleteRuleGroupAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Permanently deletes a RuleGroup. You can't delete a RuleGroup
if it's still used in any WebACL
objects or if it still includes any rules.
If you just want to remove a RuleGroup
from a WebACL
, use UpdateWebACL.
To permanently delete a RuleGroup
from AWS WAF, perform the following steps:
-
Update the
RuleGroup
to remove rules, if any. For more information, see UpdateRuleGroup. -
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of aDeleteRuleGroup
request. -
Submit a
DeleteRuleGroup
request.
Parameter Syntax
$result = $client->deleteRuleGroup([ 'ChangeToken' => '<string>', // REQUIRED 'RuleGroupId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- RuleGroupId
-
- Required: Yes
- Type: string
The
RuleGroupId
of the RuleGroup that you want to delete.RuleGroupId
is returned by CreateRuleGroup and by ListRuleGroups.
Result Syntax
[ 'ChangeToken' => '<string>', ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theDeleteRuleGroup
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Errors
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFReferencedItemException:
The operation failed because you tried to delete an object that is still in use. For example:
-
You tried to delete a
ByteMatchSet
that is still referenced by aRule
. -
You tried to delete a
Rule
that is still referenced by aWebACL
.
-
- WAFNonEmptyEntityException:
The operation failed because you tried to delete an object that isn't empty. For example:
-
You tried to delete a
WebACL
that still contains one or moreRule
objects. -
You tried to delete a
Rule
that still contains one or moreByteMatchSet
objects or other predicates. -
You tried to delete a
ByteMatchSet
that contains one or moreByteMatchTuple
objects. -
You tried to delete an
IPSet
that references one or more IP addresses.
-
- WAFInvalidOperationException:
The operation failed because there was nothing to do. For example:
-
You tried to remove a
Rule
from aWebACL
, but theRule
isn't in the specifiedWebACL
. -
You tried to remove an IP address from an
IPSet
, but the IP address isn't in the specifiedIPSet
. -
You tried to remove a
ByteMatchTuple
from aByteMatchSet
, but theByteMatchTuple
isn't in the specifiedWebACL
. -
You tried to add a
Rule
to aWebACL
, but theRule
already exists in the specifiedWebACL
. -
You tried to add a
ByteMatchTuple
to aByteMatchSet
, but theByteMatchTuple
already exists in the specifiedWebACL
.
-
- WAFTagOperationException:
- WAFTagOperationInternalErrorException:
DeleteSizeConstraintSet
$result = $client->deleteSizeConstraintSet
([/* ... */]); $promise = $client->deleteSizeConstraintSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Permanently deletes a SizeConstraintSet. You can't delete a SizeConstraintSet
if it's still used in any Rules
or if it still includes any SizeConstraint objects (any filters).
If you just want to remove a SizeConstraintSet
from a Rule
, use UpdateRule.
To permanently delete a SizeConstraintSet
, perform the following steps:
-
Update the
SizeConstraintSet
to remove filters, if any. For more information, see UpdateSizeConstraintSet. -
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of aDeleteSizeConstraintSet
request. -
Submit a
DeleteSizeConstraintSet
request.
Parameter Syntax
$result = $client->deleteSizeConstraintSet([ 'ChangeToken' => '<string>', // REQUIRED 'SizeConstraintSetId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- SizeConstraintSetId
-
- Required: Yes
- Type: string
The
SizeConstraintSetId
of the SizeConstraintSet that you want to delete.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
Result Syntax
[ 'ChangeToken' => '<string>', ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theDeleteSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Errors
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFReferencedItemException:
The operation failed because you tried to delete an object that is still in use. For example:
-
You tried to delete a
ByteMatchSet
that is still referenced by aRule
. -
You tried to delete a
Rule
that is still referenced by aWebACL
.
-
- WAFNonEmptyEntityException:
The operation failed because you tried to delete an object that isn't empty. For example:
-
You tried to delete a
WebACL
that still contains one or moreRule
objects. -
You tried to delete a
Rule
that still contains one or moreByteMatchSet
objects or other predicates. -
You tried to delete a
ByteMatchSet
that contains one or moreByteMatchTuple
objects. -
You tried to delete an
IPSet
that references one or more IP addresses.
-
Examples
Example 1: To delete a size constraint set
The following example deletes a size constraint set with the ID example1ds3t-46da-4fdb-b8d5-abc321j569j5.
$result = $client->deleteSizeConstraintSet([ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', 'SizeConstraintSetId' => 'example1ds3t-46da-4fdb-b8d5-abc321j569j5', ]);
Result syntax:
[ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', ]
DeleteSqlInjectionMatchSet
$result = $client->deleteSqlInjectionMatchSet
([/* ... */]); $promise = $client->deleteSqlInjectionMatchSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Permanently deletes a SqlInjectionMatchSet. You can't delete a SqlInjectionMatchSet
if it's still used in any Rules
or if it still contains any SqlInjectionMatchTuple objects.
If you just want to remove a SqlInjectionMatchSet
from a Rule
, use UpdateRule.
To permanently delete a SqlInjectionMatchSet
from AWS WAF, perform the following steps:
-
Update the
SqlInjectionMatchSet
to remove filters, if any. For more information, see UpdateSqlInjectionMatchSet. -
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of aDeleteSqlInjectionMatchSet
request. -
Submit a
DeleteSqlInjectionMatchSet
request.
Parameter Syntax
$result = $client->deleteSqlInjectionMatchSet([ 'ChangeToken' => '<string>', // REQUIRED 'SqlInjectionMatchSetId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- SqlInjectionMatchSetId
-
- Required: Yes
- Type: string
The
SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to delete.SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
Result Syntax
[ 'ChangeToken' => '<string>', ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theDeleteSqlInjectionMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFReferencedItemException:
The operation failed because you tried to delete an object that is still in use. For example:
-
You tried to delete a
ByteMatchSet
that is still referenced by aRule
. -
You tried to delete a
Rule
that is still referenced by aWebACL
.
-
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFNonEmptyEntityException:
The operation failed because you tried to delete an object that isn't empty. For example:
-
You tried to delete a
WebACL
that still contains one or moreRule
objects. -
You tried to delete a
Rule
that still contains one or moreByteMatchSet
objects or other predicates. -
You tried to delete a
ByteMatchSet
that contains one or moreByteMatchTuple
objects. -
You tried to delete an
IPSet
that references one or more IP addresses.
-
Examples
Example 1: To delete a SQL injection match set
The following example deletes a SQL injection match set with the ID example1ds3t-46da-4fdb-b8d5-abc321j569j5.
$result = $client->deleteSqlInjectionMatchSet([ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', 'SqlInjectionMatchSetId' => 'example1ds3t-46da-4fdb-b8d5-abc321j569j5', ]);
Result syntax:
[ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', ]
DeleteWebACL
$result = $client->deleteWebACL
([/* ... */]); $promise = $client->deleteWebACLAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Permanently deletes a WebACL. You can't delete a WebACL
if it still contains any Rules
.
To delete a WebACL
, perform the following steps:
-
Update the
WebACL
to removeRules
, if any. For more information, see UpdateWebACL. -
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of aDeleteWebACL
request. -
Submit a
DeleteWebACL
request.
Parameter Syntax
$result = $client->deleteWebACL([ 'ChangeToken' => '<string>', // REQUIRED 'WebACLId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- WebACLId
-
- Required: Yes
- Type: string
The
WebACLId
of the WebACL that you want to delete.WebACLId
is returned by CreateWebACL and by ListWebACLs.
Result Syntax
[ 'ChangeToken' => '<string>', ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theDeleteWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Errors
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFReferencedItemException:
The operation failed because you tried to delete an object that is still in use. For example:
-
You tried to delete a
ByteMatchSet
that is still referenced by aRule
. -
You tried to delete a
Rule
that is still referenced by aWebACL
.
-
- WAFNonEmptyEntityException:
The operation failed because you tried to delete an object that isn't empty. For example:
-
You tried to delete a
WebACL
that still contains one or moreRule
objects. -
You tried to delete a
Rule
that still contains one or moreByteMatchSet
objects or other predicates. -
You tried to delete a
ByteMatchSet
that contains one or moreByteMatchTuple
objects. -
You tried to delete an
IPSet
that references one or more IP addresses.
-
- WAFTagOperationException:
- WAFTagOperationInternalErrorException:
Examples
Example 1: To delete a web ACL
The following example deletes a web ACL with the ID example-46da-4444-5555-example.
$result = $client->deleteWebACL([ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', 'WebACLId' => 'example-46da-4444-5555-example', ]);
Result syntax:
[ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', ]
DeleteXssMatchSet
$result = $client->deleteXssMatchSet
([/* ... */]); $promise = $client->deleteXssMatchSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Permanently deletes an XssMatchSet. You can't delete an XssMatchSet
if it's still used in any Rules
or if it still contains any XssMatchTuple objects.
If you just want to remove an XssMatchSet
from a Rule
, use UpdateRule.
To permanently delete an XssMatchSet
from AWS WAF, perform the following steps:
-
Update the
XssMatchSet
to remove filters, if any. For more information, see UpdateXssMatchSet. -
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of aDeleteXssMatchSet
request. -
Submit a
DeleteXssMatchSet
request.
Parameter Syntax
$result = $client->deleteXssMatchSet([ 'ChangeToken' => '<string>', // REQUIRED 'XssMatchSetId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- XssMatchSetId
-
- Required: Yes
- Type: string
The
XssMatchSetId
of the XssMatchSet that you want to delete.XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
Result Syntax
[ 'ChangeToken' => '<string>', ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theDeleteXssMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFReferencedItemException:
The operation failed because you tried to delete an object that is still in use. For example:
-
You tried to delete a
ByteMatchSet
that is still referenced by aRule
. -
You tried to delete a
Rule
that is still referenced by aWebACL
.
-
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFNonEmptyEntityException:
The operation failed because you tried to delete an object that isn't empty. For example:
-
You tried to delete a
WebACL
that still contains one or moreRule
objects. -
You tried to delete a
Rule
that still contains one or moreByteMatchSet
objects or other predicates. -
You tried to delete a
ByteMatchSet
that contains one or moreByteMatchTuple
objects. -
You tried to delete an
IPSet
that references one or more IP addresses.
-
Examples
Example 1: To delete an XSS match set
The following example deletes an XSS match set with the ID example1ds3t-46da-4fdb-b8d5-abc321j569j5.
$result = $client->deleteXssMatchSet([ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', 'XssMatchSetId' => 'example1ds3t-46da-4fdb-b8d5-abc321j569j5', ]);
Result syntax:
[ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', ]
GetByteMatchSet
$result = $client->getByteMatchSet
([/* ... */]); $promise = $client->getByteMatchSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns the ByteMatchSet specified by ByteMatchSetId
.
Parameter Syntax
$result = $client->getByteMatchSet([ 'ByteMatchSetId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ByteMatchSetId
-
- Required: Yes
- Type: string
The
ByteMatchSetId
of the ByteMatchSet that you want to get.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets.
Result Syntax
[ 'ByteMatchSet' => [ 'ByteMatchSetId' => '<string>', 'ByteMatchTuples' => [ [ 'FieldToMatch' => [ 'Data' => '<string>', 'Type' => 'URI|QUERY_STRING|HEADER|METHOD|BODY|SINGLE_QUERY_ARG|ALL_QUERY_ARGS', ], 'PositionalConstraint' => 'EXACTLY|STARTS_WITH|ENDS_WITH|CONTAINS|CONTAINS_WORD', 'TargetString' => <string || resource || Psr\Http\Message\StreamInterface>, 'TextTransformation' => 'NONE|COMPRESS_WHITE_SPACE|HTML_ENTITY_DECODE|LOWERCASE|CMD_LINE|URL_DECODE', ], // ... ], 'Name' => '<string>', ], ]
Result Details
Members
- ByteMatchSet
-
- Type: ByteMatchSet structure
Information about the ByteMatchSet that you specified in the
GetByteMatchSet
request. For more information, see the following topics:-
ByteMatchSet: Contains
ByteMatchSetId
,ByteMatchTuples
, andName
-
ByteMatchTuples
: Contains an array of ByteMatchTuple objects. EachByteMatchTuple
object contains FieldToMatch,PositionalConstraint
,TargetString
, andTextTransformation
-
FieldToMatch: Contains
Data
andType
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
Examples
Example 1: To get a byte match set
The following example returns the details of a byte match set with the ID exampleIDs3t-46da-4fdb-b8d5-abc321j569j5.
$result = $client->getByteMatchSet([ 'ByteMatchSetId' => 'exampleIDs3t-46da-4fdb-b8d5-abc321j569j5', ]);
Result syntax:
[ 'ByteMatchSet' => [ 'ByteMatchSetId' => 'exampleIDs3t-46da-4fdb-b8d5-abc321j569j5', 'ByteMatchTuples' => [ [ 'FieldToMatch' => [ 'Data' => 'referer', 'Type' => 'HEADER', ], 'PositionalConstraint' => 'CONTAINS', 'TargetString' => <BLOB>, 'TextTransformation' => 'NONE', ], ], 'Name' => 'ByteMatchNameExample', ], ]
GetChangeToken
$result = $client->getChangeToken
([/* ... */]); $promise = $client->getChangeTokenAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
When you want to create, update, or delete AWS WAF objects, get a change token and include the change token in the create, update, or delete request. Change tokens ensure that your application doesn't submit conflicting requests to AWS WAF.
Each create, update, or delete request must use a unique change token. If your application submits a GetChangeToken
request and then submits a second GetChangeToken
request before submitting a create, update, or delete request, the second GetChangeToken
request returns the same value as the first GetChangeToken
request.
When you use a change token in a create, update, or delete request, the status of the change token changes to PENDING
, which indicates that AWS WAF is propagating the change to all AWS WAF servers. Use GetChangeTokenStatus
to determine the status of your change token.
Parameter Syntax
$result = $client->getChangeToken([ ]);
Parameter Details
Members
Result Syntax
[ 'ChangeToken' => '<string>', ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used in the request. Use this value in aGetChangeTokenStatus
request to get the current status of the request.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
Examples
Example 1: To get a change token
The following example returns a change token to use for a create, update or delete operation.
$result = $client->getChangeToken([ ]);
Result syntax:
[ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', ]
GetChangeTokenStatus
$result = $client->getChangeTokenStatus
([/* ... */]); $promise = $client->getChangeTokenStatusAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns the status of a ChangeToken
that you got by calling GetChangeToken. ChangeTokenStatus
is one of the following values:
-
PROVISIONED
: You requested the change token by callingGetChangeToken
, but you haven't used it yet in a call to create, update, or delete an AWS WAF object. -
PENDING
: AWS WAF is propagating the create, update, or delete request to all AWS WAF servers. -
INSYNC
: Propagation is complete.
Parameter Syntax
$result = $client->getChangeTokenStatus([ 'ChangeToken' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The change token for which you want to get the status. This change token was previously returned in the
GetChangeToken
response.
Result Syntax
[ 'ChangeTokenStatus' => 'PROVISIONED|PENDING|INSYNC', ]
Result Details
Members
- ChangeTokenStatus
-
- Type: string
The status of the change token.
Errors
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
Examples
Example 1: To get the change token status
The following example returns the status of a change token with the ID abcd12f2-46da-4fdb-b8d5-fbd4c466928f.
$result = $client->getChangeTokenStatus([ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', ]);
Result syntax:
[ 'ChangeTokenStatus' => 'PENDING', ]
GetGeoMatchSet
$result = $client->getGeoMatchSet
([/* ... */]); $promise = $client->getGeoMatchSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns the GeoMatchSet that is specified by GeoMatchSetId
.
Parameter Syntax
$result = $client->getGeoMatchSet([ 'GeoMatchSetId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- GeoMatchSetId
-
- Required: Yes
- Type: string
The
GeoMatchSetId
of the GeoMatchSet that you want to get.GeoMatchSetId
is returned by CreateGeoMatchSet and by ListGeoMatchSets.
Result Syntax
[ 'GeoMatchSet' => [ 'GeoMatchConstraints' => [ [ 'Type' => 'Country', 'Value' => 'AF|AX|AL|DZ|AS|AD|AO|AI|AQ|AG|AR|AM|AW|AU|AT|AZ|BS|BH|BD|BB|BY|BE|BZ|BJ|BM|BT|BO|BQ|BA|BW|BV|BR|IO|BN|BG|BF|BI|KH|CM|CA|CV|KY|CF|TD|CL|CN|CX|CC|CO|KM|CG|CD|CK|CR|CI|HR|CU|CW|CY|CZ|DK|DJ|DM|DO|EC|EG|SV|GQ|ER|EE|ET|FK|FO|FJ|FI|FR|GF|PF|TF|GA|GM|GE|DE|GH|GI|GR|GL|GD|GP|GU|GT|GG|GN|GW|GY|HT|HM|VA|HN|HK|HU|IS|IN|ID|IR|IQ|IE|IM|IL|IT|JM|JP|JE|JO|KZ|KE|KI|KP|KR|KW|KG|LA|LV|LB|LS|LR|LY|LI|LT|LU|MO|MK|MG|MW|MY|MV|ML|MT|MH|MQ|MR|MU|YT|MX|FM|MD|MC|MN|ME|MS|MA|MZ|MM|NA|NR|NP|NL|NC|NZ|NI|NE|NG|NU|NF|MP|NO|OM|PK|PW|PS|PA|PG|PY|PE|PH|PN|PL|PT|PR|QA|RE|RO|RU|RW|BL|SH|KN|LC|MF|PM|VC|WS|SM|ST|SA|SN|RS|SC|SL|SG|SX|SK|SI|SB|SO|ZA|GS|SS|ES|LK|SD|SR|SJ|SZ|SE|CH|SY|TW|TJ|TZ|TH|TL|TG|TK|TO|TT|TN|TR|TM|TC|TV|UG|UA|AE|GB|US|UM|UY|UZ|VU|VE|VN|VG|VI|WF|EH|YE|ZM|ZW', ], // ... ], 'GeoMatchSetId' => '<string>', 'Name' => '<string>', ], ]
Result Details
Members
- GeoMatchSet
-
- Type: GeoMatchSet structure
Information about the GeoMatchSet that you specified in the
GetGeoMatchSet
request. This includes theType
, which for aGeoMatchContraint
is alwaysCountry
, as well as theValue
, which is the identifier for a specific country.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
GetIPSet
$result = $client->getIPSet
([/* ... */]); $promise = $client->getIPSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns the IPSet that is specified by IPSetId
.
Parameter Syntax
$result = $client->getIPSet([ 'IPSetId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- IPSetId
-
- Required: Yes
- Type: string
The
IPSetId
of the IPSet that you want to get.IPSetId
is returned by CreateIPSet and by ListIPSets.
Result Syntax
[ 'IPSet' => [ 'IPSetDescriptors' => [ [ 'Type' => 'IPV4|IPV6', 'Value' => '<string>', ], // ... ], 'IPSetId' => '<string>', 'Name' => '<string>', ], ]
Result Details
Members
- IPSet
-
- Type: IPSet structure
Information about the IPSet that you specified in the
GetIPSet
request. For more information, see the following topics:-
IPSet: Contains
IPSetDescriptors
,IPSetId
, andName
-
IPSetDescriptors
: Contains an array of IPSetDescriptor objects. EachIPSetDescriptor
object containsType
andValue
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
Examples
Example 1: To get an IP set
The following example returns the details of an IP match set with the ID example1ds3t-46da-4fdb-b8d5-abc321j569j5.
$result = $client->getIPSet([ 'IPSetId' => 'example1ds3t-46da-4fdb-b8d5-abc321j569j5', ]);
Result syntax:
[ 'IPSet' => [ 'IPSetDescriptors' => [ [ 'Type' => 'IPV4', 'Value' => '192.0.2.44/32', ], ], 'IPSetId' => 'example1ds3t-46da-4fdb-b8d5-abc321j569j5', 'Name' => 'MyIPSetFriendlyName', ], ]
GetLoggingConfiguration
$result = $client->getLoggingConfiguration
([/* ... */]); $promise = $client->getLoggingConfigurationAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns the LoggingConfiguration for the specified web ACL.
Parameter Syntax
$result = $client->getLoggingConfiguration([ 'ResourceArn' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ResourceArn
-
- Required: Yes
- Type: string
The Amazon Resource Name (ARN) of the web ACL for which you want to get the LoggingConfiguration.
Result Syntax
[ 'LoggingConfiguration' => [ 'LogDestinationConfigs' => ['<string>', ...], 'RedactedFields' => [ [ 'Data' => '<string>', 'Type' => 'URI|QUERY_STRING|HEADER|METHOD|BODY|SINGLE_QUERY_ARG|ALL_QUERY_ARGS', ], // ... ], 'ResourceArn' => '<string>', ], ]
Result Details
Members
- LoggingConfiguration
-
- Type: LoggingConfiguration structure
The LoggingConfiguration for the specified web ACL.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
GetPermissionPolicy
$result = $client->getPermissionPolicy
([/* ... */]); $promise = $client->getPermissionPolicyAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns the IAM policy attached to the RuleGroup.
Parameter Syntax
$result = $client->getPermissionPolicy([ 'ResourceArn' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ResourceArn
-
- Required: Yes
- Type: string
The Amazon Resource Name (ARN) of the RuleGroup for which you want to get the policy.
Result Syntax
[ 'Policy' => '<string>', ]
Result Details
Members
- Policy
-
- Type: string
The IAM policy attached to the specified RuleGroup.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
GetRateBasedRule
$result = $client->getRateBasedRule
([/* ... */]); $promise = $client->getRateBasedRuleAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns the RateBasedRule that is specified by the RuleId
that you included in the GetRateBasedRule
request.
Parameter Syntax
$result = $client->getRateBasedRule([ 'RuleId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- RuleId
-
- Required: Yes
- Type: string
The
RuleId
of the RateBasedRule that you want to get.RuleId
is returned by CreateRateBasedRule and by ListRateBasedRules.
Result Syntax
[ 'Rule' => [ 'MatchPredicates' => [ [ 'DataId' => '<string>', 'Negated' => true || false, 'Type' => 'IPMatch|ByteMatch|SqlInjectionMatch|GeoMatch|SizeConstraint|XssMatch|RegexMatch', ], // ... ], 'MetricName' => '<string>', 'Name' => '<string>', 'RateKey' => 'IP', 'RateLimit' => <integer>, 'RuleId' => '<string>', ], ]
Result Details
Members
- Rule
-
- Type: RateBasedRule structure
Information about the RateBasedRule that you specified in the
GetRateBasedRule
request.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
GetRateBasedRuleManagedKeys
$result = $client->getRateBasedRuleManagedKeys
([/* ... */]); $promise = $client->getRateBasedRuleManagedKeysAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns an array of IP addresses currently being blocked by the RateBasedRule that is specified by the RuleId
. The maximum number of managed keys that will be blocked is 10,000. If more than 10,000 addresses exceed the rate limit, the 10,000 addresses with the highest rates will be blocked.
Parameter Syntax
$result = $client->getRateBasedRuleManagedKeys([ 'NextMarker' => '<string>', 'RuleId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- NextMarker
-
- Type: string
A null value and not currently used. Do not include this in your request.
- RuleId
-
- Required: Yes
- Type: string
The
RuleId
of the RateBasedRule for which you want to get a list ofManagedKeys
.RuleId
is returned by CreateRateBasedRule and by ListRateBasedRules.
Result Syntax
[ 'ManagedKeys' => ['<string>', ...], 'NextMarker' => '<string>', ]
Result Details
Members
- ManagedKeys
-
- Type: Array of strings
An array of IP addresses that currently are blocked by the specified RateBasedRule.
- NextMarker
-
- Type: string
A null value and not currently used.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFInvalidParameterException:
The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
-
You specified an invalid parameter name.
-
You specified an invalid value.
-
You tried to update an object (
ByteMatchSet
,IPSet
,Rule
, orWebACL
) using an action other thanINSERT
orDELETE
. -
You tried to create a
WebACL
with aDefaultAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to create a
RateBasedRule
with aRateKey
value other thanIP
. -
You tried to update a
WebACL
with aWafAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to update a
ByteMatchSet
with aFieldToMatch
Type
other than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSet
with aField
ofHEADER
but no value forData
. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
-
GetRegexMatchSet
$result = $client->getRegexMatchSet
([/* ... */]); $promise = $client->getRegexMatchSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns the RegexMatchSet specified by RegexMatchSetId
.
Parameter Syntax
$result = $client->getRegexMatchSet([ 'RegexMatchSetId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- RegexMatchSetId
-
- Required: Yes
- Type: string
The
RegexMatchSetId
of the RegexMatchSet that you want to get.RegexMatchSetId
is returned by CreateRegexMatchSet and by ListRegexMatchSets.
Result Syntax
[ 'RegexMatchSet' => [ 'Name' => '<string>', 'RegexMatchSetId' => '<string>', 'RegexMatchTuples' => [ [ 'FieldToMatch' => [ 'Data' => '<string>', 'Type' => 'URI|QUERY_STRING|HEADER|METHOD|BODY|SINGLE_QUERY_ARG|ALL_QUERY_ARGS', ], 'RegexPatternSetId' => '<string>', 'TextTransformation' => 'NONE|COMPRESS_WHITE_SPACE|HTML_ENTITY_DECODE|LOWERCASE|CMD_LINE|URL_DECODE', ], // ... ], ], ]
Result Details
Members
- RegexMatchSet
-
- Type: RegexMatchSet structure
Information about the RegexMatchSet that you specified in the
GetRegexMatchSet
request. For more information, see RegexMatchTuple.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
GetRegexPatternSet
$result = $client->getRegexPatternSet
([/* ... */]); $promise = $client->getRegexPatternSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns the RegexPatternSet specified by RegexPatternSetId
.
Parameter Syntax
$result = $client->getRegexPatternSet([ 'RegexPatternSetId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- RegexPatternSetId
-
- Required: Yes
- Type: string
The
RegexPatternSetId
of the RegexPatternSet that you want to get.RegexPatternSetId
is returned by CreateRegexPatternSet and by ListRegexPatternSets.
Result Syntax
[ 'RegexPatternSet' => [ 'Name' => '<string>', 'RegexPatternSetId' => '<string>', 'RegexPatternStrings' => ['<string>', ...], ], ]
Result Details
Members
- RegexPatternSet
-
- Type: RegexPatternSet structure
Information about the RegexPatternSet that you specified in the
GetRegexPatternSet
request, including the identifier of the pattern set and the regular expression patterns you want AWS WAF to search for.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
GetRule
$result = $client->getRule
([/* ... */]); $promise = $client->getRuleAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns the Rule that is specified by the RuleId
that you included in the GetRule
request.
Parameter Syntax
$result = $client->getRule([ 'RuleId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- RuleId
-
- Required: Yes
- Type: string
The
RuleId
of the Rule that you want to get.RuleId
is returned by CreateRule and by ListRules.
Result Syntax
[ 'Rule' => [ 'MetricName' => '<string>', 'Name' => '<string>', 'Predicates' => [ [ 'DataId' => '<string>', 'Negated' => true || false, 'Type' => 'IPMatch|ByteMatch|SqlInjectionMatch|GeoMatch|SizeConstraint|XssMatch|RegexMatch', ], // ... ], 'RuleId' => '<string>', ], ]
Result Details
Members
- Rule
-
- Type: Rule structure
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
Examples
Example 1: To get a rule
The following example returns the details of a rule with the ID example1ds3t-46da-4fdb-b8d5-abc321j569j5.
$result = $client->getRule([ 'RuleId' => 'example1ds3t-46da-4fdb-b8d5-abc321j569j5', ]);
Result syntax:
[ 'Rule' => [ 'MetricName' => 'WAFByteHeaderRule', 'Name' => 'WAFByteHeaderRule', 'Predicates' => [ [ 'DataId' => 'MyByteMatchSetID', 'Negated' => , 'Type' => 'ByteMatch', ], ], 'RuleId' => 'example1ds3t-46da-4fdb-b8d5-abc321j569j5', ], ]
GetRuleGroup
$result = $client->getRuleGroup
([/* ... */]); $promise = $client->getRuleGroupAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns the RuleGroup that is specified by the RuleGroupId
that you included in the GetRuleGroup
request.
To view the rules in a rule group, use ListActivatedRulesInRuleGroup.
Parameter Syntax
$result = $client->getRuleGroup([ 'RuleGroupId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- RuleGroupId
-
- Required: Yes
- Type: string
The
RuleGroupId
of the RuleGroup that you want to get.RuleGroupId
is returned by CreateRuleGroup and by ListRuleGroups.
Result Syntax
[ 'RuleGroup' => [ 'MetricName' => '<string>', 'Name' => '<string>', 'RuleGroupId' => '<string>', ], ]
Result Details
Members
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
GetSampledRequests
$result = $client->getSampledRequests
([/* ... */]); $promise = $client->getSampledRequestsAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Gets detailed information about a specified number of requests--a sample--that AWS WAF randomly selects from among the first 5,000 requests that your AWS resource received during a time range that you choose. You can specify a sample size of up to 500 requests, and you can specify any time range in the previous three hours.
GetSampledRequests
returns a time range, which is usually the time range that you specified. However, if your resource (such as a CloudFront distribution) received 5,000 requests before the specified time range elapsed, GetSampledRequests
returns an updated time range. This new time range indicates the actual period during which AWS WAF selected the requests in the sample.
Parameter Syntax
$result = $client->getSampledRequests([ 'MaxItems' => <integer>, // REQUIRED 'RuleId' => '<string>', // REQUIRED 'TimeWindow' => [ // REQUIRED 'EndTime' => <integer || string || DateTime>, // REQUIRED 'StartTime' => <integer || string || DateTime>, // REQUIRED ], 'WebAclId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- MaxItems
-
- Required: Yes
- Type: long (int|float)
The number of requests that you want AWS WAF to return from among the first 5,000 requests that your AWS resource received during the time range. If your resource received fewer requests than the value of
MaxItems
,GetSampledRequests
returns information about all of them. - RuleId
-
- Required: Yes
- Type: string
RuleId
is one of three values:-
The
RuleId
of theRule
or theRuleGroupId
of theRuleGroup
for which you wantGetSampledRequests
to return a sample of requests. -
Default_Action
, which causesGetSampledRequests
to return a sample of the requests that didn't match any of the rules in the specifiedWebACL
.
- TimeWindow
-
- Required: Yes
- Type: TimeWindow structure
The start date and time and the end date and time of the range for which you want
GetSampledRequests
to return a sample of requests. You must specify the times in Coordinated Universal Time (UTC) format. UTC format includes the special designator,Z
. For example,"2016-09-27T14:50Z"
. You can specify any time range in the previous three hours. - WebAclId
-
- Required: Yes
- Type: string
The
WebACLId
of theWebACL
for which you wantGetSampledRequests
to return a sample of requests.
Result Syntax
[ 'PopulationSize' => <integer>, 'SampledRequests' => [ [ 'Action' => '<string>', 'Request' => [ 'ClientIP' => '<string>', 'Country' => '<string>', 'HTTPVersion' => '<string>', 'Headers' => [ [ 'Name' => '<string>', 'Value' => '<string>', ], // ... ], 'Method' => '<string>', 'URI' => '<string>', ], 'RuleWithinRuleGroup' => '<string>', 'Timestamp' => <DateTime>, 'Weight' => <integer>, ], // ... ], 'TimeWindow' => [ 'EndTime' => <DateTime>, 'StartTime' => <DateTime>, ], ]
Result Details
Members
- PopulationSize
-
- Type: long (int|float)
The total number of requests from which
GetSampledRequests
got a sample ofMaxItems
requests. IfPopulationSize
is less thanMaxItems
, the sample includes every request that your AWS resource received during the specified time range. - SampledRequests
-
- Type: Array of SampledHTTPRequest structures
A complex type that contains detailed information about each of the requests in the sample.
- TimeWindow
-
- Type: TimeWindow structure
Usually,
TimeWindow
is the time range that you specified in theGetSampledRequests
request. However, if your AWS resource received more than 5,000 requests during the time range that you specified in the request,GetSampledRequests
returns the time range for the first 5,000 requests. Times are in Coordinated Universal Time (UTC) format.
Errors
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
Examples
Example 1: To get a sampled requests
The following example returns detailed information about 100 requests --a sample-- that AWS WAF randomly selects from among the first 5,000 requests that your AWS resource received between the time period 2016-09-27T15:50Z to 2016-09-27T15:50Z.
$result = $client->getSampledRequests([ 'MaxItems' => 100, 'RuleId' => 'WAFRule-1-Example', 'TimeWindow' => [ 'EndTime' =>, 'StartTime' => , ], 'WebAclId' => 'createwebacl-1472061481310', ]);
Result syntax:
[ 'PopulationSize' => 50, 'SampledRequests' => [ [ 'Action' => 'BLOCK', 'Request' => [ 'ClientIP' => '192.0.2.44', 'Country' => 'US', 'HTTPVersion' => 'HTTP/1.1', 'Headers' => [ [ 'Name' => 'User-Agent', 'Value' => 'BadBot ', ], ], 'Method' => 'HEAD', ], 'Timestamp' =>, 'Weight' => 1, ], ], 'TimeWindow' => [ 'EndTime' => , 'StartTime' => , ], ]
GetSizeConstraintSet
$result = $client->getSizeConstraintSet
([/* ... */]); $promise = $client->getSizeConstraintSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns the SizeConstraintSet specified by SizeConstraintSetId
.
Parameter Syntax
$result = $client->getSizeConstraintSet([ 'SizeConstraintSetId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- SizeConstraintSetId
-
- Required: Yes
- Type: string
The
SizeConstraintSetId
of the SizeConstraintSet that you want to get.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
Result Syntax
[ 'SizeConstraintSet' => [ 'Name' => '<string>', 'SizeConstraintSetId' => '<string>', 'SizeConstraints' => [ [ 'ComparisonOperator' => 'EQ|NE|LE|LT|GE|GT', 'FieldToMatch' => [ 'Data' => '<string>', 'Type' => 'URI|QUERY_STRING|HEADER|METHOD|BODY|SINGLE_QUERY_ARG|ALL_QUERY_ARGS', ], 'Size' => <integer>, 'TextTransformation' => 'NONE|COMPRESS_WHITE_SPACE|HTML_ENTITY_DECODE|LOWERCASE|CMD_LINE|URL_DECODE', ], // ... ], ], ]
Result Details
Members
- SizeConstraintSet
-
- Type: SizeConstraintSet structure
Information about the SizeConstraintSet that you specified in the
GetSizeConstraintSet
request. For more information, see the following topics:-
SizeConstraintSet: Contains
SizeConstraintSetId
,SizeConstraints
, andName
-
SizeConstraints
: Contains an array of SizeConstraint objects. EachSizeConstraint
object contains FieldToMatch,TextTransformation
,ComparisonOperator
, andSize
-
FieldToMatch: Contains
Data
andType
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
Examples
Example 1: To get a size constraint set
The following example returns the details of a size constraint match set with the ID example1ds3t-46da-4fdb-b8d5-abc321j569j5.
$result = $client->getSizeConstraintSet([ 'SizeConstraintSetId' => 'example1ds3t-46da-4fdb-b8d5-abc321j569j5', ]);
Result syntax:
[ 'SizeConstraintSet' => [ 'Name' => 'MySampleSizeConstraintSet', 'SizeConstraintSetId' => 'example1ds3t-46da-4fdb-b8d5-abc321j569j5', 'SizeConstraints' => [ [ 'ComparisonOperator' => 'GT', 'FieldToMatch' => [ 'Type' => 'QUERY_STRING', ], 'Size' => 0, 'TextTransformation' => 'NONE', ], ], ], ]
GetSqlInjectionMatchSet
$result = $client->getSqlInjectionMatchSet
([/* ... */]); $promise = $client->getSqlInjectionMatchSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns the SqlInjectionMatchSet that is specified by SqlInjectionMatchSetId
.
Parameter Syntax
$result = $client->getSqlInjectionMatchSet([ 'SqlInjectionMatchSetId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- SqlInjectionMatchSetId
-
- Required: Yes
- Type: string
The
SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want to get.SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
Result Syntax
[ 'SqlInjectionMatchSet' => [ 'Name' => '<string>', 'SqlInjectionMatchSetId' => '<string>', 'SqlInjectionMatchTuples' => [ [ 'FieldToMatch' => [ 'Data' => '<string>', 'Type' => 'URI|QUERY_STRING|HEADER|METHOD|BODY|SINGLE_QUERY_ARG|ALL_QUERY_ARGS', ], 'TextTransformation' => 'NONE|COMPRESS_WHITE_SPACE|HTML_ENTITY_DECODE|LOWERCASE|CMD_LINE|URL_DECODE', ], // ... ], ], ]
Result Details
Members
- SqlInjectionMatchSet
-
- Type: SqlInjectionMatchSet structure
Information about the SqlInjectionMatchSet that you specified in the
GetSqlInjectionMatchSet
request. For more information, see the following topics:-
SqlInjectionMatchSet: Contains
Name
,SqlInjectionMatchSetId
, and an array ofSqlInjectionMatchTuple
objects -
SqlInjectionMatchTuple: Each
SqlInjectionMatchTuple
object containsFieldToMatch
andTextTransformation
-
FieldToMatch: Contains
Data
andType
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
Examples
Example 1: To get a SQL injection match set
The following example returns the details of a SQL injection match set with the ID example1ds3t-46da-4fdb-b8d5-abc321j569j5.
$result = $client->getSqlInjectionMatchSet([ 'SqlInjectionMatchSetId' => 'example1ds3t-46da-4fdb-b8d5-abc321j569j5', ]);
Result syntax:
[ 'SqlInjectionMatchSet' => [ 'Name' => 'MySQLInjectionMatchSet', 'SqlInjectionMatchSetId' => 'example1ds3t-46da-4fdb-b8d5-abc321j569j5', 'SqlInjectionMatchTuples' => [ [ 'FieldToMatch' => [ 'Type' => 'QUERY_STRING', ], 'TextTransformation' => 'URL_DECODE', ], ], ], ]
GetWebACL
$result = $client->getWebACL
([/* ... */]); $promise = $client->getWebACLAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns the WebACL that is specified by WebACLId
.
Parameter Syntax
$result = $client->getWebACL([ 'WebACLId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- WebACLId
-
- Required: Yes
- Type: string
The
WebACLId
of the WebACL that you want to get.WebACLId
is returned by CreateWebACL and by ListWebACLs.
Result Syntax
[ 'WebACL' => [ 'DefaultAction' => [ 'Type' => 'BLOCK|ALLOW|COUNT', ], 'MetricName' => '<string>', 'Name' => '<string>', 'Rules' => [ [ 'Action' => [ 'Type' => 'BLOCK|ALLOW|COUNT', ], 'ExcludedRules' => [ [ 'RuleId' => '<string>', ], // ... ], 'OverrideAction' => [ 'Type' => 'NONE|COUNT', ], 'Priority' => <integer>, 'RuleId' => '<string>', 'Type' => 'REGULAR|RATE_BASED|GROUP', ], // ... ], 'WebACLArn' => '<string>', 'WebACLId' => '<string>', ], ]
Result Details
Members
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
Examples
Example 1: To get a web ACL
The following example returns the details of a web ACL with the ID createwebacl-1472061481310.
$result = $client->getWebACL([ 'WebACLId' => 'createwebacl-1472061481310', ]);
Result syntax:
[ 'WebACL' => [ 'DefaultAction' => [ 'Type' => 'ALLOW', ], 'MetricName' => 'CreateExample', 'Name' => 'CreateExample', 'Rules' => [ [ 'Action' => [ 'Type' => 'ALLOW', ], 'Priority' => 1, 'RuleId' => 'WAFRule-1-Example', ], ], 'WebACLId' => 'createwebacl-1472061481310', ], ]
GetXssMatchSet
$result = $client->getXssMatchSet
([/* ... */]); $promise = $client->getXssMatchSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns the XssMatchSet that is specified by XssMatchSetId
.
Parameter Syntax
$result = $client->getXssMatchSet([ 'XssMatchSetId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- XssMatchSetId
-
- Required: Yes
- Type: string
The
XssMatchSetId
of the XssMatchSet that you want to get.XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
Result Syntax
[ 'XssMatchSet' => [ 'Name' => '<string>', 'XssMatchSetId' => '<string>', 'XssMatchTuples' => [ [ 'FieldToMatch' => [ 'Data' => '<string>', 'Type' => 'URI|QUERY_STRING|HEADER|METHOD|BODY|SINGLE_QUERY_ARG|ALL_QUERY_ARGS', ], 'TextTransformation' => 'NONE|COMPRESS_WHITE_SPACE|HTML_ENTITY_DECODE|LOWERCASE|CMD_LINE|URL_DECODE', ], // ... ], ], ]
Result Details
Members
- XssMatchSet
-
- Type: XssMatchSet structure
Information about the XssMatchSet that you specified in the
GetXssMatchSet
request. For more information, see the following topics:-
XssMatchSet: Contains
Name
,XssMatchSetId
, and an array ofXssMatchTuple
objects -
XssMatchTuple: Each
XssMatchTuple
object containsFieldToMatch
andTextTransformation
-
FieldToMatch: Contains
Data
andType
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
Examples
Example 1: To get an XSS match set
The following example returns the details of an XSS match set with the ID example1ds3t-46da-4fdb-b8d5-abc321j569j5.
$result = $client->getXssMatchSet([ 'XssMatchSetId' => 'example1ds3t-46da-4fdb-b8d5-abc321j569j5', ]);
Result syntax:
[ 'XssMatchSet' => [ 'Name' => 'MySampleXssMatchSet', 'XssMatchSetId' => 'example1ds3t-46da-4fdb-b8d5-abc321j569j5', 'XssMatchTuples' => [ [ 'FieldToMatch' => [ 'Type' => 'QUERY_STRING', ], 'TextTransformation' => 'URL_DECODE', ], ], ], ]
ListActivatedRulesInRuleGroup
$result = $client->listActivatedRulesInRuleGroup
([/* ... */]); $promise = $client->listActivatedRulesInRuleGroupAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns an array of ActivatedRule objects.
Parameter Syntax
$result = $client->listActivatedRulesInRuleGroup([ 'Limit' => <integer>, 'NextMarker' => '<string>', 'RuleGroupId' => '<string>', ]);
Parameter Details
Members
- Limit
-
- Type: int
Specifies the number of
ActivatedRules
that you want AWS WAF to return for this request. If you have moreActivatedRules
than the number that you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofActivatedRules
. - NextMarker
-
- Type: string
If you specify a value for
Limit
and you have moreActivatedRules
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofActivatedRules
. For the second and subsequentListActivatedRulesInRuleGroup
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofActivatedRules
. - RuleGroupId
-
- Type: string
The
RuleGroupId
of the RuleGroup for which you want to get a list of ActivatedRule objects.
Result Syntax
[ 'ActivatedRules' => [ [ 'Action' => [ 'Type' => 'BLOCK|ALLOW|COUNT', ], 'ExcludedRules' => [ [ 'RuleId' => '<string>', ], // ... ], 'OverrideAction' => [ 'Type' => 'NONE|COUNT', ], 'Priority' => <integer>, 'RuleId' => '<string>', 'Type' => 'REGULAR|RATE_BASED|GROUP', ], // ... ], 'NextMarker' => '<string>', ]
Result Details
Members
- ActivatedRules
-
- Type: Array of ActivatedRule structures
An array of
ActivatedRules
objects. - NextMarker
-
- Type: string
If you have more
ActivatedRules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreActivatedRules
, submit anotherListActivatedRulesInRuleGroup
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFInvalidParameterException:
The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
-
You specified an invalid parameter name.
-
You specified an invalid value.
-
You tried to update an object (
ByteMatchSet
,IPSet
,Rule
, orWebACL
) using an action other thanINSERT
orDELETE
. -
You tried to create a
WebACL
with aDefaultAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to create a
RateBasedRule
with aRateKey
value other thanIP
. -
You tried to update a
WebACL
with aWafAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to update a
ByteMatchSet
with aFieldToMatch
Type
other than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSet
with aField
ofHEADER
but no value forData
. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
-
ListByteMatchSets
$result = $client->listByteMatchSets
([/* ... */]); $promise = $client->listByteMatchSetsAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns an array of ByteMatchSetSummary objects.
Parameter Syntax
$result = $client->listByteMatchSets([ 'Limit' => <integer>, 'NextMarker' => '<string>', ]);
Parameter Details
Members
- Limit
-
- Type: int
Specifies the number of
ByteMatchSet
objects that you want AWS WAF to return for this request. If you have moreByteMatchSets
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofByteMatchSet
objects. - NextMarker
-
- Type: string
If you specify a value for
Limit
and you have moreByteMatchSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofByteMatchSets
. For the second and subsequentListByteMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofByteMatchSets
.
Result Syntax
[ 'ByteMatchSets' => [ [ 'ByteMatchSetId' => '<string>', 'Name' => '<string>', ], // ... ], 'NextMarker' => '<string>', ]
Result Details
Members
- ByteMatchSets
-
- Type: Array of ByteMatchSetSummary structures
An array of ByteMatchSetSummary objects.
- NextMarker
-
- Type: string
If you have more
ByteMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreByteMatchSet
objects, submit anotherListByteMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
ListGeoMatchSets
$result = $client->listGeoMatchSets
([/* ... */]); $promise = $client->listGeoMatchSetsAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns an array of GeoMatchSetSummary objects in the response.
Parameter Syntax
$result = $client->listGeoMatchSets([ 'Limit' => <integer>, 'NextMarker' => '<string>', ]);
Parameter Details
Members
- Limit
-
- Type: int
Specifies the number of
GeoMatchSet
objects that you want AWS WAF to return for this request. If you have moreGeoMatchSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofGeoMatchSet
objects. - NextMarker
-
- Type: string
If you specify a value for
Limit
and you have moreGeoMatchSet
s than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofGeoMatchSet
objects. For the second and subsequentListGeoMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofGeoMatchSet
objects.
Result Syntax
[ 'GeoMatchSets' => [ [ 'GeoMatchSetId' => '<string>', 'Name' => '<string>', ], // ... ], 'NextMarker' => '<string>', ]
Result Details
Members
- GeoMatchSets
-
- Type: Array of GeoMatchSetSummary structures
An array of GeoMatchSetSummary objects.
- NextMarker
-
- Type: string
If you have more
GeoMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreGeoMatchSet
objects, submit anotherListGeoMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
ListIPSets
$result = $client->listIPSets
([/* ... */]); $promise = $client->listIPSetsAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns an array of IPSetSummary objects in the response.
Parameter Syntax
$result = $client->listIPSets([ 'Limit' => <integer>, 'NextMarker' => '<string>', ]);
Parameter Details
Members
- Limit
-
- Type: int
Specifies the number of
IPSet
objects that you want AWS WAF to return for this request. If you have moreIPSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofIPSet
objects. - NextMarker
-
- Type: string
AWS WAF returns a
NextMarker
value in the response that allows you to list another group ofIPSets
. For the second and subsequentListIPSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofIPSets
.
Result Syntax
[ 'IPSets' => [ [ 'IPSetId' => '<string>', 'Name' => '<string>', ], // ... ], 'NextMarker' => '<string>', ]
Result Details
Members
- IPSets
-
- Type: Array of IPSetSummary structures
An array of IPSetSummary objects.
- NextMarker
-
- Type: string
To list more
IPSet
objects, submit anotherListIPSets
request, and in the next request use theNextMarker
response value as theNextMarker
value.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
Examples
Example 1: To list IP sets
The following example returns an array of up to 100 IP match sets.
$result = $client->listIPSets([ 'Limit' => 100, ]);
Result syntax:
[ 'IPSets' => [ [ 'IPSetId' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', 'Name' => 'MyIPSetFriendlyName', ], ], ]
ListLoggingConfigurations
$result = $client->listLoggingConfigurations
([/* ... */]); $promise = $client->listLoggingConfigurationsAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns an array of LoggingConfiguration objects.
Parameter Syntax
$result = $client->listLoggingConfigurations([ 'Limit' => <integer>, 'NextMarker' => '<string>', ]);
Parameter Details
Members
- Limit
-
- Type: int
Specifies the number of
LoggingConfigurations
that you want AWS WAF to return for this request. If you have moreLoggingConfigurations
than the number that you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofLoggingConfigurations
. - NextMarker
-
- Type: string
If you specify a value for
Limit
and you have moreLoggingConfigurations
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofLoggingConfigurations
. For the second and subsequentListLoggingConfigurations
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofListLoggingConfigurations
.
Result Syntax
[ 'LoggingConfigurations' => [ [ 'LogDestinationConfigs' => ['<string>', ...], 'RedactedFields' => [ [ 'Data' => '<string>', 'Type' => 'URI|QUERY_STRING|HEADER|METHOD|BODY|SINGLE_QUERY_ARG|ALL_QUERY_ARGS', ], // ... ], 'ResourceArn' => '<string>', ], // ... ], 'NextMarker' => '<string>', ]
Result Details
Members
- LoggingConfigurations
-
- Type: Array of LoggingConfiguration structures
An array of LoggingConfiguration objects.
- NextMarker
-
- Type: string
If you have more
LoggingConfigurations
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreLoggingConfigurations
, submit anotherListLoggingConfigurations
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFInvalidParameterException:
The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
-
You specified an invalid parameter name.
-
You specified an invalid value.
-
You tried to update an object (
ByteMatchSet
,IPSet
,Rule
, orWebACL
) using an action other thanINSERT
orDELETE
. -
You tried to create a
WebACL
with aDefaultAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to create a
RateBasedRule
with aRateKey
value other thanIP
. -
You tried to update a
WebACL
with aWafAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to update a
ByteMatchSet
with aFieldToMatch
Type
other than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSet
with aField
ofHEADER
but no value forData
. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
-
ListRateBasedRules
$result = $client->listRateBasedRules
([/* ... */]); $promise = $client->listRateBasedRulesAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns an array of RuleSummary objects.
Parameter Syntax
$result = $client->listRateBasedRules([ 'Limit' => <integer>, 'NextMarker' => '<string>', ]);
Parameter Details
Members
- Limit
-
- Type: int
Specifies the number of
Rules
that you want AWS WAF to return for this request. If you have moreRules
than the number that you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofRules
. - NextMarker
-
- Type: string
If you specify a value for
Limit
and you have moreRules
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofRules
. For the second and subsequentListRateBasedRules
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofRules
.
Result Syntax
[ 'NextMarker' => '<string>', 'Rules' => [ [ 'Name' => '<string>', 'RuleId' => '<string>', ], // ... ], ]
Result Details
Members
- NextMarker
-
- Type: string
If you have more
Rules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRules
, submit anotherListRateBasedRules
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request. - Rules
-
- Type: Array of RuleSummary structures
An array of RuleSummary objects.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
ListRegexMatchSets
$result = $client->listRegexMatchSets
([/* ... */]); $promise = $client->listRegexMatchSetsAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns an array of RegexMatchSetSummary objects.
Parameter Syntax
$result = $client->listRegexMatchSets([ 'Limit' => <integer>, 'NextMarker' => '<string>', ]);
Parameter Details
Members
- Limit
-
- Type: int
Specifies the number of
RegexMatchSet
objects that you want AWS WAF to return for this request. If you have moreRegexMatchSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofRegexMatchSet
objects. - NextMarker
-
- Type: string
If you specify a value for
Limit
and you have moreRegexMatchSet
objects than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofByteMatchSets
. For the second and subsequentListRegexMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofRegexMatchSet
objects.
Result Syntax
[ 'NextMarker' => '<string>', 'RegexMatchSets' => [ [ 'Name' => '<string>', 'RegexMatchSetId' => '<string>', ], // ... ], ]
Result Details
Members
- NextMarker
-
- Type: string
If you have more
RegexMatchSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRegexMatchSet
objects, submit anotherListRegexMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request. - RegexMatchSets
-
- Type: Array of RegexMatchSetSummary structures
An array of RegexMatchSetSummary objects.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
ListRegexPatternSets
$result = $client->listRegexPatternSets
([/* ... */]); $promise = $client->listRegexPatternSetsAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns an array of RegexPatternSetSummary objects.
Parameter Syntax
$result = $client->listRegexPatternSets([ 'Limit' => <integer>, 'NextMarker' => '<string>', ]);
Parameter Details
Members
- Limit
-
- Type: int
Specifies the number of
RegexPatternSet
objects that you want AWS WAF to return for this request. If you have moreRegexPatternSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofRegexPatternSet
objects. - NextMarker
-
- Type: string
If you specify a value for
Limit
and you have moreRegexPatternSet
objects than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofRegexPatternSet
objects. For the second and subsequentListRegexPatternSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofRegexPatternSet
objects.
Result Syntax
[ 'NextMarker' => '<string>', 'RegexPatternSets' => [ [ 'Name' => '<string>', 'RegexPatternSetId' => '<string>', ], // ... ], ]
Result Details
Members
- NextMarker
-
- Type: string
If you have more
RegexPatternSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRegexPatternSet
objects, submit anotherListRegexPatternSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request. - RegexPatternSets
-
- Type: Array of RegexPatternSetSummary structures
An array of RegexPatternSetSummary objects.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
ListRuleGroups
$result = $client->listRuleGroups
([/* ... */]); $promise = $client->listRuleGroupsAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns an array of RuleGroup objects.
Parameter Syntax
$result = $client->listRuleGroups([ 'Limit' => <integer>, 'NextMarker' => '<string>', ]);
Parameter Details
Members
- Limit
-
- Type: int
Specifies the number of
RuleGroups
that you want AWS WAF to return for this request. If you have moreRuleGroups
than the number that you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofRuleGroups
. - NextMarker
-
- Type: string
If you specify a value for
Limit
and you have moreRuleGroups
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofRuleGroups
. For the second and subsequentListRuleGroups
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofRuleGroups
.
Result Syntax
[ 'NextMarker' => '<string>', 'RuleGroups' => [ [ 'Name' => '<string>', 'RuleGroupId' => '<string>', ], // ... ], ]
Result Details
Members
- NextMarker
-
- Type: string
If you have more
RuleGroups
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRuleGroups
, submit anotherListRuleGroups
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request. - RuleGroups
-
- Type: Array of RuleGroupSummary structures
An array of RuleGroup objects.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
ListRules
$result = $client->listRules
([/* ... */]); $promise = $client->listRulesAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns an array of RuleSummary objects.
Parameter Syntax
$result = $client->listRules([ 'Limit' => <integer>, 'NextMarker' => '<string>', ]);
Parameter Details
Members
- Limit
-
- Type: int
Specifies the number of
Rules
that you want AWS WAF to return for this request. If you have moreRules
than the number that you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofRules
. - NextMarker
-
- Type: string
If you specify a value for
Limit
and you have moreRules
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofRules
. For the second and subsequentListRules
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofRules
.
Result Syntax
[ 'NextMarker' => '<string>', 'Rules' => [ [ 'Name' => '<string>', 'RuleId' => '<string>', ], // ... ], ]
Result Details
Members
- NextMarker
-
- Type: string
If you have more
Rules
than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreRules
, submit anotherListRules
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request. - Rules
-
- Type: Array of RuleSummary structures
An array of RuleSummary objects.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
Examples
Example 1: To list rules
The following example returns an array of up to 100 rules.
$result = $client->listRules([ 'Limit' => 100, ]);
Result syntax:
[ 'Rules' => [ [ 'Name' => 'WAFByteHeaderRule', 'RuleId' => 'WAFRule-1-Example', ], ], ]
ListSizeConstraintSets
$result = $client->listSizeConstraintSets
([/* ... */]); $promise = $client->listSizeConstraintSetsAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns an array of SizeConstraintSetSummary objects.
Parameter Syntax
$result = $client->listSizeConstraintSets([ 'Limit' => <integer>, 'NextMarker' => '<string>', ]);
Parameter Details
Members
- Limit
-
- Type: int
Specifies the number of
SizeConstraintSet
objects that you want AWS WAF to return for this request. If you have moreSizeConstraintSets
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofSizeConstraintSet
objects. - NextMarker
-
- Type: string
If you specify a value for
Limit
and you have moreSizeConstraintSets
than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSizeConstraintSets
. For the second and subsequentListSizeConstraintSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofSizeConstraintSets
.
Result Syntax
[ 'NextMarker' => '<string>', 'SizeConstraintSets' => [ [ 'Name' => '<string>', 'SizeConstraintSetId' => '<string>', ], // ... ], ]
Result Details
Members
- NextMarker
-
- Type: string
If you have more
SizeConstraintSet
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreSizeConstraintSet
objects, submit anotherListSizeConstraintSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request. - SizeConstraintSets
-
- Type: Array of SizeConstraintSetSummary structures
An array of SizeConstraintSetSummary objects.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
Examples
Example 1: To list a size constraint sets
The following example returns an array of up to 100 size contraint match sets.
$result = $client->listSizeConstraintSets([ 'Limit' => 100, ]);
Result syntax:
[ 'SizeConstraintSets' => [ [ 'Name' => 'MySampleSizeConstraintSet', 'SizeConstraintSetId' => 'example1ds3t-46da-4fdb-b8d5-abc321j569j5', ], ], ]
ListSqlInjectionMatchSets
$result = $client->listSqlInjectionMatchSets
([/* ... */]); $promise = $client->listSqlInjectionMatchSetsAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns an array of SqlInjectionMatchSet objects.
Parameter Syntax
$result = $client->listSqlInjectionMatchSets([ 'Limit' => <integer>, 'NextMarker' => '<string>', ]);
Parameter Details
Members
- Limit
-
- Type: int
Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more
SqlInjectionMatchSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofRules
. - NextMarker
-
- Type: string
If you specify a value for
Limit
and you have more SqlInjectionMatchSet objects than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofSqlInjectionMatchSets
. For the second and subsequentListSqlInjectionMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofSqlInjectionMatchSets
.
Result Syntax
[ 'NextMarker' => '<string>', 'SqlInjectionMatchSets' => [ [ 'Name' => '<string>', 'SqlInjectionMatchSetId' => '<string>', ], // ... ], ]
Result Details
Members
- NextMarker
-
- Type: string
If you have more SqlInjectionMatchSet objects than the number that you specified for
Limit
in the request, the response includes aNextMarker
value. To list moreSqlInjectionMatchSet
objects, submit anotherListSqlInjectionMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request. - SqlInjectionMatchSets
-
- Type: Array of SqlInjectionMatchSetSummary structures
An array of SqlInjectionMatchSetSummary objects.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
Examples
Example 1: To list SQL injection match sets
The following example returns an array of up to 100 SQL injection match sets.
$result = $client->listSqlInjectionMatchSets([ 'Limit' => 100, ]);
Result syntax:
[ 'SqlInjectionMatchSets' => [ [ 'Name' => 'MySQLInjectionMatchSet', 'SqlInjectionMatchSetId' => 'example1ds3t-46da-4fdb-b8d5-abc321j569j5', ], ], ]
ListSubscribedRuleGroups
$result = $client->listSubscribedRuleGroups
([/* ... */]); $promise = $client->listSubscribedRuleGroupsAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns an array of RuleGroup objects that you are subscribed to.
Parameter Syntax
$result = $client->listSubscribedRuleGroups([ 'Limit' => <integer>, 'NextMarker' => '<string>', ]);
Parameter Details
Members
- Limit
-
- Type: int
Specifies the number of subscribed rule groups that you want AWS WAF to return for this request. If you have more objects than the number you specify for
Limit
, the response includes aNextMarker
value that you can use to get another batch of objects. - NextMarker
-
- Type: string
If you specify a value for
Limit
and you have moreByteMatchSets
subscribed rule groups than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group of subscribed rule groups. For the second and subsequentListSubscribedRuleGroupsRequest
requests, specify the value ofNextMarker
from the previous response to get information about another batch of subscribed rule groups.
Result Syntax
[ 'NextMarker' => '<string>', 'RuleGroups' => [ [ 'MetricName' => '<string>', 'Name' => '<string>', 'RuleGroupId' => '<string>', ], // ... ], ]
Result Details
Members
- NextMarker
-
- Type: string
If you have more objects than the number that you specified for
Limit
in the request, the response includes aNextMarker
value. To list more objects, submit anotherListSubscribedRuleGroups
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request. - RuleGroups
-
- Type: Array of SubscribedRuleGroupSummary structures
An array of RuleGroup objects.
Errors
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
ListTagsForResource
$result = $client->listTagsForResource
([/* ... */]); $promise = $client->listTagsForResourceAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Retrieves the tags associated with the specified AWS resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each AWS resource, up to 50 tags for a resource.
Tagging is only available through the API, SDKs, and CLI. You can't manage or view tags through the AWS WAF Classic console. You can tag the AWS resources that you manage through AWS WAF Classic: web ACLs, rule groups, and rules.
Parameter Syntax
$result = $client->listTagsForResource([ 'Limit' => <integer>, 'NextMarker' => '<string>', 'ResourceARN' => '<string>', // REQUIRED ]);
Parameter Details
Members
- Limit
-
- Type: int
- NextMarker
-
- Type: string
- ResourceARN
-
- Required: Yes
- Type: string
Result Syntax
[ 'NextMarker' => '<string>', 'TagInfoForResource' => [ 'ResourceARN' => '<string>', 'TagList' => [ [ 'Key' => '<string>', 'Value' => '<string>', ], // ... ], ], ]
Result Details
Members
- NextMarker
-
- Type: string
- TagInfoForResource
-
- Type: TagInfoForResource structure
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidParameterException:
The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
-
You specified an invalid parameter name.
-
You specified an invalid value.
-
You tried to update an object (
ByteMatchSet
,IPSet
,Rule
, orWebACL
) using an action other thanINSERT
orDELETE
. -
You tried to create a
WebACL
with aDefaultAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to create a
RateBasedRule
with aRateKey
value other thanIP
. -
You tried to update a
WebACL
with aWafAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to update a
ByteMatchSet
with aFieldToMatch
Type
other than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSet
with aField
ofHEADER
but no value forData
. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
-
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFBadRequestException:
- WAFTagOperationException:
- WAFTagOperationInternalErrorException:
ListWebACLs
$result = $client->listWebACLs
([/* ... */]); $promise = $client->listWebACLsAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns an array of WebACLSummary objects in the response.
Parameter Syntax
$result = $client->listWebACLs([ 'Limit' => <integer>, 'NextMarker' => '<string>', ]);
Parameter Details
Members
- Limit
-
- Type: int
Specifies the number of
WebACL
objects that you want AWS WAF to return for this request. If you have moreWebACL
objects than the number that you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofWebACL
objects. - NextMarker
-
- Type: string
If you specify a value for
Limit
and you have moreWebACL
objects than the number that you specify forLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofWebACL
objects. For the second and subsequentListWebACLs
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofWebACL
objects.
Result Syntax
[ 'NextMarker' => '<string>', 'WebACLs' => [ [ 'Name' => '<string>', 'WebACLId' => '<string>', ], // ... ], ]
Result Details
Members
- NextMarker
-
- Type: string
If you have more
WebACL
objects than the number that you specified forLimit
in the request, the response includes aNextMarker
value. To list moreWebACL
objects, submit anotherListWebACLs
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request. - WebACLs
-
- Type: Array of WebACLSummary structures
An array of WebACLSummary objects.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
Examples
Example 1: To list Web ACLs
The following example returns an array of up to 100 web ACLs.
$result = $client->listWebACLs([ 'Limit' => 100, ]);
Result syntax:
[ 'WebACLs' => [ [ 'Name' => 'WebACLexample', 'WebACLId' => 'webacl-1472061481310', ], ], ]
ListXssMatchSets
$result = $client->listXssMatchSets
([/* ... */]); $promise = $client->listXssMatchSetsAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returns an array of XssMatchSet objects.
Parameter Syntax
$result = $client->listXssMatchSets([ 'Limit' => <integer>, 'NextMarker' => '<string>', ]);
Parameter Details
Members
- Limit
-
- Type: int
Specifies the number of XssMatchSet objects that you want AWS WAF to return for this request. If you have more
XssMatchSet
objects than the number you specify forLimit
, the response includes aNextMarker
value that you can use to get another batch ofRules
. - NextMarker
-
- Type: string
If you specify a value for
Limit
and you have more XssMatchSet objects than the value ofLimit
, AWS WAF returns aNextMarker
value in the response that allows you to list another group ofXssMatchSets
. For the second and subsequentListXssMatchSets
requests, specify the value ofNextMarker
from the previous response to get information about another batch ofXssMatchSets
.
Result Syntax
[ 'NextMarker' => '<string>', 'XssMatchSets' => [ [ 'Name' => '<string>', 'XssMatchSetId' => '<string>', ], // ... ], ]
Result Details
Members
- NextMarker
-
- Type: string
If you have more XssMatchSet objects than the number that you specified for
Limit
in the request, the response includes aNextMarker
value. To list moreXssMatchSet
objects, submit anotherListXssMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request. - XssMatchSets
-
- Type: Array of XssMatchSetSummary structures
An array of XssMatchSetSummary objects.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
Examples
Example 1: To list XSS match sets
The following example returns an array of up to 100 XSS match sets.
$result = $client->listXssMatchSets([ 'Limit' => 100, ]);
Result syntax:
[ 'XssMatchSets' => [ [ 'Name' => 'MySampleXssMatchSet', 'XssMatchSetId' => 'example1ds3t-46da-4fdb-b8d5-abc321j569j5', ], ], ]
PutLoggingConfiguration
$result = $client->putLoggingConfiguration
([/* ... */]); $promise = $client->putLoggingConfigurationAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Associates a LoggingConfiguration with a specified web ACL.
You can access information about all traffic that AWS WAF inspects using the following steps:
-
Create an Amazon Kinesis Data Firehose.
Create the data firehose with a PUT source and in the region that you are operating. However, if you are capturing logs for Amazon CloudFront, always create the firehose in US East (N. Virginia).
Do not create the data firehose using a
Kinesis stream
as your source. -
Associate that firehose to your web ACL using a
PutLoggingConfiguration
request.
When you successfully enable logging using a PutLoggingConfiguration
request, AWS WAF will create a service linked role with the necessary permissions to write logs to the Amazon Kinesis Data Firehose. For more information, see Logging Web ACL Traffic Information in the AWS WAF Developer Guide.
Parameter Syntax
$result = $client->putLoggingConfiguration([ 'LoggingConfiguration' => [ // REQUIRED 'LogDestinationConfigs' => ['<string>', ...], // REQUIRED 'RedactedFields' => [ [ 'Data' => '<string>', 'Type' => 'URI|QUERY_STRING|HEADER|METHOD|BODY|SINGLE_QUERY_ARG|ALL_QUERY_ARGS', // REQUIRED ], // ... ], 'ResourceArn' => '<string>', // REQUIRED ], ]);
Parameter Details
Members
- LoggingConfiguration
-
- Required: Yes
- Type: LoggingConfiguration structure
The Amazon Kinesis Data Firehose that contains the inspected traffic information, the redacted fields details, and the Amazon Resource Name (ARN) of the web ACL to monitor.
When specifying
Type
inRedactedFields
, you must use one of the following values:URI
,QUERY_STRING
,HEADER
, orMETHOD
.
Result Syntax
[ 'LoggingConfiguration' => [ 'LogDestinationConfigs' => ['<string>', ...], 'RedactedFields' => [ [ 'Data' => '<string>', 'Type' => 'URI|QUERY_STRING|HEADER|METHOD|BODY|SINGLE_QUERY_ARG|ALL_QUERY_ARGS', ], // ... ], 'ResourceArn' => '<string>', ], ]
Result Details
Members
- LoggingConfiguration
-
- Type: LoggingConfiguration structure
The LoggingConfiguration that you submitted in the request.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFServiceLinkedRoleErrorException:
AWS WAF is not able to access the service linked role. This can be caused by a previous
PutLoggingConfiguration
request, which can lock the service linked role for about 20 seconds. Please try your request again. The service linked role can also be locked by a previousDeleteServiceLinkedRole
request, which can lock the role for 15 minutes or more. If you recently made aDeleteServiceLinkedRole
, wait at least 15 minutes and try the request again. If you receive this same exception again, you will have to wait additional time until the role is unlocked.
PutPermissionPolicy
$result = $client->putPermissionPolicy
([/* ... */]); $promise = $client->putPermissionPolicyAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Attaches an IAM policy to the specified resource. The only supported use for this action is to share a RuleGroup across accounts.
The PutPermissionPolicy
is subject to the following restrictions:
-
You can attach only one policy with each
PutPermissionPolicy
request. -
The policy must include an
Effect
,Action
andPrincipal
. -
Effect
must specifyAllow
. -
The
Action
in the policy must bewaf:UpdateWebACL
,waf-regional:UpdateWebACL
,waf:GetRuleGroup
andwaf-regional:GetRuleGroup
. Any extra or wildcard actions in the policy will be rejected. -
The policy cannot include a
Resource
parameter. -
The ARN in the request must be a valid WAF RuleGroup ARN and the RuleGroup must exist in the same region.
-
The user making the request must be the owner of the RuleGroup.
-
Your policy must be composed using IAM Policy version 2012-10-17.
For more information, see IAM Policies.
An example of a valid policy parameter is shown in the Examples section below.
Parameter Syntax
$result = $client->putPermissionPolicy([ 'Policy' => '<string>', // REQUIRED 'ResourceArn' => '<string>', // REQUIRED ]);
Parameter Details
Members
- Policy
-
- Required: Yes
- Type: string
The policy to attach to the specified RuleGroup.
- ResourceArn
-
- Required: Yes
- Type: string
The Amazon Resource Name (ARN) of the RuleGroup to which you want to attach the policy.
Result Syntax
[]
Result Details
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFInvalidPermissionPolicyException:
The operation failed because the specified policy is not in the proper format.
The policy is subject to the following restrictions:
-
You can attach only one policy with each
PutPermissionPolicy
request. -
The policy must include an
Effect
,Action
andPrincipal
. -
Effect
must specifyAllow
. -
The
Action
in the policy must bewaf:UpdateWebACL
,waf-regional:UpdateWebACL
,waf:GetRuleGroup
andwaf-regional:GetRuleGroup
. Any extra or wildcard actions in the policy will be rejected. -
The policy cannot include a
Resource
parameter. -
The ARN in the request must be a valid WAF RuleGroup ARN and the RuleGroup must exist in the same region.
-
The user making the request must be the owner of the RuleGroup.
-
Your policy must be composed using IAM Policy version 2012-10-17.
-
TagResource
$result = $client->tagResource
([/* ... */]); $promise = $client->tagResourceAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Associates tags with the specified AWS resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each AWS resource, up to 50 tags for a resource.
Tagging is only available through the API, SDKs, and CLI. You can't manage or view tags through the AWS WAF Classic console. You can use this action to tag the AWS resources that you manage through AWS WAF Classic: web ACLs, rule groups, and rules.
Parameter Syntax
$result = $client->tagResource([ 'ResourceARN' => '<string>', // REQUIRED 'Tags' => [ // REQUIRED [ 'Key' => '<string>', // REQUIRED 'Value' => '<string>', // REQUIRED ], // ... ], ]);
Parameter Details
Members
- ResourceARN
-
- Required: Yes
- Type: string
- Tags
-
- Required: Yes
- Type: Array of Tag structures
Result Syntax
[]
Result Details
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidParameterException:
The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
-
You specified an invalid parameter name.
-
You specified an invalid value.
-
You tried to update an object (
ByteMatchSet
,IPSet
,Rule
, orWebACL
) using an action other thanINSERT
orDELETE
. -
You tried to create a
WebACL
with aDefaultAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to create a
RateBasedRule
with aRateKey
value other thanIP
. -
You tried to update a
WebACL
with aWafAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to update a
ByteMatchSet
with aFieldToMatch
Type
other than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSet
with aField
ofHEADER
but no value forData
. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
-
- WAFLimitsExceededException:
The operation exceeds a resource limit, for example, the maximum number of
WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFBadRequestException:
- WAFTagOperationException:
- WAFTagOperationInternalErrorException:
UntagResource
$result = $client->untagResource
([/* ... */]); $promise = $client->untagResourceAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Parameter Syntax
$result = $client->untagResource([ 'ResourceARN' => '<string>', // REQUIRED 'TagKeys' => ['<string>', ...], // REQUIRED ]);
Parameter Details
Members
- ResourceARN
-
- Required: Yes
- Type: string
- TagKeys
-
- Required: Yes
- Type: Array of strings
Result Syntax
[]
Result Details
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidParameterException:
The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
-
You specified an invalid parameter name.
-
You specified an invalid value.
-
You tried to update an object (
ByteMatchSet
,IPSet
,Rule
, orWebACL
) using an action other thanINSERT
orDELETE
. -
You tried to create a
WebACL
with aDefaultAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to create a
RateBasedRule
with aRateKey
value other thanIP
. -
You tried to update a
WebACL
with aWafAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to update a
ByteMatchSet
with aFieldToMatch
Type
other than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSet
with aField
ofHEADER
but no value forData
. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
-
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFBadRequestException:
- WAFTagOperationException:
- WAFTagOperationInternalErrorException:
UpdateByteMatchSet
$result = $client->updateByteMatchSet
([/* ... */]); $promise = $client->updateByteMatchSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Inserts or deletes ByteMatchTuple objects (filters) in a ByteMatchSet. For each ByteMatchTuple
object, you specify the following values:
-
Whether to insert or delete the object from the array. If you want to change a
ByteMatchSetUpdate
object, you delete the existing object and add a new one. -
The part of a web request that you want AWS WAF to inspect, such as a query string or the value of the
User-Agent
header. -
The bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to look for. For more information, including how you specify the values for the AWS WAF API and the AWS CLI or SDKs, see
TargetString
in the ByteMatchTuple data type. -
Where to look, such as at the beginning or the end of a query string.
-
Whether to perform any conversions on the request, such as converting it to lowercase, before inspecting it for the specified string.
For example, you can add a ByteMatchSetUpdate
object that matches web requests in which User-Agent
headers contain the string BadBot
. You can then configure AWS WAF to block those requests.
To create and configure a ByteMatchSet
, perform the following steps:
-
Create a
ByteMatchSet.
For more information, see CreateByteMatchSet. -
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of anUpdateByteMatchSet
request. -
Submit an
UpdateByteMatchSet
request to specify the part of the request that you want AWS WAF to inspect (for example, the header or the URI) and the value that you want AWS WAF to watch for.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.
Parameter Syntax
$result = $client->updateByteMatchSet([ 'ByteMatchSetId' => '<string>', // REQUIRED 'ChangeToken' => '<string>', // REQUIRED 'Updates' => [ // REQUIRED [ 'Action' => 'INSERT|DELETE', // REQUIRED 'ByteMatchTuple' => [ // REQUIRED 'FieldToMatch' => [ // REQUIRED 'Data' => '<string>', 'Type' => 'URI|QUERY_STRING|HEADER|METHOD|BODY|SINGLE_QUERY_ARG|ALL_QUERY_ARGS', // REQUIRED ], 'PositionalConstraint' => 'EXACTLY|STARTS_WITH|ENDS_WITH|CONTAINS|CONTAINS_WORD', // REQUIRED 'TargetString' => <string || resource || Psr\Http\Message\StreamInterface>, // REQUIRED 'TextTransformation' => 'NONE|COMPRESS_WHITE_SPACE|HTML_ENTITY_DECODE|LOWERCASE|CMD_LINE|URL_DECODE', // REQUIRED ], ], // ... ], ]);
Parameter Details
Members
- ByteMatchSetId
-
- Required: Yes
- Type: string
The
ByteMatchSetId
of the ByteMatchSet that you want to update.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets. - ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- Updates
-
- Required: Yes
- Type: Array of ByteMatchSetUpdate structures
An array of
ByteMatchSetUpdate
objects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:-
ByteMatchSetUpdate: Contains
Action
andByteMatchTuple
-
ByteMatchTuple: Contains
FieldToMatch
,PositionalConstraint
,TargetString
, andTextTransformation
-
FieldToMatch: Contains
Data
andType
Result Syntax
[ 'ChangeToken' => '<string>', ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theUpdateByteMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFInvalidOperationException:
The operation failed because there was nothing to do. For example:
-
You tried to remove a
Rule
from aWebACL
, but theRule
isn't in the specifiedWebACL
. -
You tried to remove an IP address from an
IPSet
, but the IP address isn't in the specifiedIPSet
. -
You tried to remove a
ByteMatchTuple
from aByteMatchSet
, but theByteMatchTuple
isn't in the specifiedWebACL
. -
You tried to add a
Rule
to aWebACL
, but theRule
already exists in the specifiedWebACL
. -
You tried to add a
ByteMatchTuple
to aByteMatchSet
, but theByteMatchTuple
already exists in the specifiedWebACL
.
-
- WAFInvalidParameterException:
The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
-
You specified an invalid parameter name.
-
You specified an invalid value.
-
You tried to update an object (
ByteMatchSet
,IPSet
,Rule
, orWebACL
) using an action other thanINSERT
orDELETE
. -
You tried to create a
WebACL
with aDefaultAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to create a
RateBasedRule
with aRateKey
value other thanIP
. -
You tried to update a
WebACL
with aWafAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to update a
ByteMatchSet
with aFieldToMatch
Type
other than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSet
with aField
ofHEADER
but no value forData
. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
-
- WAFNonexistentContainerException:
The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:
-
You tried to add a
Rule
to or delete aRule
from aWebACL
that doesn't exist. -
You tried to add a
ByteMatchSet
to or delete aByteMatchSet
from aRule
that doesn't exist. -
You tried to add an IP address to or delete an IP address from an
IPSet
that doesn't exist. -
You tried to add a
ByteMatchTuple
to or delete aByteMatchTuple
from aByteMatchSet
that doesn't exist.
-
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFLimitsExceededException:
The operation exceeds a resource limit, for example, the maximum number of
WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
Examples
Example 1: To update a byte match set
The following example deletes a ByteMatchTuple object (filters) in an byte match set with the ID exampleIDs3t-46da-4fdb-b8d5-abc321j569j5.
$result = $client->updateByteMatchSet([ 'ByteMatchSetId' => 'exampleIDs3t-46da-4fdb-b8d5-abc321j569j5', 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', 'Updates' => [ [ 'Action' => 'DELETE', 'ByteMatchTuple' => [ 'FieldToMatch' => [ 'Data' => 'referer', 'Type' => 'HEADER', ], 'PositionalConstraint' => 'CONTAINS', 'TargetString' => <BLOB>, 'TextTransformation' => 'NONE', ], ], ], ]);
Result syntax:
[ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', ]
UpdateGeoMatchSet
$result = $client->updateGeoMatchSet
([/* ... */]); $promise = $client->updateGeoMatchSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Inserts or deletes GeoMatchConstraint objects in an GeoMatchSet
. For each GeoMatchConstraint
object, you specify the following values:
-
Whether to insert or delete the object from the array. If you want to change an
GeoMatchConstraint
object, you delete the existing object and add a new one. -
The
Type
. The only valid value forType
isCountry
. -
The
Value
, which is a two character code for the country to add to theGeoMatchConstraint
object. Valid codes are listed in GeoMatchConstraint$Value.
To create and configure an GeoMatchSet
, perform the following steps:
-
Submit a CreateGeoMatchSet request.
-
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of an UpdateGeoMatchSet request. -
Submit an
UpdateGeoMatchSet
request to specify the country that you want AWS WAF to watch for.
When you update an GeoMatchSet
, you specify the country that you want to add and/or the country that you want to delete. If you want to change a country, you delete the existing country and add the new one.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.
Parameter Syntax
$result = $client->updateGeoMatchSet([ 'ChangeToken' => '<string>', // REQUIRED 'GeoMatchSetId' => '<string>', // REQUIRED 'Updates' => [ // REQUIRED [ 'Action' => 'INSERT|DELETE', // REQUIRED 'GeoMatchConstraint' => [ // REQUIRED 'Type' => 'Country', // REQUIRED 'Value' => 'AF|AX|AL|DZ|AS|AD|AO|AI|AQ|AG|AR|AM|AW|AU|AT|AZ|BS|BH|BD|BB|BY|BE|BZ|BJ|BM|BT|BO|BQ|BA|BW|BV|BR|IO|BN|BG|BF|BI|KH|CM|CA|CV|KY|CF|TD|CL|CN|CX|CC|CO|KM|CG|CD|CK|CR|CI|HR|CU|CW|CY|CZ|DK|DJ|DM|DO|EC|EG|SV|GQ|ER|EE|ET|FK|FO|FJ|FI|FR|GF|PF|TF|GA|GM|GE|DE|GH|GI|GR|GL|GD|GP|GU|GT|GG|GN|GW|GY|HT|HM|VA|HN|HK|HU|IS|IN|ID|IR|IQ|IE|IM|IL|IT|JM|JP|JE|JO|KZ|KE|KI|KP|KR|KW|KG|LA|LV|LB|LS|LR|LY|LI|LT|LU|MO|MK|MG|MW|MY|MV|ML|MT|MH|MQ|MR|MU|YT|MX|FM|MD|MC|MN|ME|MS|MA|MZ|MM|NA|NR|NP|NL|NC|NZ|NI|NE|NG|NU|NF|MP|NO|OM|PK|PW|PS|PA|PG|PY|PE|PH|PN|PL|PT|PR|QA|RE|RO|RU|RW|BL|SH|KN|LC|MF|PM|VC|WS|SM|ST|SA|SN|RS|SC|SL|SG|SX|SK|SI|SB|SO|ZA|GS|SS|ES|LK|SD|SR|SJ|SZ|SE|CH|SY|TW|TJ|TZ|TH|TL|TG|TK|TO|TT|TN|TR|TM|TC|TV|UG|UA|AE|GB|US|UM|UY|UZ|VU|VE|VN|VG|VI|WF|EH|YE|ZM|ZW', // REQUIRED ], ], // ... ], ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- GeoMatchSetId
-
- Required: Yes
- Type: string
The
GeoMatchSetId
of the GeoMatchSet that you want to update.GeoMatchSetId
is returned by CreateGeoMatchSet and by ListGeoMatchSets. - Updates
-
- Required: Yes
- Type: Array of GeoMatchSetUpdate structures
An array of
GeoMatchSetUpdate
objects that you want to insert into or delete from an GeoMatchSet. For more information, see the applicable data types:-
GeoMatchSetUpdate: Contains
Action
andGeoMatchConstraint
-
GeoMatchConstraint: Contains
Type
andValue
You can have only one
Type
andValue
perGeoMatchConstraint
. To add multiple countries, include multipleGeoMatchSetUpdate
objects in your request.
Result Syntax
[ 'ChangeToken' => '<string>', ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theUpdateGeoMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Errors
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFInvalidOperationException:
The operation failed because there was nothing to do. For example:
-
You tried to remove a
Rule
from aWebACL
, but theRule
isn't in the specifiedWebACL
. -
You tried to remove an IP address from an
IPSet
, but the IP address isn't in the specifiedIPSet
. -
You tried to remove a
ByteMatchTuple
from aByteMatchSet
, but theByteMatchTuple
isn't in the specifiedWebACL
. -
You tried to add a
Rule
to aWebACL
, but theRule
already exists in the specifiedWebACL
. -
You tried to add a
ByteMatchTuple
to aByteMatchSet
, but theByteMatchTuple
already exists in the specifiedWebACL
.
-
- WAFInvalidParameterException:
The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
-
You specified an invalid parameter name.
-
You specified an invalid value.
-
You tried to update an object (
ByteMatchSet
,IPSet
,Rule
, orWebACL
) using an action other thanINSERT
orDELETE
. -
You tried to create a
WebACL
with aDefaultAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to create a
RateBasedRule
with aRateKey
value other thanIP
. -
You tried to update a
WebACL
with aWafAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to update a
ByteMatchSet
with aFieldToMatch
Type
other than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSet
with aField
ofHEADER
but no value forData
. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
-
- WAFNonexistentContainerException:
The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:
-
You tried to add a
Rule
to or delete aRule
from aWebACL
that doesn't exist. -
You tried to add a
ByteMatchSet
to or delete aByteMatchSet
from aRule
that doesn't exist. -
You tried to add an IP address to or delete an IP address from an
IPSet
that doesn't exist. -
You tried to add a
ByteMatchTuple
to or delete aByteMatchTuple
from aByteMatchSet
that doesn't exist.
-
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFReferencedItemException:
The operation failed because you tried to delete an object that is still in use. For example:
-
You tried to delete a
ByteMatchSet
that is still referenced by aRule
. -
You tried to delete a
Rule
that is still referenced by aWebACL
.
-
- WAFLimitsExceededException:
The operation exceeds a resource limit, for example, the maximum number of
WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
UpdateIPSet
$result = $client->updateIPSet
([/* ... */]); $promise = $client->updateIPSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Inserts or deletes IPSetDescriptor objects in an IPSet
. For each IPSetDescriptor
object, you specify the following values:
-
Whether to insert or delete the object from the array. If you want to change an
IPSetDescriptor
object, you delete the existing object and add a new one. -
The IP address version,
IPv4
orIPv6
. -
The IP address in CIDR notation, for example,
192.0.2.0/24
(for the range of IP addresses from192.0.2.0
to192.0.2.255
) or192.0.2.44/32
(for the individual IP address192.0.2.44
).
AWS WAF supports IPv4 address ranges: /8 and any range between /16 through /32. AWS WAF supports IPv6 address ranges: /24, /32, /48, /56, /64, and /128. For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.
IPv6 addresses can be represented using any of the following formats:
-
1111:0000:0000:0000:0000:0000:0000:0111/128
-
1111:0:0:0:0:0:0:0111/128
-
1111::0111/128
-
1111::111/128
You use an IPSet
to specify which web requests you want to allow or block based on the IP addresses that the requests originated from. For example, if you're receiving a lot of requests from one or a small number of IP addresses and you want to block the requests, you can create an IPSet
that specifies those IP addresses, and then configure AWS WAF to block the requests.
To create and configure an IPSet
, perform the following steps:
-
Submit a CreateIPSet request.
-
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of an UpdateIPSet request. -
Submit an
UpdateIPSet
request to specify the IP addresses that you want AWS WAF to watch for.
When you update an IPSet
, you specify the IP addresses that you want to add and/or the IP addresses that you want to delete. If you want to change an IP address, you delete the existing IP address and add the new one.
You can insert a maximum of 1000 addresses in a single request.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.
Parameter Syntax
$result = $client->updateIPSet([ 'ChangeToken' => '<string>', // REQUIRED 'IPSetId' => '<string>', // REQUIRED 'Updates' => [ // REQUIRED [ 'Action' => 'INSERT|DELETE', // REQUIRED 'IPSetDescriptor' => [ // REQUIRED 'Type' => 'IPV4|IPV6', // REQUIRED 'Value' => '<string>', // REQUIRED ], ], // ... ], ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- IPSetId
-
- Required: Yes
- Type: string
The
IPSetId
of the IPSet that you want to update.IPSetId
is returned by CreateIPSet and by ListIPSets. - Updates
-
- Required: Yes
- Type: Array of IPSetUpdate structures
An array of
IPSetUpdate
objects that you want to insert into or delete from an IPSet. For more information, see the applicable data types:-
IPSetUpdate: Contains
Action
andIPSetDescriptor
-
IPSetDescriptor: Contains
Type
andValue
You can insert a maximum of 1000 addresses in a single request.
Result Syntax
[ 'ChangeToken' => '<string>', ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theUpdateIPSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Errors
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFInvalidOperationException:
The operation failed because there was nothing to do. For example:
-
You tried to remove a
Rule
from aWebACL
, but theRule
isn't in the specifiedWebACL
. -
You tried to remove an IP address from an
IPSet
, but the IP address isn't in the specifiedIPSet
. -
You tried to remove a
ByteMatchTuple
from aByteMatchSet
, but theByteMatchTuple
isn't in the specifiedWebACL
. -
You tried to add a
Rule
to aWebACL
, but theRule
already exists in the specifiedWebACL
. -
You tried to add a
ByteMatchTuple
to aByteMatchSet
, but theByteMatchTuple
already exists in the specifiedWebACL
.
-
- WAFInvalidParameterException:
The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
-
You specified an invalid parameter name.
-
You specified an invalid value.
-
You tried to update an object (
ByteMatchSet
,IPSet
,Rule
, orWebACL
) using an action other thanINSERT
orDELETE
. -
You tried to create a
WebACL
with aDefaultAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to create a
RateBasedRule
with aRateKey
value other thanIP
. -
You tried to update a
WebACL
with aWafAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to update a
ByteMatchSet
with aFieldToMatch
Type
other than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSet
with aField
ofHEADER
but no value forData
. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
-
- WAFNonexistentContainerException:
The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:
-
You tried to add a
Rule
to or delete aRule
from aWebACL
that doesn't exist. -
You tried to add a
ByteMatchSet
to or delete aByteMatchSet
from aRule
that doesn't exist. -
You tried to add an IP address to or delete an IP address from an
IPSet
that doesn't exist. -
You tried to add a
ByteMatchTuple
to or delete aByteMatchTuple
from aByteMatchSet
that doesn't exist.
-
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFReferencedItemException:
The operation failed because you tried to delete an object that is still in use. For example:
-
You tried to delete a
ByteMatchSet
that is still referenced by aRule
. -
You tried to delete a
Rule
that is still referenced by aWebACL
.
-
- WAFLimitsExceededException:
The operation exceeds a resource limit, for example, the maximum number of
WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
Examples
Example 1: To update an IP set
The following example deletes an IPSetDescriptor object in an IP match set with the ID example1ds3t-46da-4fdb-b8d5-abc321j569j5.
$result = $client->updateIPSet([ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', 'IPSetId' => 'example1ds3t-46da-4fdb-b8d5-abc321j569j5', 'Updates' => [ [ 'Action' => 'DELETE', 'IPSetDescriptor' => [ 'Type' => 'IPV4', 'Value' => '192.0.2.44/32', ], ], ], ]);
Result syntax:
[ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', ]
UpdateRateBasedRule
$result = $client->updateRateBasedRule
([/* ... */]); $promise = $client->updateRateBasedRuleAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Inserts or deletes Predicate objects in a rule and updates the RateLimit
in the rule.
Each Predicate
object identifies a predicate, such as a ByteMatchSet or an IPSet, that specifies the web requests that you want to block or count. The RateLimit
specifies the number of requests every five minutes that triggers the rule.
If you add more than one predicate to a RateBasedRule
, a request must match all the predicates and exceed the RateLimit
to be counted or blocked. For example, suppose you add the following to a RateBasedRule
:
-
An
IPSet
that matches the IP address192.0.2.44/32
-
A
ByteMatchSet
that matchesBadBot
in theUser-Agent
header
Further, you specify a RateLimit
of 1,000.
You then add the RateBasedRule
to a WebACL
and specify that you want to block requests that satisfy the rule. For a request to be blocked, it must come from the IP address 192.0.2.44 and the User-Agent
header in the request must contain the value BadBot
. Further, requests that match these two conditions much be received at a rate of more than 1,000 every five minutes. If the rate drops below this limit, AWS WAF no longer blocks the requests.
As a second example, suppose you want to limit requests to a particular page on your site. To do this, you could add the following to a RateBasedRule
:
-
A
ByteMatchSet
withFieldToMatch
ofURI
-
A
PositionalConstraint
ofSTARTS_WITH
-
A
TargetString
oflogin
Further, you specify a RateLimit
of 1,000.
By adding this RateBasedRule
to a WebACL
, you could limit requests to your login page without affecting the rest of your site.
Parameter Syntax
$result = $client->updateRateBasedRule([ 'ChangeToken' => '<string>', // REQUIRED 'RateLimit' => <integer>, // REQUIRED 'RuleId' => '<string>', // REQUIRED 'Updates' => [ // REQUIRED [ 'Action' => 'INSERT|DELETE', // REQUIRED 'Predicate' => [ // REQUIRED 'DataId' => '<string>', // REQUIRED 'Negated' => true || false, // REQUIRED 'Type' => 'IPMatch|ByteMatch|SqlInjectionMatch|GeoMatch|SizeConstraint|XssMatch|RegexMatch', // REQUIRED ], ], // ... ], ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- RateLimit
-
- Required: Yes
- Type: long (int|float)
The maximum number of requests, which have an identical value in the field specified by the
RateKey
, allowed in a five-minute period. If the number of requests exceeds theRateLimit
and the other predicates specified in the rule are also met, AWS WAF triggers the action that is specified for this rule. - RuleId
-
- Required: Yes
- Type: string
The
RuleId
of theRateBasedRule
that you want to update.RuleId
is returned byCreateRateBasedRule
and by ListRateBasedRules. - Updates
-
- Required: Yes
- Type: Array of RuleUpdate structures
An array of
RuleUpdate
objects that you want to insert into or delete from a RateBasedRule.
Result Syntax
[ 'ChangeToken' => '<string>', ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theUpdateRateBasedRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Errors
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFInvalidOperationException:
The operation failed because there was nothing to do. For example:
-
You tried to remove a
Rule
from aWebACL
, but theRule
isn't in the specifiedWebACL
. -
You tried to remove an IP address from an
IPSet
, but the IP address isn't in the specifiedIPSet
. -
You tried to remove a
ByteMatchTuple
from aByteMatchSet
, but theByteMatchTuple
isn't in the specifiedWebACL
. -
You tried to add a
Rule
to aWebACL
, but theRule
already exists in the specifiedWebACL
. -
You tried to add a
ByteMatchTuple
to aByteMatchSet
, but theByteMatchTuple
already exists in the specifiedWebACL
.
-
- WAFInvalidParameterException:
The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
-
You specified an invalid parameter name.
-
You specified an invalid value.
-
You tried to update an object (
ByteMatchSet
,IPSet
,Rule
, orWebACL
) using an action other thanINSERT
orDELETE
. -
You tried to create a
WebACL
with aDefaultAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to create a
RateBasedRule
with aRateKey
value other thanIP
. -
You tried to update a
WebACL
with aWafAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to update a
ByteMatchSet
with aFieldToMatch
Type
other than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSet
with aField
ofHEADER
but no value forData
. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
-
- WAFNonexistentContainerException:
The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:
-
You tried to add a
Rule
to or delete aRule
from aWebACL
that doesn't exist. -
You tried to add a
ByteMatchSet
to or delete aByteMatchSet
from aRule
that doesn't exist. -
You tried to add an IP address to or delete an IP address from an
IPSet
that doesn't exist. -
You tried to add a
ByteMatchTuple
to or delete aByteMatchTuple
from aByteMatchSet
that doesn't exist.
-
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFReferencedItemException:
The operation failed because you tried to delete an object that is still in use. For example:
-
You tried to delete a
ByteMatchSet
that is still referenced by aRule
. -
You tried to delete a
Rule
that is still referenced by aWebACL
.
-
- WAFLimitsExceededException:
The operation exceeds a resource limit, for example, the maximum number of
WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
UpdateRegexMatchSet
$result = $client->updateRegexMatchSet
([/* ... */]); $promise = $client->updateRegexMatchSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Inserts or deletes RegexMatchTuple objects (filters) in a RegexMatchSet. For each RegexMatchSetUpdate
object, you specify the following values:
-
Whether to insert or delete the object from the array. If you want to change a
RegexMatchSetUpdate
object, you delete the existing object and add a new one. -
The part of a web request that you want AWS WAF to inspectupdate, such as a query string or the value of the
User-Agent
header. -
The identifier of the pattern (a regular expression) that you want AWS WAF to look for. For more information, see RegexPatternSet.
-
Whether to perform any conversions on the request, such as converting it to lowercase, before inspecting it for the specified string.
For example, you can create a RegexPatternSet
that matches any requests with User-Agent
headers that contain the string B[a@]dB[o0]t
. You can then configure AWS WAF to reject those requests.
To create and configure a RegexMatchSet
, perform the following steps:
-
Create a
RegexMatchSet.
For more information, see CreateRegexMatchSet. -
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of anUpdateRegexMatchSet
request. -
Submit an
UpdateRegexMatchSet
request to specify the part of the request that you want AWS WAF to inspect (for example, the header or the URI) and the identifier of theRegexPatternSet
that contain the regular expression patters you want AWS WAF to watch for.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.
Parameter Syntax
$result = $client->updateRegexMatchSet([ 'ChangeToken' => '<string>', // REQUIRED 'RegexMatchSetId' => '<string>', // REQUIRED 'Updates' => [ // REQUIRED [ 'Action' => 'INSERT|DELETE', // REQUIRED 'RegexMatchTuple' => [ // REQUIRED 'FieldToMatch' => [ // REQUIRED 'Data' => '<string>', 'Type' => 'URI|QUERY_STRING|HEADER|METHOD|BODY|SINGLE_QUERY_ARG|ALL_QUERY_ARGS', // REQUIRED ], 'RegexPatternSetId' => '<string>', // REQUIRED 'TextTransformation' => 'NONE|COMPRESS_WHITE_SPACE|HTML_ENTITY_DECODE|LOWERCASE|CMD_LINE|URL_DECODE', // REQUIRED ], ], // ... ], ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- RegexMatchSetId
-
- Required: Yes
- Type: string
The
RegexMatchSetId
of the RegexMatchSet that you want to update.RegexMatchSetId
is returned by CreateRegexMatchSet and by ListRegexMatchSets. - Updates
-
- Required: Yes
- Type: Array of RegexMatchSetUpdate structures
An array of
RegexMatchSetUpdate
objects that you want to insert into or delete from a RegexMatchSet. For more information, see RegexMatchTuple.
Result Syntax
[ 'ChangeToken' => '<string>', ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theUpdateRegexMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Errors
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFDisallowedNameException:
The name specified is invalid.
- WAFLimitsExceededException:
The operation exceeds a resource limit, for example, the maximum number of
WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFNonexistentContainerException:
The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:
-
You tried to add a
Rule
to or delete aRule
from aWebACL
that doesn't exist. -
You tried to add a
ByteMatchSet
to or delete aByteMatchSet
from aRule
that doesn't exist. -
You tried to add an IP address to or delete an IP address from an
IPSet
that doesn't exist. -
You tried to add a
ByteMatchTuple
to or delete aByteMatchTuple
from aByteMatchSet
that doesn't exist.
-
- WAFInvalidOperationException:
The operation failed because there was nothing to do. For example:
-
You tried to remove a
Rule
from aWebACL
, but theRule
isn't in the specifiedWebACL
. -
You tried to remove an IP address from an
IPSet
, but the IP address isn't in the specifiedIPSet
. -
You tried to remove a
ByteMatchTuple
from aByteMatchSet
, but theByteMatchTuple
isn't in the specifiedWebACL
. -
You tried to add a
Rule
to aWebACL
, but theRule
already exists in the specifiedWebACL
. -
You tried to add a
ByteMatchTuple
to aByteMatchSet
, but theByteMatchTuple
already exists in the specifiedWebACL
.
-
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
UpdateRegexPatternSet
$result = $client->updateRegexPatternSet
([/* ... */]); $promise = $client->updateRegexPatternSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Inserts or deletes RegexPatternString
objects in a RegexPatternSet. For each RegexPatternString
object, you specify the following values:
-
Whether to insert or delete the
RegexPatternString
. -
The regular expression pattern that you want to insert or delete. For more information, see RegexPatternSet.
For example, you can create a RegexPatternString
such as B[a@]dB[o0]t
. AWS WAF will match this RegexPatternString
to:
-
BadBot
-
BadB0t
-
B@dBot
-
B@dB0t
To create and configure a RegexPatternSet
, perform the following steps:
-
Create a
RegexPatternSet.
For more information, see CreateRegexPatternSet. -
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of anUpdateRegexPatternSet
request. -
Submit an
UpdateRegexPatternSet
request to specify the regular expression pattern that you want AWS WAF to watch for.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.
Parameter Syntax
$result = $client->updateRegexPatternSet([ 'ChangeToken' => '<string>', // REQUIRED 'RegexPatternSetId' => '<string>', // REQUIRED 'Updates' => [ // REQUIRED [ 'Action' => 'INSERT|DELETE', // REQUIRED 'RegexPatternString' => '<string>', // REQUIRED ], // ... ], ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- RegexPatternSetId
-
- Required: Yes
- Type: string
The
RegexPatternSetId
of the RegexPatternSet that you want to update.RegexPatternSetId
is returned by CreateRegexPatternSet and by ListRegexPatternSets. - Updates
-
- Required: Yes
- Type: Array of RegexPatternSetUpdate structures
An array of
RegexPatternSetUpdate
objects that you want to insert into or delete from a RegexPatternSet.
Result Syntax
[ 'ChangeToken' => '<string>', ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theUpdateRegexPatternSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Errors
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFLimitsExceededException:
The operation exceeds a resource limit, for example, the maximum number of
WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFNonexistentContainerException:
The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:
-
You tried to add a
Rule
to or delete aRule
from aWebACL
that doesn't exist. -
You tried to add a
ByteMatchSet
to or delete aByteMatchSet
from aRule
that doesn't exist. -
You tried to add an IP address to or delete an IP address from an
IPSet
that doesn't exist. -
You tried to add a
ByteMatchTuple
to or delete aByteMatchTuple
from aByteMatchSet
that doesn't exist.
-
- WAFInvalidOperationException:
The operation failed because there was nothing to do. For example:
-
You tried to remove a
Rule
from aWebACL
, but theRule
isn't in the specifiedWebACL
. -
You tried to remove an IP address from an
IPSet
, but the IP address isn't in the specifiedIPSet
. -
You tried to remove a
ByteMatchTuple
from aByteMatchSet
, but theByteMatchTuple
isn't in the specifiedWebACL
. -
You tried to add a
Rule
to aWebACL
, but theRule
already exists in the specifiedWebACL
. -
You tried to add a
ByteMatchTuple
to aByteMatchSet
, but theByteMatchTuple
already exists in the specifiedWebACL
.
-
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFInvalidRegexPatternException:
The regular expression (regex) you specified in
RegexPatternString
is invalid.
UpdateRule
$result = $client->updateRule
([/* ... */]); $promise = $client->updateRuleAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Inserts or deletes Predicate objects in a Rule
. Each Predicate
object identifies a predicate, such as a ByteMatchSet or an IPSet, that specifies the web requests that you want to allow, block, or count. If you add more than one predicate to a Rule
, a request must match all of the specifications to be allowed, blocked, or counted. For example, suppose that you add the following to a Rule
:
-
A
ByteMatchSet
that matches the valueBadBot
in theUser-Agent
header -
An
IPSet
that matches the IP address192.0.2.44
You then add the Rule
to a WebACL
and specify that you want to block requests that satisfy the Rule
. For a request to be blocked, the User-Agent
header in the request must contain the value BadBot
and the request must originate from the IP address 192.0.2.44.
To create and configure a Rule
, perform the following steps:
-
Create and update the predicates that you want to include in the
Rule
. -
Create the
Rule
. See CreateRule. -
Use
GetChangeToken
to get the change token that you provide in theChangeToken
parameter of an UpdateRule request. -
Submit an
UpdateRule
request to add predicates to theRule
. -
Create and update a
WebACL
that contains theRule
. See CreateWebACL.
If you want to replace one ByteMatchSet
or IPSet
with another, you delete the existing one and add the new one.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.
Parameter Syntax
$result = $client->updateRule([ 'ChangeToken' => '<string>', // REQUIRED 'RuleId' => '<string>', // REQUIRED 'Updates' => [ // REQUIRED [ 'Action' => 'INSERT|DELETE', // REQUIRED 'Predicate' => [ // REQUIRED 'DataId' => '<string>', // REQUIRED 'Negated' => true || false, // REQUIRED 'Type' => 'IPMatch|ByteMatch|SqlInjectionMatch|GeoMatch|SizeConstraint|XssMatch|RegexMatch', // REQUIRED ], ], // ... ], ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- RuleId
-
- Required: Yes
- Type: string
The
RuleId
of theRule
that you want to update.RuleId
is returned byCreateRule
and by ListRules. - Updates
-
- Required: Yes
- Type: Array of RuleUpdate structures
An array of
RuleUpdate
objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:-
RuleUpdate: Contains
Action
andPredicate
-
Predicate: Contains
DataId
,Negated
, andType
-
FieldToMatch: Contains
Data
andType
Result Syntax
[ 'ChangeToken' => '<string>', ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theUpdateRule
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Errors
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFInvalidOperationException:
The operation failed because there was nothing to do. For example:
-
You tried to remove a
Rule
from aWebACL
, but theRule
isn't in the specifiedWebACL
. -
You tried to remove an IP address from an
IPSet
, but the IP address isn't in the specifiedIPSet
. -
You tried to remove a
ByteMatchTuple
from aByteMatchSet
, but theByteMatchTuple
isn't in the specifiedWebACL
. -
You tried to add a
Rule
to aWebACL
, but theRule
already exists in the specifiedWebACL
. -
You tried to add a
ByteMatchTuple
to aByteMatchSet
, but theByteMatchTuple
already exists in the specifiedWebACL
.
-
- WAFInvalidParameterException:
The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
-
You specified an invalid parameter name.
-
You specified an invalid value.
-
You tried to update an object (
ByteMatchSet
,IPSet
,Rule
, orWebACL
) using an action other thanINSERT
orDELETE
. -
You tried to create a
WebACL
with aDefaultAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to create a
RateBasedRule
with aRateKey
value other thanIP
. -
You tried to update a
WebACL
with aWafAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to update a
ByteMatchSet
with aFieldToMatch
Type
other than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSet
with aField
ofHEADER
but no value forData
. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
-
- WAFNonexistentContainerException:
The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:
-
You tried to add a
Rule
to or delete aRule
from aWebACL
that doesn't exist. -
You tried to add a
ByteMatchSet
to or delete aByteMatchSet
from aRule
that doesn't exist. -
You tried to add an IP address to or delete an IP address from an
IPSet
that doesn't exist. -
You tried to add a
ByteMatchTuple
to or delete aByteMatchTuple
from aByteMatchSet
that doesn't exist.
-
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFReferencedItemException:
The operation failed because you tried to delete an object that is still in use. For example:
-
You tried to delete a
ByteMatchSet
that is still referenced by aRule
. -
You tried to delete a
Rule
that is still referenced by aWebACL
.
-
- WAFLimitsExceededException:
The operation exceeds a resource limit, for example, the maximum number of
WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
Examples
Example 1: To update a rule
The following example deletes a Predicate object in a rule with the ID example1ds3t-46da-4fdb-b8d5-abc321j569j5.
$result = $client->updateRule([ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', 'RuleId' => 'example1ds3t-46da-4fdb-b8d5-abc321j569j5', 'Updates' => [ [ 'Action' => 'DELETE', 'Predicate' => [ 'DataId' => 'MyByteMatchSetID', 'Negated' => , 'Type' => 'ByteMatch', ], ], ], ]);
Result syntax:
[ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', ]
UpdateRuleGroup
$result = $client->updateRuleGroup
([/* ... */]); $promise = $client->updateRuleGroupAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Inserts or deletes ActivatedRule objects in a RuleGroup
.
You can only insert REGULAR
rules into a rule group.
You can have a maximum of ten rules per rule group.
To create and configure a RuleGroup
, perform the following steps:
-
Create and update the
Rules
that you want to include in theRuleGroup
. See CreateRule. -
Use
GetChangeToken
to get the change token that you provide in theChangeToken
parameter of an UpdateRuleGroup request. -
Submit an
UpdateRuleGroup
request to addRules
to theRuleGroup
. -
Create and update a
WebACL
that contains theRuleGroup
. See CreateWebACL.
If you want to replace one Rule
with another, you delete the existing one and add the new one.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.
Parameter Syntax
$result = $client->updateRuleGroup([ 'ChangeToken' => '<string>', // REQUIRED 'RuleGroupId' => '<string>', // REQUIRED 'Updates' => [ // REQUIRED [ 'Action' => 'INSERT|DELETE', // REQUIRED 'ActivatedRule' => [ // REQUIRED 'Action' => [ 'Type' => 'BLOCK|ALLOW|COUNT', // REQUIRED ], 'ExcludedRules' => [ [ 'RuleId' => '<string>', // REQUIRED ], // ... ], 'OverrideAction' => [ 'Type' => 'NONE|COUNT', // REQUIRED ], 'Priority' => <integer>, // REQUIRED 'RuleId' => '<string>', // REQUIRED 'Type' => 'REGULAR|RATE_BASED|GROUP', ], ], // ... ], ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- RuleGroupId
-
- Required: Yes
- Type: string
The
RuleGroupId
of the RuleGroup that you want to update.RuleGroupId
is returned by CreateRuleGroup and by ListRuleGroups. - Updates
-
- Required: Yes
- Type: Array of RuleGroupUpdate structures
An array of
RuleGroupUpdate
objects that you want to insert into or delete from a RuleGroup.You can only insert
REGULAR
rules into a rule group.ActivatedRule|OverrideAction
applies only when updating or adding aRuleGroup
to aWebACL
. In this case you do not useActivatedRule|Action
. For all other update requests,ActivatedRule|Action
is used instead ofActivatedRule|OverrideAction
.
Result Syntax
[ 'ChangeToken' => '<string>', ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theUpdateRuleGroup
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Errors
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFNonexistentContainerException:
The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:
-
You tried to add a
Rule
to or delete aRule
from aWebACL
that doesn't exist. -
You tried to add a
ByteMatchSet
to or delete aByteMatchSet
from aRule
that doesn't exist. -
You tried to add an IP address to or delete an IP address from an
IPSet
that doesn't exist. -
You tried to add a
ByteMatchTuple
to or delete aByteMatchTuple
from aByteMatchSet
that doesn't exist.
-
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFInvalidOperationException:
The operation failed because there was nothing to do. For example:
-
You tried to remove a
Rule
from aWebACL
, but theRule
isn't in the specifiedWebACL
. -
You tried to remove an IP address from an
IPSet
, but the IP address isn't in the specifiedIPSet
. -
You tried to remove a
ByteMatchTuple
from aByteMatchSet
, but theByteMatchTuple
isn't in the specifiedWebACL
. -
You tried to add a
Rule
to aWebACL
, but theRule
already exists in the specifiedWebACL
. -
You tried to add a
ByteMatchTuple
to aByteMatchSet
, but theByteMatchTuple
already exists in the specifiedWebACL
.
-
- WAFLimitsExceededException:
The operation exceeds a resource limit, for example, the maximum number of
WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.- WAFInvalidParameterException:
The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
-
You specified an invalid parameter name.
-
You specified an invalid value.
-
You tried to update an object (
ByteMatchSet
,IPSet
,Rule
, orWebACL
) using an action other thanINSERT
orDELETE
. -
You tried to create a
WebACL
with aDefaultAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to create a
RateBasedRule
with aRateKey
value other thanIP
. -
You tried to update a
WebACL
with aWafAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to update a
ByteMatchSet
with aFieldToMatch
Type
other than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSet
with aField
ofHEADER
but no value forData
. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
-
UpdateSizeConstraintSet
$result = $client->updateSizeConstraintSet
([/* ... */]); $promise = $client->updateSizeConstraintSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Inserts or deletes SizeConstraint objects (filters) in a SizeConstraintSet. For each SizeConstraint
object, you specify the following values:
-
Whether to insert or delete the object from the array. If you want to change a
SizeConstraintSetUpdate
object, you delete the existing object and add a new one. -
The part of a web request that you want AWS WAF to evaluate, such as the length of a query string or the length of the
User-Agent
header. -
Whether to perform any transformations on the request, such as converting it to lowercase, before checking its length. Note that transformations of the request body are not supported because the AWS resource forwards only the first
8192
bytes of your request to AWS WAF.You can only specify a single type of TextTransformation.
-
A
ComparisonOperator
used for evaluating the selected part of the request against the specifiedSize
, such as equals, greater than, less than, and so on. -
The length, in bytes, that you want AWS WAF to watch for in selected part of the request. The length is computed after applying the transformation.
For example, you can add a SizeConstraintSetUpdate
object that matches web requests in which the length of the User-Agent
header is greater than 100 bytes. You can then configure AWS WAF to block those requests.
To create and configure a SizeConstraintSet
, perform the following steps:
-
Create a
SizeConstraintSet.
For more information, see CreateSizeConstraintSet. -
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of anUpdateSizeConstraintSet
request. -
Submit an
UpdateSizeConstraintSet
request to specify the part of the request that you want AWS WAF to inspect (for example, the header or the URI) and the value that you want AWS WAF to watch for.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.
Parameter Syntax
$result = $client->updateSizeConstraintSet([ 'ChangeToken' => '<string>', // REQUIRED 'SizeConstraintSetId' => '<string>', // REQUIRED 'Updates' => [ // REQUIRED [ 'Action' => 'INSERT|DELETE', // REQUIRED 'SizeConstraint' => [ // REQUIRED 'ComparisonOperator' => 'EQ|NE|LE|LT|GE|GT', // REQUIRED 'FieldToMatch' => [ // REQUIRED 'Data' => '<string>', 'Type' => 'URI|QUERY_STRING|HEADER|METHOD|BODY|SINGLE_QUERY_ARG|ALL_QUERY_ARGS', // REQUIRED ], 'Size' => <integer>, // REQUIRED 'TextTransformation' => 'NONE|COMPRESS_WHITE_SPACE|HTML_ENTITY_DECODE|LOWERCASE|CMD_LINE|URL_DECODE', // REQUIRED ], ], // ... ], ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- SizeConstraintSetId
-
- Required: Yes
- Type: string
The
SizeConstraintSetId
of the SizeConstraintSet that you want to update.SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets. - Updates
-
- Required: Yes
- Type: Array of SizeConstraintSetUpdate structures
An array of
SizeConstraintSetUpdate
objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:-
SizeConstraintSetUpdate: Contains
Action
andSizeConstraint
-
SizeConstraint: Contains
FieldToMatch
,TextTransformation
,ComparisonOperator
, andSize
-
FieldToMatch: Contains
Data
andType
Result Syntax
[ 'ChangeToken' => '<string>', ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theUpdateSizeConstraintSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Errors
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFInvalidOperationException:
The operation failed because there was nothing to do. For example:
-
You tried to remove a
Rule
from aWebACL
, but theRule
isn't in the specifiedWebACL
. -
You tried to remove an IP address from an
IPSet
, but the IP address isn't in the specifiedIPSet
. -
You tried to remove a
ByteMatchTuple
from aByteMatchSet
, but theByteMatchTuple
isn't in the specifiedWebACL
. -
You tried to add a
Rule
to aWebACL
, but theRule
already exists in the specifiedWebACL
. -
You tried to add a
ByteMatchTuple
to aByteMatchSet
, but theByteMatchTuple
already exists in the specifiedWebACL
.
-
- WAFInvalidParameterException:
The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
-
You specified an invalid parameter name.
-
You specified an invalid value.
-
You tried to update an object (
ByteMatchSet
,IPSet
,Rule
, orWebACL
) using an action other thanINSERT
orDELETE
. -
You tried to create a
WebACL
with aDefaultAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to create a
RateBasedRule
with aRateKey
value other thanIP
. -
You tried to update a
WebACL
with aWafAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to update a
ByteMatchSet
with aFieldToMatch
Type
other than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSet
with aField
ofHEADER
but no value forData
. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
-
- WAFNonexistentContainerException:
The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:
-
You tried to add a
Rule
to or delete aRule
from aWebACL
that doesn't exist. -
You tried to add a
ByteMatchSet
to or delete aByteMatchSet
from aRule
that doesn't exist. -
You tried to add an IP address to or delete an IP address from an
IPSet
that doesn't exist. -
You tried to add a
ByteMatchTuple
to or delete aByteMatchTuple
from aByteMatchSet
that doesn't exist.
-
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFReferencedItemException:
The operation failed because you tried to delete an object that is still in use. For example:
-
You tried to delete a
ByteMatchSet
that is still referenced by aRule
. -
You tried to delete a
Rule
that is still referenced by aWebACL
.
-
- WAFLimitsExceededException:
The operation exceeds a resource limit, for example, the maximum number of
WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
Examples
Example 1: To update a size constraint set
The following example deletes a SizeConstraint object (filters) in a size constraint set with the ID example1ds3t-46da-4fdb-b8d5-abc321j569j5.
$result = $client->updateSizeConstraintSet([ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', 'SizeConstraintSetId' => 'example1ds3t-46da-4fdb-b8d5-abc321j569j5', 'Updates' => [ [ 'Action' => 'DELETE', 'SizeConstraint' => [ 'ComparisonOperator' => 'GT', 'FieldToMatch' => [ 'Type' => 'QUERY_STRING', ], 'Size' => 0, 'TextTransformation' => 'NONE', ], ], ], ]);
Result syntax:
[ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', ]
UpdateSqlInjectionMatchSet
$result = $client->updateSqlInjectionMatchSet
([/* ... */]); $promise = $client->updateSqlInjectionMatchSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Inserts or deletes SqlInjectionMatchTuple objects (filters) in a SqlInjectionMatchSet. For each SqlInjectionMatchTuple
object, you specify the following values:
-
Action
: Whether to insert the object into or delete the object from the array. To change aSqlInjectionMatchTuple
, you delete the existing object and add a new one. -
FieldToMatch
: The part of web requests that you want AWS WAF to inspect and, if you want AWS WAF to inspect a header or custom query parameter, the name of the header or parameter. -
TextTransformation
: Which text transformation, if any, to perform on the web request before inspecting the request for snippets of malicious SQL code.You can only specify a single type of TextTransformation.
You use SqlInjectionMatchSet
objects to specify which CloudFront requests that you want to allow, block, or count. For example, if you're receiving requests that contain snippets of SQL code in the query string and you want to block the requests, you can create a SqlInjectionMatchSet
with the applicable settings, and then configure AWS WAF to block the requests.
To create and configure a SqlInjectionMatchSet
, perform the following steps:
-
Submit a CreateSqlInjectionMatchSet request.
-
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of an UpdateIPSet request. -
Submit an
UpdateSqlInjectionMatchSet
request to specify the parts of web requests that you want AWS WAF to inspect for snippets of SQL code.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.
Parameter Syntax
$result = $client->updateSqlInjectionMatchSet([ 'ChangeToken' => '<string>', // REQUIRED 'SqlInjectionMatchSetId' => '<string>', // REQUIRED 'Updates' => [ // REQUIRED [ 'Action' => 'INSERT|DELETE', // REQUIRED 'SqlInjectionMatchTuple' => [ // REQUIRED 'FieldToMatch' => [ // REQUIRED 'Data' => '<string>', 'Type' => 'URI|QUERY_STRING|HEADER|METHOD|BODY|SINGLE_QUERY_ARG|ALL_QUERY_ARGS', // REQUIRED ], 'TextTransformation' => 'NONE|COMPRESS_WHITE_SPACE|HTML_ENTITY_DECODE|LOWERCASE|CMD_LINE|URL_DECODE', // REQUIRED ], ], // ... ], ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- SqlInjectionMatchSetId
-
- Required: Yes
- Type: string
The
SqlInjectionMatchSetId
of theSqlInjectionMatchSet
that you want to update.SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets. - Updates
-
- Required: Yes
- Type: Array of SqlInjectionMatchSetUpdate structures
An array of
SqlInjectionMatchSetUpdate
objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:-
SqlInjectionMatchSetUpdate: Contains
Action
andSqlInjectionMatchTuple
-
SqlInjectionMatchTuple: Contains
FieldToMatch
andTextTransformation
-
FieldToMatch: Contains
Data
andType
Result Syntax
[ 'ChangeToken' => '<string>', ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theUpdateSqlInjectionMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFInvalidOperationException:
The operation failed because there was nothing to do. For example:
-
You tried to remove a
Rule
from aWebACL
, but theRule
isn't in the specifiedWebACL
. -
You tried to remove an IP address from an
IPSet
, but the IP address isn't in the specifiedIPSet
. -
You tried to remove a
ByteMatchTuple
from aByteMatchSet
, but theByteMatchTuple
isn't in the specifiedWebACL
. -
You tried to add a
Rule
to aWebACL
, but theRule
already exists in the specifiedWebACL
. -
You tried to add a
ByteMatchTuple
to aByteMatchSet
, but theByteMatchTuple
already exists in the specifiedWebACL
.
-
- WAFInvalidParameterException:
The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
-
You specified an invalid parameter name.
-
You specified an invalid value.
-
You tried to update an object (
ByteMatchSet
,IPSet
,Rule
, orWebACL
) using an action other thanINSERT
orDELETE
. -
You tried to create a
WebACL
with aDefaultAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to create a
RateBasedRule
with aRateKey
value other thanIP
. -
You tried to update a
WebACL
with aWafAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to update a
ByteMatchSet
with aFieldToMatch
Type
other than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSet
with aField
ofHEADER
but no value forData
. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
-
- WAFNonexistentContainerException:
The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:
-
You tried to add a
Rule
to or delete aRule
from aWebACL
that doesn't exist. -
You tried to add a
ByteMatchSet
to or delete aByteMatchSet
from aRule
that doesn't exist. -
You tried to add an IP address to or delete an IP address from an
IPSet
that doesn't exist. -
You tried to add a
ByteMatchTuple
to or delete aByteMatchTuple
from aByteMatchSet
that doesn't exist.
-
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFLimitsExceededException:
The operation exceeds a resource limit, for example, the maximum number of
WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
Examples
Example 1: To update a SQL injection match set
The following example deletes a SqlInjectionMatchTuple object (filters) in a SQL injection match set with the ID example1ds3t-46da-4fdb-b8d5-abc321j569j5.
$result = $client->updateSqlInjectionMatchSet([ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', 'SqlInjectionMatchSetId' => 'example1ds3t-46da-4fdb-b8d5-abc321j569j5', 'Updates' => [ [ 'Action' => 'DELETE', 'SqlInjectionMatchTuple' => [ 'FieldToMatch' => [ 'Type' => 'QUERY_STRING', ], 'TextTransformation' => 'URL_DECODE', ], ], ], ]);
Result syntax:
[ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', ]
UpdateWebACL
$result = $client->updateWebACL
([/* ... */]); $promise = $client->updateWebACLAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Inserts or deletes ActivatedRule objects in a WebACL
. Each Rule
identifies web requests that you want to allow, block, or count. When you update a WebACL
, you specify the following values:
-
A default action for the
WebACL
, eitherALLOW
orBLOCK
. AWS WAF performs the default action if a request doesn't match the criteria in any of theRules
in aWebACL
. -
The
Rules
that you want to add or delete. If you want to replace oneRule
with another, you delete the existingRule
and add the new one. -
For each
Rule
, whether you want AWS WAF to allow requests, block requests, or count requests that match the conditions in theRule
. -
The order in which you want AWS WAF to evaluate the
Rules
in aWebACL
. If you add more than oneRule
to aWebACL
, AWS WAF evaluates each request against theRules
in order based on the value ofPriority
. (TheRule
that has the lowest value forPriority
is evaluated first.) When a web request matches all the predicates (such asByteMatchSets
andIPSets
) in aRule
, AWS WAF immediately takes the corresponding action, allow or block, and doesn't evaluate the request against the remainingRules
in theWebACL
, if any.
To create and configure a WebACL
, perform the following steps:
-
Create and update the predicates that you want to include in
Rules
. For more information, see CreateByteMatchSet, UpdateByteMatchSet, CreateIPSet, UpdateIPSet, CreateSqlInjectionMatchSet, and UpdateSqlInjectionMatchSet. -
Create and update the
Rules
that you want to include in theWebACL
. For more information, see CreateRule and UpdateRule. -
Create a
WebACL
. See CreateWebACL. -
Use
GetChangeToken
to get the change token that you provide in theChangeToken
parameter of an UpdateWebACL request. -
Submit an
UpdateWebACL
request to specify theRules
that you want to include in theWebACL
, to specify the default action, and to associate theWebACL
with a CloudFront distribution.The
ActivatedRule
can be a rule group. If you specify a rule group as yourActivatedRule
, you can exclude specific rules from that rule group.If you already have a rule group associated with a web ACL and want to submit an
UpdateWebACL
request to exclude certain rules from that rule group, you must first remove the rule group from the web ACL, the re-insert it again, specifying the excluded rules. For details, see ActivatedRule$ExcludedRules .
Be aware that if you try to add a RATE_BASED rule to a web ACL without setting the rule type when first creating the rule, the UpdateWebACL request will fail because the request tries to add a REGULAR rule (the default rule type) with the specified ID, which does not exist.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.
Parameter Syntax
$result = $client->updateWebACL([ 'ChangeToken' => '<string>', // REQUIRED 'DefaultAction' => [ 'Type' => 'BLOCK|ALLOW|COUNT', // REQUIRED ], 'Updates' => [ [ 'Action' => 'INSERT|DELETE', // REQUIRED 'ActivatedRule' => [ // REQUIRED 'Action' => [ 'Type' => 'BLOCK|ALLOW|COUNT', // REQUIRED ], 'ExcludedRules' => [ [ 'RuleId' => '<string>', // REQUIRED ], // ... ], 'OverrideAction' => [ 'Type' => 'NONE|COUNT', // REQUIRED ], 'Priority' => <integer>, // REQUIRED 'RuleId' => '<string>', // REQUIRED 'Type' => 'REGULAR|RATE_BASED|GROUP', ], ], // ... ], 'WebACLId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- DefaultAction
-
- Type: WafAction structure
A default action for the web ACL, either ALLOW or BLOCK. AWS WAF performs the default action if a request doesn't match the criteria in any of the rules in a web ACL.
- Updates
-
- Type: Array of WebACLUpdate structures
An array of updates to make to the WebACL.
An array of
WebACLUpdate
objects that you want to insert into or delete from a WebACL. For more information, see the applicable data types:-
WebACLUpdate: Contains
Action
andActivatedRule
-
ActivatedRule: Contains
Action
,OverrideAction
,Priority
,RuleId
, andType
.ActivatedRule|OverrideAction
applies only when updating or adding aRuleGroup
to aWebACL
. In this case, you do not useActivatedRule|Action
. For all other update requests,ActivatedRule|Action
is used instead ofActivatedRule|OverrideAction
. -
WafAction: Contains
Type
- WebACLId
-
- Required: Yes
- Type: string
The
WebACLId
of the WebACL that you want to update.WebACLId
is returned by CreateWebACL and by ListWebACLs.
Result Syntax
[ 'ChangeToken' => '<string>', ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theUpdateWebACL
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Errors
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFInvalidOperationException:
The operation failed because there was nothing to do. For example:
-
You tried to remove a
Rule
from aWebACL
, but theRule
isn't in the specifiedWebACL
. -
You tried to remove an IP address from an
IPSet
, but the IP address isn't in the specifiedIPSet
. -
You tried to remove a
ByteMatchTuple
from aByteMatchSet
, but theByteMatchTuple
isn't in the specifiedWebACL
. -
You tried to add a
Rule
to aWebACL
, but theRule
already exists in the specifiedWebACL
. -
You tried to add a
ByteMatchTuple
to aByteMatchSet
, but theByteMatchTuple
already exists in the specifiedWebACL
.
-
- WAFInvalidParameterException:
The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
-
You specified an invalid parameter name.
-
You specified an invalid value.
-
You tried to update an object (
ByteMatchSet
,IPSet
,Rule
, orWebACL
) using an action other thanINSERT
orDELETE
. -
You tried to create a
WebACL
with aDefaultAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to create a
RateBasedRule
with aRateKey
value other thanIP
. -
You tried to update a
WebACL
with aWafAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to update a
ByteMatchSet
with aFieldToMatch
Type
other than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSet
with aField
ofHEADER
but no value forData
. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
-
- WAFNonexistentContainerException:
The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:
-
You tried to add a
Rule
to or delete aRule
from aWebACL
that doesn't exist. -
You tried to add a
ByteMatchSet
to or delete aByteMatchSet
from aRule
that doesn't exist. -
You tried to add an IP address to or delete an IP address from an
IPSet
that doesn't exist. -
You tried to add a
ByteMatchTuple
to or delete aByteMatchTuple
from aByteMatchSet
that doesn't exist.
-
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFReferencedItemException:
The operation failed because you tried to delete an object that is still in use. For example:
-
You tried to delete a
ByteMatchSet
that is still referenced by aRule
. -
You tried to delete a
Rule
that is still referenced by aWebACL
.
-
- WAFLimitsExceededException:
The operation exceeds a resource limit, for example, the maximum number of
WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.- WAFSubscriptionNotFoundException:
The specified subscription does not exist.
Examples
Example 1: To update a Web ACL
The following example deletes an ActivatedRule object in a WebACL with the ID webacl-1472061481310.
$result = $client->updateWebACL([ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', 'DefaultAction' => [ 'Type' => 'ALLOW', ], 'Updates' => [ [ 'Action' => 'DELETE', 'ActivatedRule' => [ 'Action' => [ 'Type' => 'ALLOW', ], 'Priority' => 1, 'RuleId' => 'WAFRule-1-Example', ], ], ], 'WebACLId' => 'webacl-1472061481310', ]);
Result syntax:
[ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', ]
UpdateXssMatchSet
$result = $client->updateXssMatchSet
([/* ... */]); $promise = $client->updateXssMatchSetAsync
([/* ... */]);
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Inserts or deletes XssMatchTuple objects (filters) in an XssMatchSet. For each XssMatchTuple
object, you specify the following values:
-
Action
: Whether to insert the object into or delete the object from the array. To change anXssMatchTuple
, you delete the existing object and add a new one. -
FieldToMatch
: The part of web requests that you want AWS WAF to inspect and, if you want AWS WAF to inspect a header or custom query parameter, the name of the header or parameter. -
TextTransformation
: Which text transformation, if any, to perform on the web request before inspecting the request for cross-site scripting attacks.You can only specify a single type of TextTransformation.
You use XssMatchSet
objects to specify which CloudFront requests that you want to allow, block, or count. For example, if you're receiving requests that contain cross-site scripting attacks in the request body and you want to block the requests, you can create an XssMatchSet
with the applicable settings, and then configure AWS WAF to block the requests.
To create and configure an XssMatchSet
, perform the following steps:
-
Submit a CreateXssMatchSet request.
-
Use GetChangeToken to get the change token that you provide in the
ChangeToken
parameter of an UpdateIPSet request. -
Submit an
UpdateXssMatchSet
request to specify the parts of web requests that you want AWS WAF to inspect for cross-site scripting attacks.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide.
Parameter Syntax
$result = $client->updateXssMatchSet([ 'ChangeToken' => '<string>', // REQUIRED 'Updates' => [ // REQUIRED [ 'Action' => 'INSERT|DELETE', // REQUIRED 'XssMatchTuple' => [ // REQUIRED 'FieldToMatch' => [ // REQUIRED 'Data' => '<string>', 'Type' => 'URI|QUERY_STRING|HEADER|METHOD|BODY|SINGLE_QUERY_ARG|ALL_QUERY_ARGS', // REQUIRED ], 'TextTransformation' => 'NONE|COMPRESS_WHITE_SPACE|HTML_ENTITY_DECODE|LOWERCASE|CMD_LINE|URL_DECODE', // REQUIRED ], ], // ... ], 'XssMatchSetId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ChangeToken
-
- Required: Yes
- Type: string
The value returned by the most recent call to GetChangeToken.
- Updates
-
- Required: Yes
- Type: Array of XssMatchSetUpdate structures
An array of
XssMatchSetUpdate
objects that you want to insert into or delete from an XssMatchSet. For more information, see the applicable data types:-
XssMatchSetUpdate: Contains
Action
andXssMatchTuple
-
XssMatchTuple: Contains
FieldToMatch
andTextTransformation
-
FieldToMatch: Contains
Data
andType
- XssMatchSetId
-
- Required: Yes
- Type: string
The
XssMatchSetId
of theXssMatchSet
that you want to update.XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
Result Syntax
[ 'ChangeToken' => '<string>', ]
Result Details
Members
- ChangeToken
-
- Type: string
The
ChangeToken
that you used to submit theUpdateXssMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
Errors
- WAFInternalErrorException:
The operation failed because of a system problem, even though the request was valid. Retry your request.
- WAFInvalidAccountException:
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
- WAFInvalidOperationException:
The operation failed because there was nothing to do. For example:
-
You tried to remove a
Rule
from aWebACL
, but theRule
isn't in the specifiedWebACL
. -
You tried to remove an IP address from an
IPSet
, but the IP address isn't in the specifiedIPSet
. -
You tried to remove a
ByteMatchTuple
from aByteMatchSet
, but theByteMatchTuple
isn't in the specifiedWebACL
. -
You tried to add a
Rule
to aWebACL
, but theRule
already exists in the specifiedWebACL
. -
You tried to add a
ByteMatchTuple
to aByteMatchSet
, but theByteMatchTuple
already exists in the specifiedWebACL
.
-
- WAFInvalidParameterException:
The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
-
You specified an invalid parameter name.
-
You specified an invalid value.
-
You tried to update an object (
ByteMatchSet
,IPSet
,Rule
, orWebACL
) using an action other thanINSERT
orDELETE
. -
You tried to create a
WebACL
with aDefaultAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to create a
RateBasedRule
with aRateKey
value other thanIP
. -
You tried to update a
WebACL
with aWafAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to update a
ByteMatchSet
with aFieldToMatch
Type
other than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSet
with aField
ofHEADER
but no value forData
. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
-
- WAFNonexistentContainerException:
The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:
-
You tried to add a
Rule
to or delete aRule
from aWebACL
that doesn't exist. -
You tried to add a
ByteMatchSet
to or delete aByteMatchSet
from aRule
that doesn't exist. -
You tried to add an IP address to or delete an IP address from an
IPSet
that doesn't exist. -
You tried to add a
ByteMatchTuple
to or delete aByteMatchTuple
from aByteMatchSet
that doesn't exist.
-
- WAFNonexistentItemException:
The operation failed because the referenced object doesn't exist.
- WAFStaleDataException:
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
- WAFLimitsExceededException:
The operation exceeds a resource limit, for example, the maximum number of
WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
Examples
Example 1: To update an XSS match set
The following example deletes an XssMatchTuple object (filters) in an XssMatchSet with the ID example1ds3t-46da-4fdb-b8d5-abc321j569j5.
$result = $client->updateXssMatchSet([ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', 'Updates' => [ [ 'Action' => 'DELETE', 'XssMatchTuple' => [ 'FieldToMatch' => [ 'Type' => 'QUERY_STRING', ], 'TextTransformation' => 'URL_DECODE', ], ], ], 'XssMatchSetId' => 'example1ds3t-46da-4fdb-b8d5-abc321j569j5', ]);
Result syntax:
[ 'ChangeToken' => 'abcd12f2-46da-4fdb-b8d5-fbd4c466928f', ]
Shapes
ActivatedRule
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
The ActivatedRule
object in an UpdateWebACL request specifies a Rule
that you want to insert or delete, the priority of the Rule
in the WebACL
, and the action that you want AWS WAF to take when a web request matches the Rule
(ALLOW
, BLOCK
, or COUNT
).
To specify whether to insert or delete a Rule
, use the Action
parameter in the WebACLUpdate data type.
Members
- Action
-
- Type: WafAction structure
Specifies the action that CloudFront or AWS WAF takes when a web request matches the conditions in the
Rule
. Valid values forAction
include the following:-
ALLOW
: CloudFront responds with the requested object. -
BLOCK
: CloudFront responds with an HTTP 403 (Forbidden) status code. -
COUNT
: AWS WAF increments a counter of requests that match the conditions in the rule and then continues to inspect the web request based on the remaining rules in the web ACL.
ActivatedRule|OverrideAction
applies only when updating or adding aRuleGroup
to aWebACL
. In this case, you do not useActivatedRule|Action
. For all other update requests,ActivatedRule|Action
is used instead ofActivatedRule|OverrideAction
. - ExcludedRules
-
- Type: Array of ExcludedRule structures
An array of rules to exclude from a rule group. This is applicable only when the
ActivatedRule
refers to aRuleGroup
.Sometimes it is necessary to troubleshoot rule groups that are blocking traffic unexpectedly (false positives). One troubleshooting technique is to identify the specific rule within the rule group that is blocking the legitimate traffic and then disable (exclude) that particular rule. You can exclude rules from both your own rule groups and AWS Marketplace rule groups that have been associated with a web ACL.
Specifying
ExcludedRules
does not remove those rules from the rule group. Rather, it changes the action for the rules toCOUNT
. Therefore, requests that match anExcludedRule
are counted but not blocked. TheRuleGroup
owner will receive COUNT metrics for eachExcludedRule
.If you want to exclude rules from a rule group that is already associated with a web ACL, perform the following steps:
-
Use the AWS WAF logs to identify the IDs of the rules that you want to exclude. For more information about the logs, see Logging Web ACL Traffic Information.
-
Submit an UpdateWebACL request that has two actions:
-
The first action deletes the existing rule group from the web ACL. That is, in the UpdateWebACL request, the first
Updates:Action
should beDELETE
andUpdates:ActivatedRule:RuleId
should be the rule group that contains the rules that you want to exclude. -
The second action inserts the same rule group back in, but specifying the rules to exclude. That is, the second
Updates:Action
should beINSERT
,Updates:ActivatedRule:RuleId
should be the rule group that you just removed, andExcludedRules
should contain the rules that you want to exclude.
-
- OverrideAction
-
- Type: WafOverrideAction structure
Use the
OverrideAction
to test yourRuleGroup
.Any rule in a
RuleGroup
can potentially block a request. If you set theOverrideAction
toNone
, theRuleGroup
will block a request if any individual rule in theRuleGroup
matches the request and is configured to block that request. However if you first want to test theRuleGroup
, set theOverrideAction
toCount
. TheRuleGroup
will then override any block action specified by individual rules contained within the group. Instead of blocking matching requests, those requests will be counted. You can view a record of counted requests using GetSampledRequests.ActivatedRule|OverrideAction
applies only when updating or adding aRuleGroup
to aWebACL
. In this case you do not useActivatedRule|Action
. For all other update requests,ActivatedRule|Action
is used instead ofActivatedRule|OverrideAction
. - Priority
-
- Required: Yes
- Type: int
Specifies the order in which the
Rules
in aWebACL
are evaluated. Rules with a lower value forPriority
are evaluated beforeRules
with a higher value. The value must be a unique integer. If you add multipleRules
to aWebACL
, the values don't need to be consecutive. - RuleId
-
- Required: Yes
- Type: string
The
RuleId
for aRule
. You useRuleId
to get more information about aRule
(see GetRule), update aRule
(see UpdateRule), insert aRule
into aWebACL
or delete a one from aWebACL
(see UpdateWebACL), or delete aRule
from AWS WAF (see DeleteRule).RuleId
is returned by CreateRule and by ListRules. - Type
-
- Type: string
The rule type, either
REGULAR
, as defined by Rule,RATE_BASED
, as defined by RateBasedRule, orGROUP
, as defined by RuleGroup. The default is REGULAR. Although this field is optional, be aware that if you try to add a RATE_BASED rule to a web ACL without setting the type, the UpdateWebACL request will fail because the request tries to add a REGULAR rule with the specified ID, which does not exist.
ByteMatchSet
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
In a GetByteMatchSet request, ByteMatchSet
is a complex type that contains the ByteMatchSetId
and Name
of a ByteMatchSet
, and the values that you specified when you updated the ByteMatchSet
.
A complex type that contains ByteMatchTuple
objects, which specify the parts of web requests that you want AWS WAF to inspect and the values that you want AWS WAF to search for. If a ByteMatchSet
contains more than one ByteMatchTuple
object, a request needs to match the settings in only one ByteMatchTuple
to be considered a match.
Members
- ByteMatchSetId
-
- Required: Yes
- Type: string
The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
(see GetByteMatchSet), update aByteMatchSet
(see UpdateByteMatchSet), insert aByteMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aByteMatchSet
from AWS WAF (see DeleteByteMatchSet).ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets. - ByteMatchTuples
-
- Required: Yes
- Type: Array of ByteMatchTuple structures
Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.
- Name
-
- Type: string
A friendly name or description of the ByteMatchSet. You can't change
Name
after you create aByteMatchSet
.
ByteMatchSetSummary
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returned by ListByteMatchSets. Each ByteMatchSetSummary
object includes the Name
and ByteMatchSetId
for one ByteMatchSet.
Members
- ByteMatchSetId
-
- Required: Yes
- Type: string
The
ByteMatchSetId
for aByteMatchSet
. You useByteMatchSetId
to get information about aByteMatchSet
, update aByteMatchSet
, remove aByteMatchSet
from aRule
, and delete aByteMatchSet
from AWS WAF.ByteMatchSetId
is returned by CreateByteMatchSet and by ListByteMatchSets. - Name
-
- Required: Yes
- Type: string
A friendly name or description of the ByteMatchSet. You can't change
Name
after you create aByteMatchSet
.
ByteMatchSetUpdate
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
In an UpdateByteMatchSet request, ByteMatchSetUpdate
specifies whether to insert or delete a ByteMatchTuple and includes the settings for the ByteMatchTuple
.
Members
- Action
-
- Required: Yes
- Type: string
Specifies whether to insert or delete a ByteMatchTuple.
- ByteMatchTuple
-
- Required: Yes
- Type: ByteMatchTuple structure
Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specify
DELETE
for the value ofAction
, theByteMatchTuple
values must exactly match the values in theByteMatchTuple
that you want to delete from theByteMatchSet
.
ByteMatchTuple
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
The bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.
Members
- FieldToMatch
-
- Required: Yes
- Type: FieldToMatch structure
The part of a web request that you want AWS WAF to search, such as a specified header or a query string. For more information, see FieldToMatch.
- PositionalConstraint
-
- Required: Yes
- Type: string
Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want AWS WAF to search. Valid values include the following:
CONTAINS
The specified part of the web request must include the value of
TargetString
, but the location doesn't matter.CONTAINS_WORD
The specified part of the web request must include the value of
TargetString
, andTargetString
must contain only alphanumeric characters or underscore (A-Z, a-z, 0-9, or _). In addition,TargetString
must be a word, which means one of the following:-
TargetString
exactly matches the value of the specified part of the web request, such as the value of a header. -
TargetString
is at the beginning of the specified part of the web request and is followed by a character other than an alphanumeric character or underscore (_), for example,BadBot;
. -
TargetString
is at the end of the specified part of the web request and is preceded by a character other than an alphanumeric character or underscore (_), for example,;BadBot
. -
TargetString
is in the middle of the specified part of the web request and is preceded and followed by characters other than alphanumeric characters or underscore (_), for example,-BadBot;
.
EXACTLY
The value of the specified part of the web request must exactly match the value of
TargetString
.STARTS_WITH
The value of
TargetString
must appear at the beginning of the specified part of the web request.ENDS_WITH
The value of
TargetString
must appear at the end of the specified part of the web request. - TargetString
-
- Required: Yes
- Type: blob (string|resource|Psr\Http\Message\StreamInterface)
The value that you want AWS WAF to search for. AWS WAF searches for the specified string in the part of web requests that you specified in
FieldToMatch
. The maximum length of the value is 50 bytes.Valid values depend on the values that you specified for
FieldToMatch
:-
HEADER
: The value that you want AWS WAF to search for in the request header that you specified in FieldToMatch, for example, the value of theUser-Agent
orReferer
header. -
METHOD
: The HTTP method, which indicates the type of operation specified in the request. CloudFront supports the following methods:DELETE
,GET
,HEAD
,OPTIONS
,PATCH
,POST
, andPUT
. -
QUERY_STRING
: The value that you want AWS WAF to search for in the query string, which is the part of a URL that appears after a?
character. -
URI
: The value that you want AWS WAF to search for in the part of a URL that identifies a resource, for example,/images/daily-ad.jpg
. -
BODY
: 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 first8192
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. -
SINGLE_QUERY_ARG
: The parameter in the query string that you will inspect, such as UserName or SalesRegion. The maximum length forSINGLE_QUERY_ARG
is 30 characters. -
ALL_QUERY_ARGS
: Similar toSINGLE_QUERY_ARG
, but instead of inspecting a single parameter, AWS WAF inspects all parameters within the query string for the value or regex pattern that you specify inTargetString
.
If
TargetString
includes alphabetic characters A-Z and a-z, note that the value is case sensitive.If you're using the AWS WAF API
Specify a base64-encoded version of the value. The maximum length of the value before you base64-encode it is 50 bytes.
For example, suppose the value of
Type
isHEADER
and the value ofData
isUser-Agent
. If you want to search theUser-Agent
header for the valueBadBot
, you base64-encodeBadBot
using MIME base64-encoding and include the resulting value,QmFkQm90
, in the value ofTargetString
.If you're using the AWS CLI or one of the AWS SDKs
The value that you want AWS WAF to search for. The SDK automatically base64 encodes the value.
- TextTransformation
-
- Required: Yes
- Type: string
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on
FieldToMatch
before inspecting it for a match.You can only specify a single type of TextTransformation.
CMD_LINE
When you're concerned that attackers are injecting an operating system command line command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:
-
Delete the following characters: \ " ' ^
-
Delete spaces before the following characters: / (
-
Replace the following characters with a space: , ;
-
Replace multiple spaces with one space
-
Convert uppercase letters (A-Z) to lowercase (a-z)
COMPRESS_WHITE_SPACE
Use this option to replace the following characters with a space character (decimal 32):
-
\f, formfeed, decimal 12
-
\t, tab, decimal 9
-
\n, newline, decimal 10
-
\r, carriage return, decimal 13
-
\v, vertical tab, decimal 11
-
non-breaking space, decimal 160
COMPRESS_WHITE_SPACE
also replaces multiple spaces with one space.HTML_ENTITY_DECODE
Use this option to replace HTML-encoded characters with unencoded characters.
HTML_ENTITY_DECODE
performs the following operations:-
Replaces
(ampersand)quot;
with"
-
Replaces
(ampersand)nbsp;
with a non-breaking space, decimal 160 -
Replaces
(ampersand)lt;
with a "less than" symbol -
Replaces
(ampersand)gt;
with>
-
Replaces characters that are represented in hexadecimal format,
(ampersand)#xhhhh;
, with the corresponding characters -
Replaces characters that are represented in decimal format,
(ampersand)#nnnn;
, with the corresponding characters
LOWERCASE
Use this option to convert uppercase letters (A-Z) to lowercase (a-z).
URL_DECODE
Use this option to decode a URL-encoded value.
NONE
Specify
NONE
if you don't want to perform any text transformations.
ExcludedRule
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
The rule to exclude from a rule group. This is applicable only when the ActivatedRule
refers to a RuleGroup
. The rule must belong to the RuleGroup
that is specified by the ActivatedRule
.
Members
- RuleId
-
- Required: Yes
- Type: string
The unique identifier for the rule to exclude from the rule group.
FieldToMatch
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. 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 TargetString
.
Members
- Data
-
- Type: string
When the value of
Type
isHEADER
, enter the name of the header that you want AWS WAF to search, for example,User-Agent
orReferer
. The name of the header is not case sensitive.When the value of
Type
isSINGLE_QUERY_ARG
, enter the name of the parameter that you want AWS WAF to search, for example,UserName
orSalesRegion
. The parameter name is not case sensitive.If the value of
Type
is any other value, omitData
. - Type
-
- Required: Yes
- Type: string
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:
-
HEADER
: A specified request header, for example, the value of theUser-Agent
orReferer
header. If you chooseHEADER
for the type, specify the name of the header inData
. -
METHOD
: The HTTP method, which indicated the type of operation that the request is asking the origin to perform. Amazon CloudFront supports the following methods:DELETE
,GET
,HEAD
,OPTIONS
,PATCH
,POST
, andPUT
. -
QUERY_STRING
: A query string, which is the part of a URL that appears after a?
character, if any. -
URI
: The part of a web request that identifies a resource, for example,/images/daily-ad.jpg
. -
BODY
: 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 first8192
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. -
SINGLE_QUERY_ARG
: The parameter in the query string that you will inspect, such as UserName or SalesRegion. The maximum length forSINGLE_QUERY_ARG
is 30 characters. -
ALL_QUERY_ARGS
: Similar toSINGLE_QUERY_ARG
, 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 inTargetString
.
GeoMatchConstraint
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
The country from which web requests originate that you want AWS WAF to search for.
Members
- Type
-
- Required: Yes
- Type: string
The type of geographical area you want AWS WAF to search for. Currently
Country
is the only valid value. - Value
-
- Required: Yes
- Type: string
The country that you want AWS WAF to search for.
GeoMatchSet
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Contains one or more countries that AWS WAF will search for.
Members
- GeoMatchConstraints
-
- Required: Yes
- Type: Array of GeoMatchConstraint structures
An array of GeoMatchConstraint objects, which contain the country that you want AWS WAF to search for.
- GeoMatchSetId
-
- Required: Yes
- Type: string
The
GeoMatchSetId
for anGeoMatchSet
. You useGeoMatchSetId
to get information about aGeoMatchSet
(see GeoMatchSet), update aGeoMatchSet
(see UpdateGeoMatchSet), insert aGeoMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aGeoMatchSet
from AWS WAF (see DeleteGeoMatchSet).GeoMatchSetId
is returned by CreateGeoMatchSet and by ListGeoMatchSets. - Name
-
- Type: string
A friendly name or description of the GeoMatchSet. You can't change the name of an
GeoMatchSet
after you create it.
GeoMatchSetSummary
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Contains the identifier and the name of the GeoMatchSet
.
Members
- GeoMatchSetId
-
- Required: Yes
- Type: string
The
GeoMatchSetId
for an GeoMatchSet. You can useGeoMatchSetId
in a GetGeoMatchSet request to get detailed information about an GeoMatchSet. - Name
-
- Required: Yes
- Type: string
A friendly name or description of the GeoMatchSet. You can't change the name of an
GeoMatchSet
after you create it.
GeoMatchSetUpdate
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Specifies the type of update to perform to an GeoMatchSet with UpdateGeoMatchSet.
Members
- Action
-
- Required: Yes
- Type: string
Specifies whether to insert or delete a country with UpdateGeoMatchSet.
- GeoMatchConstraint
-
- Required: Yes
- Type: GeoMatchConstraint structure
The country from which web requests originate that you want AWS WAF to search for.
HTTPHeader
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
The response from a GetSampledRequests request includes an HTTPHeader
complex type that appears as Headers
in the response syntax. HTTPHeader
contains the names and values of all of the headers that appear in one of the web requests that were returned by GetSampledRequests
.
Members
- Name
-
- Type: string
The name of one of the headers in the sampled web request.
- Value
-
- Type: string
The value of one of the headers in the sampled web request.
HTTPRequest
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
The response from a GetSampledRequests request includes an HTTPRequest
complex type that appears as Request
in the response syntax. HTTPRequest
contains information about one of the web requests that were returned by GetSampledRequests
.
Members
- ClientIP
-
- Type: string
The IP address that the request originated from. If the
WebACL
is associated with a CloudFront distribution, this is the value of one of the following fields in CloudFront access logs:-
c-ip
, if the viewer did not use an HTTP proxy or a load balancer to send the request -
x-forwarded-for
, if the viewer did use an HTTP proxy or a load balancer to send the request
- Country
-
- Type: string
The two-letter country code for the country that the request originated from. For a current list of country codes, see the Wikipedia entry ISO 3166-1 alpha-2.
- HTTPVersion
-
- Type: string
The HTTP version specified in the sampled web request, for example,
HTTP/1.1
. - Headers
-
- Type: Array of HTTPHeader structures
A complex type that contains two values for each header in the sampled web request: the name of the header and the value of the header.
- Method
-
- Type: string
The HTTP method specified in the sampled web request. CloudFront supports the following methods:
DELETE
,GET
,HEAD
,OPTIONS
,PATCH
,POST
, andPUT
. - URI
-
- Type: string
The part of a web request that identifies the resource, for example,
/images/daily-ad.jpg
.
IPSet
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Contains one or more IP addresses or blocks of IP addresses specified in Classless Inter-Domain Routing (CIDR) notation. AWS WAF supports IPv4 address ranges: /8 and any range between /16 through /32. AWS WAF supports IPv6 address ranges: /24, /32, /48, /56, /64, and /128.
To specify an individual IP address, you specify the four-part IP address followed by a /32
, for example, 192.0.2.0/32. To block a range of IP addresses, you can specify /8 or any range between /16 through /32 (for IPv4) or /24, /32, /48, /56, /64, or /128 (for IPv6). For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.
Members
- IPSetDescriptors
-
- Required: Yes
- Type: Array of IPSetDescriptor structures
The IP address type (
IPV4
orIPV6
) and the IP address range (in CIDR notation) that web requests originate from. If theWebACL
is associated with a CloudFront distribution and the viewer did not use an HTTP proxy or a load balancer to send the request, this is the value of the c-ip field in the CloudFront access logs. - IPSetId
-
- Required: Yes
- Type: string
The
IPSetId
for anIPSet
. You useIPSetId
to get information about anIPSet
(see GetIPSet), update anIPSet
(see UpdateIPSet), insert anIPSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anIPSet
from AWS WAF (see DeleteIPSet).IPSetId
is returned by CreateIPSet and by ListIPSets. - Name
-
- Type: string
A friendly name or description of the IPSet. You can't change the name of an
IPSet
after you create it.
IPSetDescriptor
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Specifies the IP address type (IPV4
or IPV6
) and the IP address range (in CIDR format) that web requests originate from.
Members
- Type
-
- Required: Yes
- Type: string
Specify
IPV4
orIPV6
. - Value
-
- Required: Yes
- Type: string
Specify an IPv4 address by using CIDR notation. For example:
-
To configure AWS WAF to allow, block, or count requests that originated from the IP address 192.0.2.44, specify
192.0.2.44/32
. -
To configure AWS WAF to allow, block, or count requests that originated from IP addresses from 192.0.2.0 to 192.0.2.255, specify
192.0.2.0/24
.
For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing.
Specify an IPv6 address by using CIDR notation. For example:
-
To configure AWS WAF to allow, block, or count requests that originated from the IP address 1111:0000:0000:0000:0000:0000:0000:0111, specify
1111:0000:0000:0000:0000:0000:0000:0111/128
. -
To configure AWS WAF to allow, block, or count requests that originated from IP addresses 1111:0000:0000:0000:0000:0000:0000:0000 to 1111:0000:0000:0000:ffff:ffff:ffff:ffff, specify
1111:0000:0000:0000:0000:0000:0000:0000/64
.
IPSetSummary
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Contains the identifier and the name of the IPSet
.
Members
- IPSetId
-
- Required: Yes
- Type: string
- Name
-
- Required: Yes
- Type: string
A friendly name or description of the IPSet. You can't change the name of an
IPSet
after you create it.
IPSetUpdate
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Specifies the type of update to perform to an IPSet with UpdateIPSet.
Members
- Action
-
- Required: Yes
- Type: string
Specifies whether to insert or delete an IP address with UpdateIPSet.
- IPSetDescriptor
-
- Required: Yes
- Type: IPSetDescriptor structure
The IP address type (
IPV4
orIPV6
) and the IP address range (in CIDR notation) that web requests originate from.
LoggingConfiguration
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
The Amazon Kinesis Data Firehose, RedactedFields
information, and the web ACL Amazon Resource Name (ARN).
Members
- LogDestinationConfigs
-
- Required: Yes
- Type: Array of strings
An array of Amazon Kinesis Data Firehose ARNs.
- RedactedFields
-
- Type: Array of FieldToMatch structures
The parts of the request that you want redacted from the logs. For example, if you redact the cookie field, the cookie field in the firehose will be
xxx
. - ResourceArn
-
- Required: Yes
- Type: string
The Amazon Resource Name (ARN) of the web ACL that you want to associate with
LogDestinationConfigs
.
Predicate
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Specifies the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, RegexMatchSet, GeoMatchSet, and SizeConstraintSet objects that you want to add to a Rule
and, for each object, indicates whether you want to negate the settings, for example, requests that do NOT originate from the IP address 192.0.2.44.
Members
- DataId
-
- Required: Yes
- Type: string
A unique identifier for a predicate in a
Rule
, such asByteMatchSetId
orIPSetId
. The ID is returned by the correspondingCreate
orList
command. - Negated
-
- Required: Yes
- Type: boolean
Set
Negated
toFalse
if you want AWS WAF to allow, block, or count requests based on the settings in the specified ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, RegexMatchSet, GeoMatchSet, or SizeConstraintSet. For example, if anIPSet
includes the IP address192.0.2.44
, AWS WAF will allow or block requests based on that IP address.Set
Negated
toTrue
if you want AWS WAF to allow or block a request based on the negation of the settings in the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, RegexMatchSet, GeoMatchSet, or SizeConstraintSet. For example, if anIPSet
includes the IP address192.0.2.44
, AWS WAF will allow, block, or count requests based on all IP addresses except192.0.2.44
. - Type
-
- Required: Yes
- Type: string
The type of predicate in a
Rule
, such asByteMatch
orIPSet
.
RateBasedRule
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
A RateBasedRule
is identical to a regular Rule, with one addition: a RateBasedRule
counts the number of requests that arrive from a specified IP address every five minutes. For example, based on recent requests that you've seen from an attacker, you might create a RateBasedRule
that includes the following conditions:
-
The requests come from 192.0.2.44.
-
They contain the value
BadBot
in theUser-Agent
header.
In the rule, you also define the rate limit as 1,000.
Requests that meet both of these conditions and exceed 1,000 requests every five minutes trigger the rule's action (block or count), which is defined in the web ACL.
Members
- MatchPredicates
-
- Required: Yes
- Type: Array of Predicate structures
The
Predicates
object contains onePredicate
element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in aRateBasedRule
. - MetricName
-
- Type: string
A friendly name or description for the metrics for a
RateBasedRule
. The name can contain only alphanumeric characters (A-Z, a-z, 0-9), with maximum length 128 and minimum length one. It can't contain whitespace or metric names reserved for AWS WAF, including "All" and "Default_Action." You can't change the name of the metric after you create theRateBasedRule
. - Name
-
- Type: string
A friendly name or description for a
RateBasedRule
. You can't change the name of aRateBasedRule
after you create it. - RateKey
-
- Required: Yes
- Type: string
The field that AWS WAF uses to determine if requests are likely arriving from single source and thus subject to rate monitoring. The only valid value for
RateKey
isIP
.IP
indicates that requests arriving from the same IP address are subject to theRateLimit
that is specified in theRateBasedRule
. - RateLimit
-
- Required: Yes
- Type: long (int|float)
The maximum number of requests, which have an identical value in the field specified by the
RateKey
, allowed in a five-minute period. If the number of requests exceeds theRateLimit
and the other predicates specified in the rule are also met, AWS WAF triggers the action that is specified for this rule. - RuleId
-
- Required: Yes
- Type: string
A unique identifier for a
RateBasedRule
. You useRuleId
to get more information about aRateBasedRule
(see GetRateBasedRule), update aRateBasedRule
(see UpdateRateBasedRule), insert aRateBasedRule
into aWebACL
or delete one from aWebACL
(see UpdateWebACL), or delete aRateBasedRule
from AWS WAF (see DeleteRateBasedRule).
RegexMatchSet
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
In a GetRegexMatchSet request, RegexMatchSet
is a complex type that contains the RegexMatchSetId
and Name
of a RegexMatchSet
, and the values that you specified when you updated the RegexMatchSet
.
The values are contained in a RegexMatchTuple
object, which specify the parts of web requests that you want AWS WAF to inspect and the values that you want AWS WAF to search for. If a RegexMatchSet
contains more than one RegexMatchTuple
object, a request needs to match the settings in only one ByteMatchTuple
to be considered a match.
Members
- Name
-
- Type: string
A friendly name or description of the RegexMatchSet. You can't change
Name
after you create aRegexMatchSet
. - RegexMatchSetId
-
- Type: string
The
RegexMatchSetId
for aRegexMatchSet
. You useRegexMatchSetId
to get information about aRegexMatchSet
(see GetRegexMatchSet), update aRegexMatchSet
(see UpdateRegexMatchSet), insert aRegexMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aRegexMatchSet
from AWS WAF (see DeleteRegexMatchSet).RegexMatchSetId
is returned by CreateRegexMatchSet and by ListRegexMatchSets. - RegexMatchTuples
-
- Type: Array of RegexMatchTuple structures
Contains an array of RegexMatchTuple objects. Each
RegexMatchTuple
object contains:-
The part of a web request that you want AWS WAF to inspect, such as a query string or the value of the
User-Agent
header. -
The identifier of the pattern (a regular expression) that you want AWS WAF to look for. For more information, see RegexPatternSet.
-
Whether to perform any conversions on the request, such as converting it to lowercase, before inspecting it for the specified string.
RegexMatchSetSummary
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returned by ListRegexMatchSets. Each RegexMatchSetSummary
object includes the Name
and RegexMatchSetId
for one RegexMatchSet.
Members
- Name
-
- Required: Yes
- Type: string
A friendly name or description of the RegexMatchSet. You can't change
Name
after you create aRegexMatchSet
. - RegexMatchSetId
-
- Required: Yes
- Type: string
The
RegexMatchSetId
for aRegexMatchSet
. You useRegexMatchSetId
to get information about aRegexMatchSet
, update aRegexMatchSet
, remove aRegexMatchSet
from aRule
, and delete aRegexMatchSet
from AWS WAF.RegexMatchSetId
is returned by CreateRegexMatchSet and by ListRegexMatchSets.
RegexMatchSetUpdate
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
In an UpdateRegexMatchSet request, RegexMatchSetUpdate
specifies whether to insert or delete a RegexMatchTuple and includes the settings for the RegexMatchTuple
.
Members
- Action
-
- Required: Yes
- Type: string
Specifies whether to insert or delete a RegexMatchTuple.
- RegexMatchTuple
-
- Required: Yes
- Type: RegexMatchTuple structure
Information about the part of a web request that you want AWS WAF to inspect and the identifier of the regular expression (regex) pattern that you want AWS WAF to search for. If you specify
DELETE
for the value ofAction
, theRegexMatchTuple
values must exactly match the values in theRegexMatchTuple
that you want to delete from theRegexMatchSet
.
RegexMatchTuple
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
The regular expression pattern that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings. Each RegexMatchTuple
object contains:
-
The part of a web request that you want AWS WAF to inspect, such as a query string or the value of the
User-Agent
header. -
The identifier of the pattern (a regular expression) that you want AWS WAF to look for. For more information, see RegexPatternSet.
-
Whether to perform any conversions on the request, such as converting it to lowercase, before inspecting it for the specified string.
Members
- FieldToMatch
-
- Required: Yes
- Type: FieldToMatch structure
Specifies where in a web request to look for the
RegexPatternSet
. - RegexPatternSetId
-
- Required: Yes
- Type: string
The
RegexPatternSetId
for aRegexPatternSet
. You useRegexPatternSetId
to get information about aRegexPatternSet
(see GetRegexPatternSet), update aRegexPatternSet
(see UpdateRegexPatternSet), insert aRegexPatternSet
into aRegexMatchSet
or delete one from aRegexMatchSet
(see UpdateRegexMatchSet), and delete anRegexPatternSet
from AWS WAF (see DeleteRegexPatternSet).RegexPatternSetId
is returned by CreateRegexPatternSet and by ListRegexPatternSets. - TextTransformation
-
- Required: Yes
- Type: string
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on
RegexPatternSet
before inspecting a request for a match.You can only specify a single type of TextTransformation.
CMD_LINE
When you're concerned that attackers are injecting an operating system commandline command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:
-
Delete the following characters: \ " ' ^
-
Delete spaces before the following characters: / (
-
Replace the following characters with a space: , ;
-
Replace multiple spaces with one space
-
Convert uppercase letters (A-Z) to lowercase (a-z)
COMPRESS_WHITE_SPACE
Use this option to replace the following characters with a space character (decimal 32):
-
\f, formfeed, decimal 12
-
\t, tab, decimal 9
-
\n, newline, decimal 10
-
\r, carriage return, decimal 13
-
\v, vertical tab, decimal 11
-
non-breaking space, decimal 160
COMPRESS_WHITE_SPACE
also replaces multiple spaces with one space.HTML_ENTITY_DECODE
Use this option to replace HTML-encoded characters with unencoded characters.
HTML_ENTITY_DECODE
performs the following operations:-
Replaces
(ampersand)quot;
with"
-
Replaces
(ampersand)nbsp;
with a non-breaking space, decimal 160 -
Replaces
(ampersand)lt;
with a "less than" symbol -
Replaces
(ampersand)gt;
with>
-
Replaces characters that are represented in hexadecimal format,
(ampersand)#xhhhh;
, with the corresponding characters -
Replaces characters that are represented in decimal format,
(ampersand)#nnnn;
, with the corresponding characters
LOWERCASE
Use this option to convert uppercase letters (A-Z) to lowercase (a-z).
URL_DECODE
Use this option to decode a URL-encoded value.
NONE
Specify
NONE
if you don't want to perform any text transformations.
RegexPatternSet
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
The RegexPatternSet
specifies the regular expression (regex) pattern that you want AWS WAF to search for, such as B[a@]dB[o0]t
. You can then configure AWS WAF to reject those requests.
Members
- Name
-
- Type: string
A friendly name or description of the RegexPatternSet. You can't change
Name
after you create aRegexPatternSet
. - RegexPatternSetId
-
- Required: Yes
- Type: string
The identifier for the
RegexPatternSet
. You useRegexPatternSetId
to get information about aRegexPatternSet
, update aRegexPatternSet
, remove aRegexPatternSet
from aRegexMatchSet
, and delete aRegexPatternSet
from AWS WAF.RegexMatchSetId
is returned by CreateRegexPatternSet and by ListRegexPatternSets. - RegexPatternStrings
-
- Required: Yes
- Type: Array of strings
Specifies the regular expression (regex) patterns that you want AWS WAF to search for, such as
B[a@]dB[o0]t
.
RegexPatternSetSummary
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Returned by ListRegexPatternSets. Each RegexPatternSetSummary
object includes the Name
and RegexPatternSetId
for one RegexPatternSet.
Members
- Name
-
- Required: Yes
- Type: string
A friendly name or description of the RegexPatternSet. You can't change
Name
after you create aRegexPatternSet
. - RegexPatternSetId
-
- Required: Yes
- Type: string
The
RegexPatternSetId
for aRegexPatternSet
. You useRegexPatternSetId
to get information about aRegexPatternSet
, update aRegexPatternSet
, remove aRegexPatternSet
from aRegexMatchSet
, and delete aRegexPatternSet
from AWS WAF.RegexPatternSetId
is returned by CreateRegexPatternSet and by ListRegexPatternSets.
RegexPatternSetUpdate
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
In an UpdateRegexPatternSet request, RegexPatternSetUpdate
specifies whether to insert or delete a RegexPatternString
and includes the settings for the RegexPatternString
.
Members
- Action
-
- Required: Yes
- Type: string
Specifies whether to insert or delete a
RegexPatternString
. - RegexPatternString
-
- Required: Yes
- Type: string
Specifies the regular expression (regex) pattern that you want AWS WAF to search for, such as
B[a@]dB[o0]t
.
Rule
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
A combination of ByteMatchSet, IPSet, and/or SqlInjectionMatchSet objects that identify the web requests that you want to allow, block, or count. For example, you might create a Rule
that includes the following predicates:
-
An
IPSet
that causes AWS WAF to search for web requests that originate from the IP address192.0.2.44
-
A
ByteMatchSet
that causes AWS WAF to search for web requests for which the value of theUser-Agent
header isBadBot
.
To match the settings in this Rule
, a request must originate from 192.0.2.44
AND include a User-Agent
header for which the value is BadBot
.
Members
- MetricName
-
- Type: string
A friendly name or description for the metrics for this
Rule
. The name can contain only alphanumeric characters (A-Z, a-z, 0-9), with maximum length 128 and minimum length one. It can't contain whitespace or metric names reserved for AWS WAF, including "All" and "Default_Action." You can't changeMetricName
after you create theRule
. - Name
-
- Type: string
The friendly name or description for the
Rule
. You can't change the name of aRule
after you create it. - Predicates
-
- Required: Yes
- Type: Array of Predicate structures
The
Predicates
object contains onePredicate
element for each ByteMatchSet, IPSet, or SqlInjectionMatchSet object that you want to include in aRule
. - RuleId
-
- Required: Yes
- Type: string
A unique identifier for a
Rule
. You useRuleId
to get more information about aRule
(see GetRule), update aRule
(see UpdateRule), insert aRule
into aWebACL
or delete a one from aWebACL
(see UpdateWebACL), or delete aRule
from AWS WAF (see DeleteRule).RuleId
is returned by CreateRule and by ListRules.
RuleGroup
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
A collection of predefined rules that you can add to a web ACL.
Rule groups are subject to the following limits:
-
Three rule groups per account. You can request an increase to this limit by contacting customer support.
-
One rule group per web ACL.
-
Ten rules per rule group.
Members
- MetricName
-
- Type: string
A friendly name or description for the metrics for this
RuleGroup
. The name can contain only alphanumeric characters (A-Z, a-z, 0-9), with maximum length 128 and minimum length one. It can't contain whitespace or metric names reserved for AWS WAF, including "All" and "Default_Action." You can't change the name of the metric after you create theRuleGroup
. - Name
-
- Type: string
The friendly name or description for the
RuleGroup
. You can't change the name of aRuleGroup
after you create it. - RuleGroupId
-
- Required: Yes
- Type: string
A unique identifier for a
RuleGroup
. You useRuleGroupId
to get more information about aRuleGroup
(see GetRuleGroup), update aRuleGroup
(see UpdateRuleGroup), insert aRuleGroup
into aWebACL
or delete a one from aWebACL
(see UpdateWebACL), or delete aRuleGroup
from AWS WAF (see DeleteRuleGroup).RuleGroupId
is returned by CreateRuleGroup and by ListRuleGroups.
RuleGroupSummary
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Contains the identifier and the friendly name or description of the RuleGroup
.
Members
- Name
-
- Required: Yes
- Type: string
A friendly name or description of the RuleGroup. You can't change the name of a
RuleGroup
after you create it. - RuleGroupId
-
- Required: Yes
- Type: string
A unique identifier for a
RuleGroup
. You useRuleGroupId
to get more information about aRuleGroup
(see GetRuleGroup), update aRuleGroup
(see UpdateRuleGroup), insert aRuleGroup
into aWebACL
or delete one from aWebACL
(see UpdateWebACL), or delete aRuleGroup
from AWS WAF (see DeleteRuleGroup).RuleGroupId
is returned by CreateRuleGroup and by ListRuleGroups.
RuleGroupUpdate
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Specifies an ActivatedRule
and indicates whether you want to add it to a RuleGroup
or delete it from a RuleGroup
.
Members
- Action
-
- Required: Yes
- Type: string
Specify
INSERT
to add anActivatedRule
to aRuleGroup
. UseDELETE
to remove anActivatedRule
from aRuleGroup
. - ActivatedRule
-
- Required: Yes
- Type: ActivatedRule structure
The
ActivatedRule
object specifies aRule
that you want to insert or delete, the priority of theRule
in theWebACL
, and the action that you want AWS WAF to take when a web request matches theRule
(ALLOW
,BLOCK
, orCOUNT
).
RuleSummary
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Contains the identifier and the friendly name or description of the Rule
.
Members
- Name
-
- Required: Yes
- Type: string
A friendly name or description of the Rule. You can't change the name of a
Rule
after you create it. - RuleId
-
- Required: Yes
- Type: string
A unique identifier for a
Rule
. You useRuleId
to get more information about aRule
(see GetRule), update aRule
(see UpdateRule), insert aRule
into aWebACL
or delete one from aWebACL
(see UpdateWebACL), or delete aRule
from AWS WAF (see DeleteRule).RuleId
is returned by CreateRule and by ListRules.
RuleUpdate
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Specifies a Predicate
(such as an IPSet
) and indicates whether you want to add it to a Rule
or delete it from a Rule
.
Members
- Action
-
- Required: Yes
- Type: string
Specify
INSERT
to add aPredicate
to aRule
. UseDELETE
to remove aPredicate
from aRule
. - Predicate
-
- Required: Yes
- Type: Predicate structure
The ID of the
Predicate
(such as anIPSet
) that you want to add to aRule
.
SampledHTTPRequest
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
The response from a GetSampledRequests request includes a SampledHTTPRequests
complex type that appears as SampledRequests
in the response syntax. SampledHTTPRequests
contains one SampledHTTPRequest
object for each web request that is returned by GetSampledRequests
.
Members
- Action
-
- Type: string
The action for the
Rule
that the request matched:ALLOW
,BLOCK
, orCOUNT
. - Request
-
- Required: Yes
- Type: HTTPRequest structure
A complex type that contains detailed information about the request.
- RuleWithinRuleGroup
-
- Type: string
This value is returned if the
GetSampledRequests
request specifies the ID of aRuleGroup
rather than the ID of an individual rule.RuleWithinRuleGroup
is the rule within the specifiedRuleGroup
that matched the request listed in the response. - Timestamp
-
- Type: timestamp (string|DateTime or anything parsable by strtotime)
The time at which AWS WAF received the request from your AWS resource, in Unix time format (in seconds).
- Weight
-
- Required: Yes
- Type: long (int|float)
A value that indicates how one result in the response relates proportionally to other results in the response. A result that has a weight of
2
represents roughly twice as many CloudFront web requests as a result that has a weight of1
.
SizeConstraint
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Specifies a constraint on the size of a part of the web request. AWS WAF uses the Size
, ComparisonOperator
, and FieldToMatch
to build an expression in the form of "Size
ComparisonOperator
size in bytes of FieldToMatch
". If that expression is true, the SizeConstraint
is considered to match.
Members
- ComparisonOperator
-
- Required: Yes
- Type: string
The type of comparison you want AWS WAF to perform. AWS WAF uses this in combination with the provided
Size
andFieldToMatch
to build an expression in the form of "Size
ComparisonOperator
size in bytes ofFieldToMatch
". If that expression is true, theSizeConstraint
is considered to match.EQ: Used to test if the
Size
is equal to the size of theFieldToMatch
NE: Used to test if the
Size
is not equal to the size of theFieldToMatch
LE: Used to test if the
Size
is less than or equal to the size of theFieldToMatch
LT: Used to test if the
Size
is strictly less than the size of theFieldToMatch
GE: Used to test if the
Size
is greater than or equal to the size of theFieldToMatch
GT: Used to test if the
Size
is strictly greater than the size of theFieldToMatch
- FieldToMatch
-
- Required: Yes
- Type: FieldToMatch structure
Specifies where in a web request to look for the size constraint.
- Size
-
- Required: Yes
- Type: long (int|float)
The size in bytes that you want AWS WAF to compare against the size of the specified
FieldToMatch
. AWS WAF uses this in combination withComparisonOperator
andFieldToMatch
to build an expression in the form of "Size
ComparisonOperator
size in bytes ofFieldToMatch
". If that expression is true, theSizeConstraint
is considered to match.Valid values for size are 0 - 21474836480 bytes (0 - 20 GB).
If you specify
URI
for the value ofType
, the / in the URI counts as one character. For example, the URI/logo.jpg
is nine characters long. - TextTransformation
-
- Required: Yes
- Type: string
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on
FieldToMatch
before inspecting it for a match.You can only specify a single type of TextTransformation.
Note that if you choose
BODY
for the value ofType
, you must chooseNONE
forTextTransformation
because CloudFront forwards only the first 8192 bytes for inspection.NONE
Specify
NONE
if you don't want to perform any text transformations.CMD_LINE
When you're concerned that attackers are injecting an operating system command line command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:
-
Delete the following characters: \ " ' ^
-
Delete spaces before the following characters: / (
-
Replace the following characters with a space: , ;
-
Replace multiple spaces with one space
-
Convert uppercase letters (A-Z) to lowercase (a-z)
COMPRESS_WHITE_SPACE
Use this option to replace the following characters with a space character (decimal 32):
-
\f, formfeed, decimal 12
-
\t, tab, decimal 9
-
\n, newline, decimal 10
-
\r, carriage return, decimal 13
-
\v, vertical tab, decimal 11
-
non-breaking space, decimal 160
COMPRESS_WHITE_SPACE
also replaces multiple spaces with one space.HTML_ENTITY_DECODE
Use this option to replace HTML-encoded characters with unencoded characters.
HTML_ENTITY_DECODE
performs the following operations:-
Replaces
(ampersand)quot;
with"
-
Replaces
(ampersand)nbsp;
with a non-breaking space, decimal 160 -
Replaces
(ampersand)lt;
with a "less than" symbol -
Replaces
(ampersand)gt;
with>
-
Replaces characters that are represented in hexadecimal format,
(ampersand)#xhhhh;
, with the corresponding characters -
Replaces characters that are represented in decimal format,
(ampersand)#nnnn;
, with the corresponding characters
LOWERCASE
Use this option to convert uppercase letters (A-Z) to lowercase (a-z).
URL_DECODE
Use this option to decode a URL-encoded value.
SizeConstraintSet
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
A complex type that contains SizeConstraint
objects, which specify the parts of web requests that you want AWS WAF to inspect the size of. If a SizeConstraintSet
contains more than one SizeConstraint
object, a request only needs to match one constraint to be considered a match.
Members
- Name
-
- Type: string
The name, if any, of the
SizeConstraintSet
. - SizeConstraintSetId
-
- Required: Yes
- Type: string
A unique identifier for a
SizeConstraintSet
. You useSizeConstraintSetId
to get information about aSizeConstraintSet
(see GetSizeConstraintSet), update aSizeConstraintSet
(see UpdateSizeConstraintSet), insert aSizeConstraintSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aSizeConstraintSet
from AWS WAF (see DeleteSizeConstraintSet).SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets. - SizeConstraints
-
- Required: Yes
- Type: Array of SizeConstraint structures
Specifies the parts of web requests that you want to inspect the size of.
SizeConstraintSetSummary
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
The Id
and Name
of a SizeConstraintSet
.
Members
- Name
-
- Required: Yes
- Type: string
The name of the
SizeConstraintSet
, if any. - SizeConstraintSetId
-
- Required: Yes
- Type: string
A unique identifier for a
SizeConstraintSet
. You useSizeConstraintSetId
to get information about aSizeConstraintSet
(see GetSizeConstraintSet), update aSizeConstraintSet
(see UpdateSizeConstraintSet), insert aSizeConstraintSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aSizeConstraintSet
from AWS WAF (see DeleteSizeConstraintSet).SizeConstraintSetId
is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
SizeConstraintSetUpdate
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Specifies the part of a web request that you want to inspect the size of and indicates whether you want to add the specification to a SizeConstraintSet or delete it from a SizeConstraintSet
.
Members
- Action
-
- Required: Yes
- Type: string
Specify
INSERT
to add a SizeConstraintSetUpdate to a SizeConstraintSet. UseDELETE
to remove aSizeConstraintSetUpdate
from aSizeConstraintSet
. - SizeConstraint
-
- Required: Yes
- Type: SizeConstraint structure
Specifies a constraint on the size of a part of the web request. AWS WAF uses the
Size
,ComparisonOperator
, andFieldToMatch
to build an expression in the form of "Size
ComparisonOperator
size in bytes ofFieldToMatch
". If that expression is true, theSizeConstraint
is considered to match.
SqlInjectionMatchSet
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
A complex type that contains SqlInjectionMatchTuple
objects, which specify the parts of web requests that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header. If a SqlInjectionMatchSet
contains more than one SqlInjectionMatchTuple
object, a request needs to include snippets of SQL code in only one of the specified parts of the request to be considered a match.
Members
- Name
-
- Type: string
The name, if any, of the
SqlInjectionMatchSet
. - SqlInjectionMatchSetId
-
- Required: Yes
- Type: string
A unique identifier for a
SqlInjectionMatchSet
. You useSqlInjectionMatchSetId
to get information about aSqlInjectionMatchSet
(see GetSqlInjectionMatchSet), update aSqlInjectionMatchSet
(see UpdateSqlInjectionMatchSet), insert aSqlInjectionMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aSqlInjectionMatchSet
from AWS WAF (see DeleteSqlInjectionMatchSet).SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets. - SqlInjectionMatchTuples
-
- Required: Yes
- Type: Array of SqlInjectionMatchTuple structures
Specifies the parts of web requests that you want to inspect for snippets of malicious SQL code.
SqlInjectionMatchSetSummary
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
The Id
and Name
of a SqlInjectionMatchSet
.
Members
- Name
-
- Required: Yes
- Type: string
The name of the
SqlInjectionMatchSet
, if any, specified byId
. - SqlInjectionMatchSetId
-
- Required: Yes
- Type: string
A unique identifier for a
SqlInjectionMatchSet
. You useSqlInjectionMatchSetId
to get information about aSqlInjectionMatchSet
(see GetSqlInjectionMatchSet), update aSqlInjectionMatchSet
(see UpdateSqlInjectionMatchSet), insert aSqlInjectionMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aSqlInjectionMatchSet
from AWS WAF (see DeleteSqlInjectionMatchSet).SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
SqlInjectionMatchSetUpdate
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Specifies the part of a web request that you want to inspect for snippets of malicious SQL code and indicates whether you want to add the specification to a SqlInjectionMatchSet or delete it from a SqlInjectionMatchSet
.
Members
- Action
-
- Required: Yes
- Type: string
Specify
INSERT
to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETE
to remove aSqlInjectionMatchSetUpdate
from aSqlInjectionMatchSet
. - SqlInjectionMatchTuple
-
- Required: Yes
- Type: SqlInjectionMatchTuple structure
Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
SqlInjectionMatchTuple
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
Members
- FieldToMatch
-
- Required: Yes
- Type: FieldToMatch structure
Specifies where in a web request to look for snippets of malicious SQL code.
- TextTransformation
-
- Required: Yes
- Type: string
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on
FieldToMatch
before inspecting it for a match.You can only specify a single type of TextTransformation.
CMD_LINE
When you're concerned that attackers are injecting an operating system command line command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:
-
Delete the following characters: \ " ' ^
-
Delete spaces before the following characters: / (
-
Replace the following characters with a space: , ;
-
Replace multiple spaces with one space
-
Convert uppercase letters (A-Z) to lowercase (a-z)
COMPRESS_WHITE_SPACE
Use this option to replace the following characters with a space character (decimal 32):
-
\f, formfeed, decimal 12
-
\t, tab, decimal 9
-
\n, newline, decimal 10
-
\r, carriage return, decimal 13
-
\v, vertical tab, decimal 11
-
non-breaking space, decimal 160
COMPRESS_WHITE_SPACE
also replaces multiple spaces with one space.HTML_ENTITY_DECODE
Use this option to replace HTML-encoded characters with unencoded characters.
HTML_ENTITY_DECODE
performs the following operations:-
Replaces
(ampersand)quot;
with"
-
Replaces
(ampersand)nbsp;
with a non-breaking space, decimal 160 -
Replaces
(ampersand)lt;
with a "less than" symbol -
Replaces
(ampersand)gt;
with>
-
Replaces characters that are represented in hexadecimal format,
(ampersand)#xhhhh;
, with the corresponding characters -
Replaces characters that are represented in decimal format,
(ampersand)#nnnn;
, with the corresponding characters
LOWERCASE
Use this option to convert uppercase letters (A-Z) to lowercase (a-z).
URL_DECODE
Use this option to decode a URL-encoded value.
NONE
Specify
NONE
if you don't want to perform any text transformations.
SubscribedRuleGroupSummary
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
A summary of the rule groups you are subscribed to.
Members
- MetricName
-
- Required: Yes
- Type: string
A friendly name or description for the metrics for this
RuleGroup
. The name can contain only alphanumeric characters (A-Z, a-z, 0-9), with maximum length 128 and minimum length one. It can't contain whitespace or metric names reserved for AWS WAF, including "All" and "Default_Action." You can't change the name of the metric after you create theRuleGroup
. - Name
-
- Required: Yes
- Type: string
A friendly name or description of the
RuleGroup
. You can't change the name of aRuleGroup
after you create it. - RuleGroupId
-
- Required: Yes
- Type: string
A unique identifier for a
RuleGroup
.
Tag
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
A tag associated with an AWS resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each AWS resource, up to 50 tags for a resource.
Tagging is only available through the API, SDKs, and CLI. You can't manage or view tags through the AWS WAF Classic console. You can tag the AWS resources that you manage through AWS WAF Classic: web ACLs, rule groups, and rules.
Members
- Key
-
- Required: Yes
- Type: string
- Value
-
- Required: Yes
- Type: string
TagInfoForResource
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Information for a tag associated with an AWS resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each AWS resource, up to 50 tags for a resource.
Tagging is only available through the API, SDKs, and CLI. You can't manage or view tags through the AWS WAF Classic console. You can tag the AWS resources that you manage through AWS WAF Classic: web ACLs, rule groups, and rules.
Members
- ResourceARN
-
- Type: string
- TagList
-
- Type: Array of Tag structures
TimeWindow
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
In a GetSampledRequests request, the StartTime
and EndTime
objects specify the time range for which you want AWS WAF to return a sample of web requests.
You must specify the times in Coordinated Universal Time (UTC) format. UTC format includes the special designator, Z
. For example, "2016-09-27T14:50Z"
.
In a GetSampledRequests response, the StartTime
and EndTime
objects specify the time range for which AWS WAF actually returned a sample of web requests. AWS WAF gets the specified number of requests from among the first 5,000 requests that your AWS resource receives during the specified time period. If your resource receives more than 5,000 requests during that period, AWS WAF stops sampling after the 5,000th request. In that case, EndTime
is the time that AWS WAF received the 5,000th request.
Members
- EndTime
-
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
The end of the time range from which you want
GetSampledRequests
to return a sample of the requests that your AWS resource received. You must specify the date and time in Coordinated Universal Time (UTC) format. UTC format includes the special designator,Z
. For example,"2016-09-27T14:50Z"
. You can specify any time range in the previous three hours. - StartTime
-
- Required: Yes
- Type: timestamp (string|DateTime or anything parsable by strtotime)
The beginning of the time range from which you want
GetSampledRequests
to return a sample of the requests that your AWS resource received. You must specify the date and time in Coordinated Universal Time (UTC) format. UTC format includes the special designator,Z
. For example,"2016-09-27T14:50Z"
. You can specify any time range in the previous three hours.
WAFBadRequestException
Description
Members
- message
-
- Type: string
WAFDisallowedNameException
Description
The name specified is invalid.
Members
- message
-
- Type: string
WAFEntityMigrationException
Description
The operation failed due to a problem with the migration. The failure cause is provided in the exception, in the MigrationErrorType
:
-
ENTITY_NOT_SUPPORTED
- The web ACL has an unsupported entity but theIgnoreUnsupportedType
is not set to true. -
ENTITY_NOT_FOUND
- The web ACL doesn't exist. -
S3_BUCKET_NO_PERMISSION
- You don't have permission to perform thePutObject
action to the specified Amazon S3 bucket. -
S3_BUCKET_NOT_ACCESSIBLE
- The bucket policy doesn't allow AWS WAF to perform thePutObject
action in the bucket. -
S3_BUCKET_NOT_FOUND
- The S3 bucket doesn't exist. -
S3_BUCKET_INVALID_REGION
- The S3 bucket is not in the same Region as the web ACL. -
S3_INTERNAL_ERROR
- AWS WAF failed to create the template in the S3 bucket for another reason.
Members
- MigrationErrorReason
-
- Type: string
- MigrationErrorType
-
- Type: string
- message
-
- Type: string
WAFInternalErrorException
Description
The operation failed because of a system problem, even though the request was valid. Retry your request.
Members
- message
-
- Type: string
WAFInvalidAccountException
Description
The operation failed because you tried to create, update, or delete an object by using an invalid account identifier.
Members
WAFInvalidOperationException
Description
The operation failed because there was nothing to do. For example:
-
You tried to remove a
Rule
from aWebACL
, but theRule
isn't in the specifiedWebACL
. -
You tried to remove an IP address from an
IPSet
, but the IP address isn't in the specifiedIPSet
. -
You tried to remove a
ByteMatchTuple
from aByteMatchSet
, but theByteMatchTuple
isn't in the specifiedWebACL
. -
You tried to add a
Rule
to aWebACL
, but theRule
already exists in the specifiedWebACL
. -
You tried to add a
ByteMatchTuple
to aByteMatchSet
, but theByteMatchTuple
already exists in the specifiedWebACL
.
Members
- message
-
- Type: string
WAFInvalidParameterException
Description
The operation failed because AWS WAF didn't recognize a parameter in the request. For example:
-
You specified an invalid parameter name.
-
You specified an invalid value.
-
You tried to update an object (
ByteMatchSet
,IPSet
,Rule
, orWebACL
) using an action other thanINSERT
orDELETE
. -
You tried to create a
WebACL
with aDefaultAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to create a
RateBasedRule
with aRateKey
value other thanIP
. -
You tried to update a
WebACL
with aWafAction
Type
other thanALLOW
,BLOCK
, orCOUNT
. -
You tried to update a
ByteMatchSet
with aFieldToMatch
Type
other than HEADER, METHOD, QUERY_STRING, URI, or BODY. -
You tried to update a
ByteMatchSet
with aField
ofHEADER
but no value forData
. -
Your request references an ARN that is malformed, or corresponds to a resource with which a web ACL cannot be associated.
Members
- field
-
- Type: string
- parameter
-
- Type: string
- reason
-
- Type: string
WAFInvalidPermissionPolicyException
Description
The operation failed because the specified policy is not in the proper format.
The policy is subject to the following restrictions:
-
You can attach only one policy with each
PutPermissionPolicy
request. -
The policy must include an
Effect
,Action
andPrincipal
. -
Effect
must specifyAllow
. -
The
Action
in the policy must bewaf:UpdateWebACL
,waf-regional:UpdateWebACL
,waf:GetRuleGroup
andwaf-regional:GetRuleGroup
. Any extra or wildcard actions in the policy will be rejected. -
The policy cannot include a
Resource
parameter. -
The ARN in the request must be a valid WAF RuleGroup ARN and the RuleGroup must exist in the same region.
-
The user making the request must be the owner of the RuleGroup.
-
Your policy must be composed using IAM Policy version 2012-10-17.
Members
- message
-
- Type: string
WAFInvalidRegexPatternException
Description
The regular expression (regex) you specified in RegexPatternString
is invalid.
Members
- message
-
- Type: string
WAFLimitsExceededException
Description
The operation exceeds a resource limit, for example, the maximum number of WebACL
objects that you can create for an AWS account. For more information, see Limits in the AWS WAF Developer Guide.
Members
- message
-
- Type: string
WAFNonEmptyEntityException
Description
The operation failed because you tried to delete an object that isn't empty. For example:
-
You tried to delete a
WebACL
that still contains one or moreRule
objects. -
You tried to delete a
Rule
that still contains one or moreByteMatchSet
objects or other predicates. -
You tried to delete a
ByteMatchSet
that contains one or moreByteMatchTuple
objects. -
You tried to delete an
IPSet
that references one or more IP addresses.
Members
- message
-
- Type: string
WAFNonexistentContainerException
Description
The operation failed because you tried to add an object to or delete an object from another object that doesn't exist. For example:
-
You tried to add a
Rule
to or delete aRule
from aWebACL
that doesn't exist. -
You tried to add a
ByteMatchSet
to or delete aByteMatchSet
from aRule
that doesn't exist. -
You tried to add an IP address to or delete an IP address from an
IPSet
that doesn't exist. -
You tried to add a
ByteMatchTuple
to or delete aByteMatchTuple
from aByteMatchSet
that doesn't exist.
Members
- message
-
- Type: string
WAFNonexistentItemException
Description
The operation failed because the referenced object doesn't exist.
Members
- message
-
- Type: string
WAFReferencedItemException
Description
The operation failed because you tried to delete an object that is still in use. For example:
-
You tried to delete a
ByteMatchSet
that is still referenced by aRule
. -
You tried to delete a
Rule
that is still referenced by aWebACL
.
Members
- message
-
- Type: string
WAFServiceLinkedRoleErrorException
Description
AWS WAF is not able to access the service linked role. This can be caused by a previous PutLoggingConfiguration
request, which can lock the service linked role for about 20 seconds. Please try your request again. The service linked role can also be locked by a previous DeleteServiceLinkedRole
request, which can lock the role for 15 minutes or more. If you recently made a DeleteServiceLinkedRole
, wait at least 15 minutes and try the request again. If you receive this same exception again, you will have to wait additional time until the role is unlocked.
Members
- message
-
- Type: string
WAFStaleDataException
Description
The operation failed because you tried to create, update, or delete an object by using a change token that has already been used.
Members
- message
-
- Type: string
WAFSubscriptionNotFoundException
Description
The specified subscription does not exist.
Members
- message
-
- Type: string
WAFTagOperationException
Description
Members
- message
-
- Type: string
WAFTagOperationInternalErrorException
Description
Members
- message
-
- Type: string
WafAction
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
For the action that is associated with a rule in a WebACL
, specifies the action that you want AWS WAF to perform when a web request matches all of the conditions in a rule. For the default action in a WebACL
, specifies the action that you want AWS WAF to take when a web request doesn't match all of the conditions in any of the rules in a WebACL
.
Members
- Type
-
- Required: Yes
- Type: string
Specifies how you want AWS WAF to respond to requests that match the settings in a
Rule
. Valid settings include the following:-
ALLOW
: AWS WAF allows requests -
BLOCK
: AWS WAF blocks requests -
COUNT
: AWS WAF increments a counter of the requests that match all of the conditions in the rule. AWS WAF then continues to inspect the web request based on the remaining rules in the web ACL. You can't specifyCOUNT
for the default action for aWebACL
.
WafOverrideAction
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
The action to take if any rule within the RuleGroup
matches a request.
Members
- Type
-
- Required: Yes
- Type: string
COUNT
overrides the action specified by the individual rule within aRuleGroup
. If set toNONE
, the rule's action will take place.
WebACL
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Contains the Rules
that identify the requests that you want to allow, block, or count. In a WebACL
, you also specify a default action (ALLOW
or BLOCK
), and the action for each Rule
that you add to a WebACL
, for example, block requests from specified IP addresses or block requests from specified referrers. You also associate the WebACL
with a CloudFront distribution to identify the requests that you want AWS WAF to filter. If you add more than one Rule
to a WebACL
, a request needs to match only one of the specifications to be allowed, blocked, or counted. For more information, see UpdateWebACL.
Members
- DefaultAction
-
- Required: Yes
- Type: WafAction structure
The action to perform if none of the
Rules
contained in theWebACL
match. The action is specified by the WafAction object. - MetricName
-
- Type: string
A friendly name or description for the metrics for this
WebACL
. The name can contain only alphanumeric characters (A-Z, a-z, 0-9), with maximum length 128 and minimum length one. It can't contain whitespace or metric names reserved for AWS WAF, including "All" and "Default_Action." You can't changeMetricName
after you create theWebACL
. - Name
-
- Type: string
A friendly name or description of the
WebACL
. You can't change the name of aWebACL
after you create it. - Rules
-
- Required: Yes
- Type: Array of ActivatedRule structures
An array that contains the action for each
Rule
in aWebACL
, the priority of theRule
, and the ID of theRule
. - WebACLArn
-
- Type: string
Tha Amazon Resource Name (ARN) of the web ACL.
- WebACLId
-
- Required: Yes
- Type: string
A unique identifier for a
WebACL
. You useWebACLId
to get information about aWebACL
(see GetWebACL), update aWebACL
(see UpdateWebACL), and delete aWebACL
from AWS WAF (see DeleteWebACL).WebACLId
is returned by CreateWebACL and by ListWebACLs.
WebACLSummary
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Contains the identifier and the name or description of the WebACL.
Members
- Name
-
- Required: Yes
- Type: string
A friendly name or description of the WebACL. You can't change the name of a
WebACL
after you create it. - WebACLId
-
- Required: Yes
- Type: string
A unique identifier for a
WebACL
. You useWebACLId
to get information about aWebACL
(see GetWebACL), update aWebACL
(see UpdateWebACL), and delete aWebACL
from AWS WAF (see DeleteWebACL).WebACLId
is returned by CreateWebACL and by ListWebACLs.
WebACLUpdate
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Specifies whether to insert a Rule
into or delete a Rule
from a WebACL
.
Members
- Action
-
- Required: Yes
- Type: string
Specifies whether to insert a
Rule
into or delete aRule
from aWebACL
. - ActivatedRule
-
- Required: Yes
- Type: ActivatedRule structure
The
ActivatedRule
object in an UpdateWebACL request specifies aRule
that you want to insert or delete, the priority of theRule
in theWebACL
, and the action that you want AWS WAF to take when a web request matches theRule
(ALLOW
,BLOCK
, orCOUNT
).
XssMatchSet
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
A complex type that contains XssMatchTuple
objects, which specify the parts of web requests that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header. If a XssMatchSet
contains more than one XssMatchTuple
object, a request needs to include cross-site scripting attacks in only one of the specified parts of the request to be considered a match.
Members
- Name
-
- Type: string
The name, if any, of the
XssMatchSet
. - XssMatchSetId
-
- Required: Yes
- Type: string
A unique identifier for an
XssMatchSet
. You useXssMatchSetId
to get information about anXssMatchSet
(see GetXssMatchSet), update anXssMatchSet
(see UpdateXssMatchSet), insert anXssMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anXssMatchSet
from AWS WAF (see DeleteXssMatchSet).XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets. - XssMatchTuples
-
- Required: Yes
- Type: Array of XssMatchTuple structures
Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.
XssMatchSetSummary
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
The Id
and Name
of an XssMatchSet
.
Members
- Name
-
- Required: Yes
- Type: string
The name of the
XssMatchSet
, if any, specified byId
. - XssMatchSetId
-
- Required: Yes
- Type: string
A unique identifier for an
XssMatchSet
. You useXssMatchSetId
to get information about aXssMatchSet
(see GetXssMatchSet), update anXssMatchSet
(see UpdateXssMatchSet), insert anXssMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anXssMatchSet
from AWS WAF (see DeleteXssMatchSet).XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
XssMatchSetUpdate
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Specifies the part of a web request that you want to inspect for cross-site scripting attacks and indicates whether you want to add the specification to an XssMatchSet or delete it from an XssMatchSet
.
Members
- Action
-
- Required: Yes
- Type: string
Specify
INSERT
to add an XssMatchSetUpdate to an XssMatchSet. UseDELETE
to remove anXssMatchSetUpdate
from anXssMatchSet
. - XssMatchTuple
-
- Required: Yes
- Type: XssMatchTuple structure
Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.
XssMatchTuple
Description
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.
Members
- FieldToMatch
-
- Required: Yes
- Type: FieldToMatch structure
Specifies where in a web request to look for cross-site scripting attacks.
- TextTransformation
-
- Required: Yes
- Type: string
Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. If you specify a transformation, AWS WAF performs the transformation on
FieldToMatch
before inspecting it for a match.You can only specify a single type of TextTransformation.
CMD_LINE
When you're concerned that attackers are injecting an operating system command line command and using unusual formatting to disguise some or all of the command, use this option to perform the following transformations:
-
Delete the following characters: \ " ' ^
-
Delete spaces before the following characters: / (
-
Replace the following characters with a space: , ;
-
Replace multiple spaces with one space
-
Convert uppercase letters (A-Z) to lowercase (a-z)
COMPRESS_WHITE_SPACE
Use this option to replace the following characters with a space character (decimal 32):
-
\f, formfeed, decimal 12
-
\t, tab, decimal 9
-
\n, newline, decimal 10
-
\r, carriage return, decimal 13
-
\v, vertical tab, decimal 11
-
non-breaking space, decimal 160
COMPRESS_WHITE_SPACE
also replaces multiple spaces with one space.HTML_ENTITY_DECODE
Use this option to replace HTML-encoded characters with unencoded characters.
HTML_ENTITY_DECODE
performs the following operations:-
Replaces
(ampersand)quot;
with"
-
Replaces
(ampersand)nbsp;
with a non-breaking space, decimal 160 -
Replaces
(ampersand)lt;
with a "less than" symbol -
Replaces
(ampersand)gt;
with>
-
Replaces characters that are represented in hexadecimal format,
(ampersand)#xhhhh;
, with the corresponding characters -
Replaces characters that are represented in decimal format,
(ampersand)#nnnn;
, with the corresponding characters
LOWERCASE
Use this option to convert uppercase letters (A-Z) to lowercase (a-z).
URL_DECODE
Use this option to decode a URL-encoded value.
NONE
Specify
NONE
if you don't want to perform any text transformations.