Interface CfnSqlInjectionMatchSetPropsMixin.FieldToMatchProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnSqlInjectionMatchSetPropsMixin.FieldToMatchProperty.Jsii$Proxy
Enclosing class:
CfnSqlInjectionMatchSetPropsMixin

@Stability(Stable) public static interface CfnSqlInjectionMatchSetPropsMixin.FieldToMatchProperty extends software.amazon.jsii.JsiiSerializable
The part of a web request that you want AWS WAF to inspect, such as a specific header or a query string.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.wafregional.mixins.*;
 FieldToMatchProperty fieldToMatchProperty = FieldToMatchProperty.builder()
         .data("data")
         .type("type")
         .build();
 

See Also: