Class XssMatchSetXssMatchTupleArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class XssMatchSetXssMatchTupleArgs : ResourceArgs
Constructors
View SourceXssMatchSetXssMatchTupleArgs()
Declaration
public XssMatchSetXssMatchTupleArgs()
Properties
View SourceFieldToMatch
Specifies where in a web request to look for cross-site scripting attacks.
Declaration
public Input<XssMatchSetXssMatchTupleFieldToMatchArgs> FieldToMatch { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<XssMatchSetXssMatchTupleFieldToMatchArgs> |
TextTransformation
Which text transformation, if any, to perform on the web request before inspecting the request for cross-site scripting attacks.
Declaration
public Input<string> TextTransformation { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |