Class CfnRuleGroup.ForwardedIPConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wafv2.CfnRuleGroup.ForwardedIPConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRuleGroup.ForwardedIPConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRuleGroup.ForwardedIPConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnRuleGroup.ForwardedIPConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRuleGroup.ForwardedIPConfigurationProperty
An implementation for
CfnRuleGroup.ForwardedIPConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.wafv2.CfnRuleGroup.ForwardedIPConfigurationProperty
CfnRuleGroup.ForwardedIPConfigurationProperty.Builder, CfnRuleGroup.ForwardedIPConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRuleGroup.ForwardedIPConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The match status to assign to the web request if the request doesn't have a valid IP address in the specified position.final String
The name of the HTTP header to use for the IP address.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnRuleGroup.ForwardedIPConfigurationProperty.Builder
.
-
-
Method Details
-
getFallbackBehavior
Description copied from interface:CfnRuleGroup.ForwardedIPConfigurationProperty
The match status to assign to the web request if the request doesn't have a valid IP address in the specified position.If the specified header isn't present in the request, AWS WAF doesn't apply the rule to the web request at all.
You can specify the following fallback behaviors:
MATCH
- Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.NO_MATCH
- Treat the web request as not matching the rule statement.
- Specified by:
getFallbackBehavior
in interfaceCfnRuleGroup.ForwardedIPConfigurationProperty
-
getHeaderName
Description copied from interface:CfnRuleGroup.ForwardedIPConfigurationProperty
The name of the HTTP header to use for the IP address.For example, to use the X-Forwarded-For (XFF) header, set this to
X-Forwarded-For
.If the specified header isn't present in the request, AWS WAF doesn't apply the rule to the web request at all.
- Specified by:
getHeaderName
in interfaceCfnRuleGroup.ForwardedIPConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-