Show / Hide Table of Contents

Class CfnWebACL.ExcludedRuleProperty

Specifies a single rule in a rule group whose action you want to override to Count .

Inheritance
object
CfnWebACL.ExcludedRuleProperty
Implements
CfnWebACL.IExcludedRuleProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnWebACL.ExcludedRuleProperty : CfnWebACL.IExcludedRuleProperty
Syntax (vb)
Public Class CfnWebACL.ExcludedRuleProperty Implements 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

Constructors

ExcludedRuleProperty()

Specifies a single rule in a rule group whose action you want to override to Count .

Properties

Name

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

Constructors

ExcludedRuleProperty()

Specifies a single rule in a rule group whose action you want to override to Count .

public ExcludedRuleProperty()
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"
             };

Properties

Name

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

public string Name { get; set; }
Property Value

string

Remarks

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

Implements

CfnWebACL.IExcludedRuleProperty
Back to top Generated by DocFX