AWS::WAFv2::WebACL FieldIdentifier
The identifier of the username or password field, used in the ManagedRuleGroupConfig settings.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Identifier" :String}
YAML
Identifier:String
Properties
Identifier-
The name of the username or password field, used in the
ManagedRuleGroupConfigsettings.When the
PayloadTypeisJSON, the identifier must be in JSON pointer syntax. For example/form/username. For information about the JSON Pointer syntax, see the Internet Engineering Task Force (IETF) documentation JavaScript Object Notation (JSON) Pointer. When the
PayloadTypeisFORM_ENCODED, use the HTML form names. For example,username.Required: Yes
Type: String
Update requires: No interruption