Show / Hide Table of Contents

Class ByteMatchSetByteMatchTupleGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ByteMatchSetByteMatchTupleGetArgs
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.WafRegional.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ByteMatchSetByteMatchTupleGetArgs : ResourceArgs

Constructors

View Source

ByteMatchSetByteMatchTupleGetArgs()

Declaration
public ByteMatchSetByteMatchTupleGetArgs()

Properties

View Source

FieldToMatch

Settings for the ByteMatchTuple. FieldToMatch documented below.

Declaration
public Input<ByteMatchSetByteMatchTupleFieldToMatchGetArgs> FieldToMatch { get; set; }
Property Value
Type Description
Input<ByteMatchSetByteMatchTupleFieldToMatchGetArgs>
View Source

PositionalConstraint

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

Declaration
public Input<string> PositionalConstraint { get; set; }
Property Value
Type Description
Input<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 Input<string> TargetString { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TextTransformation

The formatting way for web request.

Declaration
public Input<string> TextTransformation { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.