@Stability(value=Stable)
public static interface CfnWebACL.FieldIdentifierProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnWebACL.FieldIdentifierProperty.Builder
A builder for
CfnWebACL.FieldIdentifierProperty |
static class |
CfnWebACL.FieldIdentifierProperty.Jsii$Proxy
An implementation for
CfnWebACL.FieldIdentifierProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnWebACL.FieldIdentifierProperty.Builder |
builder() |
String |
getIdentifier()
The name of the username or password field, used in the `ManagedRuleGroupConfig` settings.
|
@Stability(value=Stable) @NotNull String getIdentifier()
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 .
@Stability(value=Stable) static CfnWebACL.FieldIdentifierProperty.Builder builder()
Copyright © 2022. All rights reserved.