public static final class CfnRuleGroup.IPSetReferenceStatementProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRuleGroup.IPSetReferenceStatementProperty
CfnRuleGroup.IPSetReferenceStatementProperty
CfnRuleGroup.IPSetReferenceStatementProperty.Builder, CfnRuleGroup.IPSetReferenceStatementProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getArn()
The Amazon Resource Name (ARN) of the `IPSet` that this statement references.
|
java.lang.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.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getArn()
CfnRuleGroup.IPSetReferenceStatementProperty
getArn
in interface CfnRuleGroup.IPSetReferenceStatementProperty
public final java.lang.Object getIpSetForwardedIpConfig()
CfnRuleGroup.IPSetReferenceStatementProperty
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.
getIpSetForwardedIpConfig
in interface CfnRuleGroup.IPSetReferenceStatementProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()