Uses of Class
software.amazon.awscdk.services.waf.regional.CfnWebACL.Builder
Packages that use CfnWebACL.Builder
-
Uses of CfnWebACL.Builder in software.amazon.awscdk.services.waf.regional
Methods in software.amazon.awscdk.services.waf.regional that return CfnWebACL.BuilderModifier and TypeMethodDescriptionstatic CfnWebACL.Builder
CfnWebACL.Builder.defaultAction
(IResolvable defaultAction) The action to perform if none of theRules
contained in theWebACL
match.CfnWebACL.Builder.defaultAction
(CfnWebACL.ActionProperty defaultAction) The action to perform if none of theRules
contained in theWebACL
match.CfnWebACL.Builder.metricName
(String metricName) A name for the metrics for thisWebACL
.A friendly name or description of theWebACL
.An array that contains the action for eachRule
in aWebACL
, the priority of theRule
, and the ID of theRule
.CfnWebACL.Builder.rules
(IResolvable rules) An array that contains the action for eachRule
in aWebACL
, the priority of theRule
, and the ID of theRule
.