Uses of Interface
software.amazon.awscdk.services.waf.regional.CfnWebACL.ActionProperty
Packages that use CfnWebACL.ActionProperty
-
Uses of CfnWebACL.ActionProperty in software.amazon.awscdk.services.waf.regional
Classes in software.amazon.awscdk.services.waf.regional that implement CfnWebACL.ActionPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnWebACL.ActionPropertyMethods in software.amazon.awscdk.services.waf.regional that return CfnWebACL.ActionPropertyModifier and TypeMethodDescriptionCfnWebACL.ActionProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.waf.regional with parameters of type CfnWebACL.ActionPropertyModifier and TypeMethodDescriptionCfnWebACL.RuleProperty.Builder.action(CfnWebACL.ActionProperty action) Sets the value ofCfnWebACL.RuleProperty.getAction()CfnWebACL.Builder.defaultAction(CfnWebACL.ActionProperty defaultAction) The action to perform if none of theRulescontained in theWebACLmatch.CfnWebACLProps.Builder.defaultAction(CfnWebACL.ActionProperty defaultAction) Sets the value ofCfnWebACLProps.getDefaultAction()voidCfnWebACL.setDefaultAction(CfnWebACL.ActionProperty value) The action to perform if none of theRulescontained in theWebACLmatch.