Show / Hide Table of Contents

Class CfnRuleGroup.HeaderOrderProperty

The string containing the list of a web request's header names, ordered as they appear in the web request, separated by colons.

Inheritance
object
CfnRuleGroup.HeaderOrderProperty
Implements
CfnRuleGroup.IHeaderOrderProperty
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 CfnRuleGroup.HeaderOrderProperty : CfnRuleGroup.IHeaderOrderProperty
Syntax (vb)
Public Class CfnRuleGroup.HeaderOrderProperty Implements CfnRuleGroup.IHeaderOrderProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-headerorder.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 headerOrderProperty = new HeaderOrderProperty {
                 OversizeHandling = "oversizeHandling"
             };

Synopsis

Constructors

HeaderOrderProperty()

The string containing the list of a web request's header names, ordered as they appear in the web request, separated by colons.

Properties

OversizeHandling

Handling of requests containing oversize fields.

Constructors

HeaderOrderProperty()

The string containing the list of a web request's header names, ordered as they appear in the web request, separated by colons.

public HeaderOrderProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-headerorder.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 headerOrderProperty = new HeaderOrderProperty {
                 OversizeHandling = "oversizeHandling"
             };

Properties

OversizeHandling

Handling of requests containing oversize fields.

public string OversizeHandling { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-headerorder.html#cfn-wafv2-rulegroup-headerorder-oversizehandling

Implements

CfnRuleGroup.IHeaderOrderProperty
Back to top Generated by DocFX