Class CfnRuleGroup.SingleQueryArgumentProperty
Inspect one query argument in the web request, identified by name, for example UserName or SalesRegion .
Inheritance
Implements
Namespace: Amazon.CDK.AWS.WAFv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SingleQueryArgumentProperty : Object, CfnRuleGroup.ISingleQueryArgumentProperty
Syntax (vb)
Public Class SingleQueryArgumentProperty
Inherits Object
Implements CfnRuleGroup.ISingleQueryArgumentProperty
Remarks
The name isn't case sensitive.
This is used to indicate the web request component to inspect, in the FieldToMatch
specification.
Example JSON: "SingleQueryArgument": { "Name": "myArgument" }
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.WAFv2;
var singleQueryArgumentProperty = new SingleQueryArgumentProperty {
Name = "name"
};
Synopsis
Constructors
Single |
Properties
Name | The name of the query argument to inspect. |
Constructors
SingleQueryArgumentProperty()
public SingleQueryArgumentProperty()
Properties
Name
The name of the query argument to inspect.
public string Name { get; set; }
Property Value
System.