Interface CfnWebACL.IExcludedRuleProperty
Specifies a single rule in a rule group whose action you want to override to Count .
Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnWebACL.IExcludedRuleProperty
Syntax (vb)
Public Interface CfnWebACL.IExcludedRuleProperty
Remarks
Instead of this option, use <code>RuleActionOverrides</code> . It accepts any valid action setting, including <code>Count</code> .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.WAFv2;
var excludedRuleProperty = new ExcludedRuleProperty {
Name = "name"
};
Synopsis
Properties
| Name | The name of the rule whose action you want to override to |
Properties
Name
The name of the rule whose action you want to override to Count .
string Name { get; }