Uses of Interface
software.amazon.awscdk.services.waf.regional.CfnWebACL.ActionProperty
-
Uses of CfnWebACL.ActionProperty in software.amazon.awscdk.services.waf.regional
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnWebACL.ActionProperty
Modifier and TypeMethodDescriptionCfnWebACL.ActionProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnWebACL.RuleProperty.Builder.action
(CfnWebACL.ActionProperty action) Sets the value ofCfnWebACL.RuleProperty.getAction()
CfnWebACL.Builder.defaultAction
(CfnWebACL.ActionProperty defaultAction) The action to perform if none of theRules
contained in theWebACL
match.CfnWebACLProps.Builder.defaultAction
(CfnWebACL.ActionProperty defaultAction) Sets the value ofCfnWebACLProps.getDefaultAction()
void
CfnWebACL.setDefaultAction
(CfnWebACL.ActionProperty value) The action to perform if none of theRules
contained in theWebACL
match.