AWS::WAFv2::WebACL FieldIdentifier - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 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