Show / Hide Table of Contents

Class RegexMatchSetRegexMatchTuple

Inheritance
System.Object
RegexMatchSetRegexMatchTuple
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Waf.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RegexMatchSetRegexMatchTuple

Fields

View Source

FieldToMatch

The part of a web request that you want to search, such as a specified header or a query string.

Declaration
public readonly RegexMatchSetRegexMatchTupleFieldToMatch FieldToMatch
Field Value
Type Description
RegexMatchSetRegexMatchTupleFieldToMatch
View Source

RegexPatternSetId

The ID of a Regex Pattern Set.

Declaration
public readonly string RegexPatternSetId
Field Value
Type Description
System.String
View Source

TextTransformation

Text transformations used to eliminate unusual formatting that attackers use in web requests in an effort to bypass AWS WAF. e.g. CMD_LINE, HTML_ENTITY_DECODE or NONE. See docs for all supported values.

Declaration
public readonly string TextTransformation
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.