Class RegexMatchSetRegexMatchTupleArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RegexMatchSetRegexMatchTupleArgs : ResourceArgs
Constructors
View SourceRegexMatchSetRegexMatchTupleArgs()
Declaration
public RegexMatchSetRegexMatchTupleArgs()
Properties
View SourceFieldToMatch
The part of a web request that you want to search, such as a specified header or a query string.
Declaration
public Input<RegexMatchSetRegexMatchTupleFieldToMatchArgs> FieldToMatch { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<RegexMatchSetRegexMatchTupleFieldToMatchArgs> |
RegexPatternSetId
The ID of a Regex Pattern Set.
Declaration
public Input<string> RegexPatternSetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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 Input<string> TextTransformation { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |