Show / Hide Table of Contents

Class ByteMatchSetByteMatchTuple

Inheritance
System.Object
ByteMatchSetByteMatchTuple
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.WafRegional.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ByteMatchSetByteMatchTuple

Fields

View Source

FieldToMatch

Settings for the ByteMatchTuple. FieldToMatch documented below.

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

PositionalConstraint

Within the portion of a web request that you want to search.

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

TargetString

The value that you want AWS WAF to search for. The maximum length of the value is 50 bytes.

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

TextTransformation

The formatting way for web request.

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