Show / Hide Table of Contents

Interface CfnWebACL.IHeaderOrderProperty

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

Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnWebACL.IHeaderOrderProperty
Syntax (vb)
Public Interface CfnWebACL.IHeaderOrderProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-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

Properties

OversizeHandling

Handling of requests containing oversize fields.

Properties

OversizeHandling

Handling of requests containing oversize fields.

string OversizeHandling { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX