Show / Hide Table of Contents

Class ByteMatchSetByteMatchTupleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ByteMatchSetByteMatchTupleArgs
Inherited Members
ResourceArgs.Empty
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 ByteMatchSetByteMatchTupleArgs : ResourceArgs

Constructors

View Source

ByteMatchSetByteMatchTupleArgs()

Declaration
public ByteMatchSetByteMatchTupleArgs()

Properties

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 Input<ByteMatchSetByteMatchTupleFieldToMatchArgs> FieldToMatch { get; set; }
Property Value
Type Description
Input<ByteMatchSetByteMatchTupleFieldToMatchArgs>
View Source

PositionalConstraint

Within the portion of a web request that you want to search (for example, in the query string, if any), specify where you want to search. e.g. CONTAINS, CONTAINS_WORD or EXACTLY. See docs for all supported values.

Declaration
public Input<string> PositionalConstraint { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TargetString

The value that you want to search for. e.g. HEADER, METHOD or BODY. See docs for all supported values.

Declaration
public Input<string> TargetString { get; set; }
Property Value
Type Description
Input<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. If you specify a transformation, AWS WAF performs the transformation on target_string before inspecting a request for a match. 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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.