@Stability(value=Stable)
public static interface CfnRuleGroup.IPSetReferenceStatementProperty
extends software.amazon.jsii.JsiiSerializable
To use this, create an IPSet that specifies the addresses you want to detect, then use the ARN of that set in this statement.
Each IP set rule statement references an IP set. You create and maintain the set independent of your rules. This allows you to use the single set in multiple rules. When you update the referenced set, AWS WAF automatically updates all rules that reference it.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CfnRuleGroup.IPSetReferenceStatementProperty.Jsii$Default
Internal default implementation for
CfnRuleGroup.IPSetReferenceStatementProperty. |
static class |
CfnRuleGroup.IPSetReferenceStatementProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getArn()
The Amazon Resource Name (ARN) of the `IPSet` that this statement references.
|
default Object |
getIpSetForwardedIpConfig()
The configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin.
|
@Stability(value=Stable) @NotNull String getArn()
@Stability(value=Stable) @Nullable default Object getIpSetForwardedIpConfig()
Commonly, this is the X-Forwarded-For (XFF) header, but you can specify any header name.
If the specified header isn't present in the request, AWS WAF doesn't apply the rule to the web request at all.
Copyright © 2022. All rights reserved.