Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.waf.CfnWebACLPropsMixin.Builder
Packages that use CfnWebACLPropsMixin.Builder
-
Uses of CfnWebACLPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.waf
Methods in software.amazon.awscdk.cfnpropertymixins.services.waf that return CfnWebACLPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnWebACLPropsMixin.BuilderCfnWebACLPropsMixin.Builder.create()static CfnWebACLPropsMixin.BuilderCfnWebACLPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnWebACLPropsMixin.Builder.defaultAction(CfnWebACLPropsMixin.WafActionProperty defaultAction) The action to perform if none of theRulescontained in theWebACLmatch.CfnWebACLPropsMixin.Builder.defaultAction(IResolvable defaultAction) The action to perform if none of theRulescontained in theWebACLmatch.CfnWebACLPropsMixin.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.CfnWebACLPropsMixin.Builder.rules(IResolvable rules) An array that contains the action for eachRulein aWebACL, the priority of theRule, and the ID of theRule.