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`.
|
| CfnIPSet.IPSetDescriptorProperty |
> This is *AWS WAF Classic* documentation.
|
| CfnIPSetProps |
Properties for defining a `CfnIPSet`.
|
| 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 to inspect, such as a specified 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 to inspect, such as a specified header or a query string.
|
| CfnSqlInjectionMatchSet.SqlInjectionMatchTupleProperty |
> This is *AWS WAF Classic* documentation.
|
| CfnSqlInjectionMatchSetProps |
Properties for defining a `CfnSqlInjectionMatchSet`.
|
| CfnWebACL.ActivatedRuleProperty |
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` ).
|
| CfnWebACL.WafActionProperty |
> This is *AWS WAF Classic* documentation.
|
| CfnWebACLProps |
Properties for defining a `CfnWebACL`.
|
| CfnXssMatchSet.FieldToMatchProperty |
The part of a web request that you want to inspect, such as a specified 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.services.waf.*;
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::WAF.
(Read the CDK Contributing Guide and submit an RFC if you are interested in contributing to this construct library.)
Copyright © 2022. All rights reserved.