Package software.amazon.awscdk.services.waf
package software.amazon.awscdk.services.waf
AWS Web Application Firewall Construct Library
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:
- Search Construct Hub for WAF construct libraries
- Use the automatically generated L1 constructs, in the same way you would use the CloudFormation AWS::WAF resources directly.
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.)
-
ClassDescriptionA reference to a ByteMatchSet resource.A builder for
ByteMatchSetReference
An implementation forByteMatchSetReference
A fluent builder forCfnByteMatchSet
.A builder forCfnByteMatchSet.ByteMatchTupleProperty
An implementation forCfnByteMatchSet.ByteMatchTupleProperty
A builder forCfnByteMatchSet.FieldToMatchProperty
An implementation forCfnByteMatchSet.FieldToMatchProperty
Properties for defining aCfnByteMatchSet
.A builder forCfnByteMatchSetProps
An implementation forCfnByteMatchSetProps
A fluent builder forCfnIPSet
.A builder forCfnIPSet.IPSetDescriptorProperty
An implementation forCfnIPSet.IPSetDescriptorProperty
Properties for defining aCfnIPSet
.A builder forCfnIPSetProps
An implementation forCfnIPSetProps
A fluent builder forCfnRule
.Specifies theByteMatchSet
,IPSet
,SqlInjectionMatchSet
,XssMatchSet
,RegexMatchSet
,GeoMatchSet
, andSizeConstraintSet
objects that you want to add to aRule
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.A builder forCfnRule.PredicateProperty
An implementation forCfnRule.PredicateProperty
Properties for defining aCfnRule
.A builder forCfnRuleProps
An implementation forCfnRuleProps
A fluent builder forCfnSizeConstraintSet
.The part of a web request that you want to inspect, such as a specified header or a query string.A builder forCfnSizeConstraintSet.FieldToMatchProperty
An implementation forCfnSizeConstraintSet.FieldToMatchProperty
A builder forCfnSizeConstraintSet.SizeConstraintProperty
An implementation forCfnSizeConstraintSet.SizeConstraintProperty
Properties for defining aCfnSizeConstraintSet
.A builder forCfnSizeConstraintSetProps
An implementation forCfnSizeConstraintSetProps
A fluent builder forCfnSqlInjectionMatchSet
.The part of a web request that you want to inspect, such as a specified header or a query string.A builder forCfnSqlInjectionMatchSet.FieldToMatchProperty
An implementation forCfnSqlInjectionMatchSet.FieldToMatchProperty
A builder forCfnSqlInjectionMatchSet.SqlInjectionMatchTupleProperty
An implementation forCfnSqlInjectionMatchSet.SqlInjectionMatchTupleProperty
Properties for defining aCfnSqlInjectionMatchSet
.A builder forCfnSqlInjectionMatchSetProps
An implementation forCfnSqlInjectionMatchSetProps
TheActivatedRule
object in anUpdateWebACL
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
).A builder forCfnWebACL.ActivatedRuleProperty
An implementation forCfnWebACL.ActivatedRuleProperty
A fluent builder forCfnWebACL
.A builder forCfnWebACL.WafActionProperty
An implementation forCfnWebACL.WafActionProperty
Properties for defining aCfnWebACL
.A builder forCfnWebACLProps
An implementation forCfnWebACLProps
A fluent builder forCfnXssMatchSet
.The part of a web request that you want to inspect, such as a specified header or a query string.A builder forCfnXssMatchSet.FieldToMatchProperty
An implementation forCfnXssMatchSet.FieldToMatchProperty
A builder forCfnXssMatchSet.XssMatchTupleProperty
An implementation forCfnXssMatchSet.XssMatchTupleProperty
Properties for defining aCfnXssMatchSet
.A builder forCfnXssMatchSetProps
An implementation forCfnXssMatchSetProps
(experimental) Indicates that this resource can be referenced as a ByteMatchSet.Internal default implementation forIByteMatchSetRef
.A proxy class which represents a concrete javascript instance of this type.(experimental) Indicates that this resource can be referenced as a IPSet.Internal default implementation forIIPSetRef
.A proxy class which represents a concrete javascript instance of this type.A reference to a IPSet resource.A builder forIPSetReference
An implementation forIPSetReference
(experimental) Indicates that this resource can be referenced as a Rule.Internal default implementation forIRuleRef
.A proxy class which represents a concrete javascript instance of this type.(experimental) Indicates that this resource can be referenced as a SizeConstraintSet.Internal default implementation forISizeConstraintSetRef
.A proxy class which represents a concrete javascript instance of this type.(experimental) Indicates that this resource can be referenced as a SqlInjectionMatchSet.Internal default implementation forISqlInjectionMatchSetRef
.A proxy class which represents a concrete javascript instance of this type.(experimental) Indicates that this resource can be referenced as a WebACL.Internal default implementation forIWebACLRef
.A proxy class which represents a concrete javascript instance of this type.(experimental) Indicates that this resource can be referenced as a XssMatchSet.Internal default implementation forIXssMatchSetRef
.A proxy class which represents a concrete javascript instance of this type.A reference to a Rule resource.A builder forRuleReference
An implementation forRuleReference
A reference to a SizeConstraintSet resource.A builder forSizeConstraintSetReference
An implementation forSizeConstraintSetReference
A reference to a SqlInjectionMatchSet resource.A builder forSqlInjectionMatchSetReference
An implementation forSqlInjectionMatchSetReference
A reference to a WebACL resource.A builder forWebACLReference
An implementation forWebACLReference
A reference to a XssMatchSet resource.A builder forXssMatchSetReference
An implementation forXssMatchSetReference