singleQueryArgument property

SingleQueryArgument? singleQueryArgument
final

Inspect a single query argument. Provide the name of the query argument to inspect, such as UserName or SalesRegion. The name can be up to 30 characters long and isn't case sensitive.

This is used only to indicate the web request component for AWS WAF to inspect, in the FieldToMatch specification.

Implementation

final SingleQueryArgument? singleQueryArgument;