Show / Hide Table of Contents

Class SqlInjectionMatchSetArgs

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

Constructors

View Source

SqlInjectionMatchSetArgs()

Declaration
public SqlInjectionMatchSetArgs()

Properties

View Source

Name

The name or description of the SQL Injection Match Set.

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

SqlInjectionMatchTuples

The parts of web requests that you want AWS WAF to inspect for malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.

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