Show / Hide Table of Contents

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> .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-excludedrule.html

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 Count .

Properties

Name

The name of the rule whose action you want to override to Count .

string Name { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-excludedrule.html#cfn-wafv2-webacl-excludedrule-name

Back to top Generated by DocFX