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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.wafv2.CfnRuleGroup.ForwardedIPConfigurationProperty
CfnRuleGroup.ForwardedIPConfigurationProperty.Builder, CfnRuleGroup.ForwardedIPConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRuleGroup.ForwardedIPConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe match status to assign to the web request if the request doesn't have a valid IP address in the specified position.final StringThe name of the HTTP header to use for the IP address.final inthashCode()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.ForwardedIPConfigurationPropertyThe 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:
getFallbackBehaviorin interfaceCfnRuleGroup.ForwardedIPConfigurationProperty- See Also:
-
getHeaderName
Description copied from interface:CfnRuleGroup.ForwardedIPConfigurationPropertyThe 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:
getHeaderNamein interfaceCfnRuleGroup.ForwardedIPConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-