Show / Hide Table of Contents

Class XssMatchSetXssMatchTuple

Inheritance
System.Object
XssMatchSetXssMatchTuple
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 XssMatchSetXssMatchTuple

Fields

View Source

FieldToMatch

Specifies where in a web request to look for cross-site scripting attacks.

Declaration
public readonly XssMatchSetXssMatchTupleFieldToMatch FieldToMatch
Field Value
Type Description
XssMatchSetXssMatchTupleFieldToMatch
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 readonly string TextTransformation
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.