See: Description
| Interface | Description |
|---|---|
| CfnByteMatchSet.ByteMatchTupleProperty |
> This is *AWS WAF Classic* documentation.
|
| CfnByteMatchSet.FieldToMatchProperty |
> This is *AWS WAF Classic* documentation.
|
| CfnByteMatchSetProps |
Properties for defining a `CfnByteMatchSet`.
|
| CfnGeoMatchSet.GeoMatchConstraintProperty |
> This is *AWS WAF Classic* documentation.
|
| CfnGeoMatchSetProps |
Properties for defining a `CfnGeoMatchSet`.
|
| CfnIPSet.IPSetDescriptorProperty |
> This is *AWS WAF Classic* documentation.
|
| CfnIPSetProps |
Properties for defining a `CfnIPSet`.
|
| CfnRateBasedRule.PredicateProperty |
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.
|
| CfnRateBasedRuleProps |
Properties for defining a `CfnRateBasedRule`.
|
| CfnRegexPatternSetProps |
Properties for defining a `CfnRegexPatternSet`.
|
| CfnRule.PredicateProperty |
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.
|
| CfnRuleProps |
Properties for defining a `CfnRule`.
|
| CfnSizeConstraintSet.FieldToMatchProperty |
The part of a web request that you want AWS WAF to inspect, such as a specific header or a query string.
|
| CfnSizeConstraintSet.SizeConstraintProperty |
> This is *AWS WAF Classic* documentation.
|
| CfnSizeConstraintSetProps |
Properties for defining a `CfnSizeConstraintSet`.
|
| CfnSqlInjectionMatchSet.FieldToMatchProperty |
The part of a web request that you want AWS WAF to inspect, such as a specific header or a query string.
|
| CfnSqlInjectionMatchSet.SqlInjectionMatchTupleProperty |
> This is *AWS WAF Classic* documentation.
|
| CfnSqlInjectionMatchSetProps |
Properties for defining a `CfnSqlInjectionMatchSet`.
|
| CfnWebACL.ActionProperty |
Specifies the action AWS WAF takes when a web request matches or doesn't match all rule conditions.
|
| CfnWebACL.RuleProperty |
A combination of `ByteMatchSet` , `IPSet` , and/or `SqlInjectionMatchSet` objects that identify the web requests that you want to allow, block, or count.
|
| CfnWebACLAssociationProps |
Properties for defining a `CfnWebACLAssociation`.
|
| CfnWebACLProps |
Properties for defining a `CfnWebACL`.
|
| CfnXssMatchSet.FieldToMatchProperty |
The part of a web request that you want AWS WAF to inspect, such as a specific header or a query string.
|
| CfnXssMatchSet.XssMatchTupleProperty |
> This is *AWS WAF Classic* documentation.
|
| CfnXssMatchSetProps |
Properties for defining a `CfnXssMatchSet`.
|
This module is part of the AWS Cloud Development Kit project.
import software.amazon.awscdk.core.*;
There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:
(Read the CDK Contributing Guide if you are interested in contributing to this construct library.)
Copyright © 2022. All rights reserved.