Uses of Class
software.amazon.awscdk.services.waf.CfnWebACL.Builder
Packages that use CfnWebACL.Builder
Package
Description
AWS Web Application Firewall Construct Library
-
Uses of CfnWebACL.Builder in software.amazon.awscdk.services.waf
Methods in software.amazon.awscdk.services.waf that return CfnWebACL.BuilderModifier and TypeMethodDescriptionstatic CfnWebACL.BuilderCfnWebACL.Builder.defaultAction(IResolvable defaultAction) The action to perform if none of theRulescontained in theWebACLmatch.CfnWebACL.Builder.defaultAction(CfnWebACL.WafActionProperty defaultAction) The action to perform if none of theRulescontained in theWebACLmatch.CfnWebACL.Builder.metricName(String metricName) The name of the metrics for thisWebACL.A friendly name or description of theWebACL.An array that contains the action for eachRulein aWebACL, the priority of theRule, and the ID of theRule.CfnWebACL.Builder.rules(IResolvable rules) An array that contains the action for eachRulein aWebACL, the priority of theRule, and the ID of theRule.