Show / Hide Table of Contents

Class XssMatchSetState

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

Constructors

View Source

XssMatchSetState()

Declaration
public XssMatchSetState()

Properties

View Source

Arn

Amazon Resource Name (ARN)

Declaration
public Input<string> Arn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

The name or description of the SizeConstraintSet.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

XssMatchTuples

The parts of web requests that you want to inspect for cross-site scripting attacks.

Declaration
public InputList<XssMatchSetXssMatchTupleGetArgs> XssMatchTuples { get; set; }
Property Value
Type Description
InputList<XssMatchSetXssMatchTupleGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.