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 SourceFieldToMatch
Settings for the ByteMatchTuple. FieldToMatch documented below.
Declaration
public readonly ByteMatchSetByteMatchTupleFieldToMatch FieldToMatch
Field Value
| Type | Description |
|---|---|
| ByteMatchSetByteMatchTupleFieldToMatch |
PositionalConstraint
Within the portion of a web request that you want to search.
Declaration
public readonly string PositionalConstraint
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
TextTransformation
The formatting way for web request.
Declaration
public readonly string TextTransformation
Field Value
| Type | Description |
|---|---|
| System.String |