Uses of Class
software.amazon.awscdk.services.waf.CfnRule.Builder
Packages that use CfnRule.Builder
Package
Description
AWS Web Application Firewall Construct Library
-
Uses of CfnRule.Builder in software.amazon.awscdk.services.waf
Methods in software.amazon.awscdk.services.waf that return CfnRule.BuilderModifier and TypeMethodDescriptionstatic CfnRule.BuilderCfnRule.Builder.metricName(String metricName) The name of the metrics for thisRule.The friendly name or description for theRule.CfnRule.Builder.predicates(List<? extends Object> predicates) ThePredicatesobject contains onePredicateelement for eachByteMatchSet,IPSet, orSqlInjectionMatchSetobject that you want to include in aRule.CfnRule.Builder.predicates(IResolvable predicates) ThePredicatesobject contains onePredicateelement for eachByteMatchSet,IPSet, orSqlInjectionMatchSetobject that you want to include in aRule.