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`.
|
---
All classes with the
Cfn
prefix in this module (CFN Resources) are always stable and safe to use.
This module is part of the AWS Cloud Development Kit project.
import software.amazon.awscdk.services.waf.regional.*;
There are no official hand-written (L2) constructs for this service yet. Here are some suggestions on how to proceed:
There are no hand-written (L2) constructs for this service yet. However, you can still use the automatically generated L1 constructs, and use this service exactly as you would using CloudFormation directly.
For more information on the resources and properties available for this service, see the CloudFormation documentation for AWS::WAFRegional.
(Read the CDK Contributing Guide and submit an RFC if you are interested in contributing to this construct library.)