Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.waf.CfnRulePropsMixin.Builder
Packages that use CfnRulePropsMixin.Builder
-
Uses of CfnRulePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.waf
Methods in software.amazon.awscdk.cfnpropertymixins.services.waf that return CfnRulePropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnRulePropsMixin.BuilderCfnRulePropsMixin.Builder.create()static CfnRulePropsMixin.BuilderCfnRulePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnRulePropsMixin.Builder.metricName(String metricName) The name of the metrics for thisRule.The friendly name or description for theRule.CfnRulePropsMixin.Builder.predicates(List<? extends Object> predicates) ThePredicatesobject contains onePredicateelement for eachByteMatchSet,IPSet, orSqlInjectionMatchSetobject that you want to include in aRule.CfnRulePropsMixin.Builder.predicates(IResolvable predicates) ThePredicatesobject contains onePredicateelement for eachByteMatchSet,IPSet, orSqlInjectionMatchSetobject that you want to include in aRule.