AWS::WAFv2::WebACL FieldIdentifier

The identifier of the username or password field, used in the ManagedRuleGroupConfig settings.

Syntax

To declare this entity in your AWS 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 ManagedRuleGroupConfig settings.

When the PayloadType is JSON, 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 PayloadType is FORM_ENCODED, use the HTML form names. For example, username.

Required: Yes

Type: String

Update requires: No interruption