Uses of Interface
software.amazon.awscdk.services.waf.CfnWebACL.WafActionProperty
Packages that use CfnWebACL.WafActionProperty
Package
Description
AWS Web Application Firewall Construct Library
-
Uses of CfnWebACL.WafActionProperty in software.amazon.awscdk.services.waf
Classes in software.amazon.awscdk.services.waf that implement CfnWebACL.WafActionPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnWebACL.WafActionPropertyMethods in software.amazon.awscdk.services.waf that return CfnWebACL.WafActionPropertyModifier and TypeMethodDescriptionCfnWebACL.WafActionProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.waf with parameters of type CfnWebACL.WafActionPropertyModifier and TypeMethodDescriptionCfnWebACL.ActivatedRuleProperty.Builder.action(CfnWebACL.WafActionProperty action) Sets the value ofCfnWebACL.ActivatedRuleProperty.getAction()CfnWebACL.Builder.defaultAction(CfnWebACL.WafActionProperty defaultAction) The action to perform if none of theRulescontained in theWebACLmatch.CfnWebACLProps.Builder.defaultAction(CfnWebACL.WafActionProperty defaultAction) Sets the value ofCfnWebACLProps.getDefaultAction()voidCfnWebACL.setDefaultAction(CfnWebACL.WafActionProperty value) The action to perform if none of theRulescontained in theWebACLmatch.