Class CfnWebACL.ForwardedIPConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wafv2.CfnWebACL.ForwardedIPConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWebACL.ForwardedIPConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWebACL.ForwardedIPConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnWebACL.ForwardedIPConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWebACL.ForwardedIPConfigurationProperty
An implementation for
CfnWebACL.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.CfnWebACL.ForwardedIPConfigurationProperty
CfnWebACL.ForwardedIPConfigurationProperty.Builder, CfnWebACL.ForwardedIPConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWebACL.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 theCfnWebACL.ForwardedIPConfigurationProperty.Builder.
-
-
Method Details
-
getFallbackBehavior
Description copied from interface:CfnWebACL.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 interfaceCfnWebACL.ForwardedIPConfigurationProperty- See Also:
-
getHeaderName
Description copied from interface:CfnWebACL.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 interfaceCfnWebACL.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()
-