Show / Hide Table of Contents

Class XssMatchSetXssMatchTupleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
XssMatchSetXssMatchTupleArgs
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 XssMatchSetXssMatchTupleArgs : ResourceArgs

Constructors

View Source

XssMatchSetXssMatchTupleArgs()

Declaration
public XssMatchSetXssMatchTupleArgs()

Properties

View Source

FieldToMatch

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.