Interface CfnWebACL.FieldIdentifierProperty

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

@Stability(Stable) public static interface CfnWebACL.FieldIdentifierProperty extends software.amazon.jsii.JsiiSerializable
The identifier of a field in the web request payload that contains customer data.

This data type is used to specify fields in the RequestInspection and RequestInspectionACFP configurations, which are used in the managed rule group configurations AWSManagedRulesATPRuleSet and AWSManagedRulesACFPRuleSet , respectively.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.wafv2.*;
 FieldIdentifierProperty fieldIdentifierProperty = FieldIdentifierProperty.builder()
         .identifier("identifier")
         .build();
 

See Also: