Class SqlInjectionMatchSetArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class SqlInjectionMatchSetArgs : ResourceArgs
Constructors
View SourceSqlInjectionMatchSetArgs()
Declaration
public SqlInjectionMatchSetArgs()
Properties
View SourceName
The name or description of the SizeConstraintSet.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |