Interface CfnWebACLPropsMixin.ExcludedRuleProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWebACLPropsMixin.ExcludedRuleProperty.Jsii$Proxy
- Enclosing class:
CfnWebACLPropsMixin
@Stability(Stable)
public static interface CfnWebACLPropsMixin.ExcludedRuleProperty
extends software.amazon.jsii.JsiiSerializable
Specifies a single rule in a rule group whose action you want to override to
Count .
Instead of this option, use
RuleActionOverrides. It accepts any valid action setting, includingCount.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.wafv2.*;
ExcludedRuleProperty excludedRuleProperty = ExcludedRuleProperty.builder()
.name("name")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWebACLPropsMixin.ExcludedRulePropertystatic final classAn implementation forCfnWebACLPropsMixin.ExcludedRuleProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the rule whose action you want to override toCount.- See Also:
-
builder
-