Show / Hide Table of Contents

Interface CfnWebACL.ITextTransformationProperty

Text transformations eliminate some of the unusual formatting that attackers use in web requests in an effort to bypass detection.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-texttransformation.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 textTransformationProperty = new TextTransformationProperty {
                 Priority = 123,
                 Type = "type"
             };

Synopsis

Properties

Priority

Sets the relative processing order for multiple transformations.

Type

For detailed descriptions of each of the transformation types, see Text transformations in the AWS WAF Developer Guide .

Properties

Priority

Sets the relative processing order for multiple transformations.

double Priority { get; }
Property Value

double

Remarks

AWS WAF processes all transformations, from lowest priority to highest, before inspecting the transformed content. The priorities don't need to be consecutive, but they must all be different.

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

Type

For detailed descriptions of each of the transformation types, see Text transformations in the AWS WAF Developer Guide .

string Type { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX