Interface CfnWebACL.ActionProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnWebACL.ActionProperty.Jsii$Proxy
Enclosing class:
CfnWebACL

@Stability(Stable) public static interface CfnWebACL.ActionProperty extends software.amazon.jsii.JsiiSerializable
Specifies the action AWS WAF takes when a web request matches or doesn't match all rule conditions.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.waf.regional.*;
 ActionProperty actionProperty = ActionProperty.builder()
         .type("type")
         .build();
 

See Also: