Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.wafregional.CfnWebACLPropsMixin.Builder
Packages that use CfnWebACLPropsMixin.Builder
-
Uses of CfnWebACLPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.wafregional
Methods in software.amazon.awscdk.cfnpropertymixins.services.wafregional that return CfnWebACLPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnWebACLPropsMixin.BuilderCfnWebACLPropsMixin.Builder.create()static CfnWebACLPropsMixin.BuilderCfnWebACLPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnWebACLPropsMixin.Builder.defaultAction(CfnWebACLPropsMixin.ActionProperty 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) A name for 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.