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