Class CfnWebACL.IPSetReferenceStatementProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wafv2.CfnWebACL.IPSetReferenceStatementProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWebACL.IPSetReferenceStatementProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWebACL.IPSetReferenceStatementProperty
@Stability(Stable)
@Internal
public static final class CfnWebACL.IPSetReferenceStatementProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWebACL.IPSetReferenceStatementProperty
An implementation for
CfnWebACL.IPSetReferenceStatementProperty-
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.IPSetReferenceStatementProperty
CfnWebACL.IPSetReferenceStatementProperty.Builder, CfnWebACL.IPSetReferenceStatementProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWebACL.IPSetReferenceStatementProperty.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 StringgetArn()The Amazon Resource Name (ARN) of theIPSetthat this statement references.final ObjectThe 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.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.IPSetReferenceStatementProperty.Builder.
-
-
Method Details
-
getArn
Description copied from interface:CfnWebACL.IPSetReferenceStatementPropertyThe Amazon Resource Name (ARN) of theIPSetthat this statement references.- Specified by:
getArnin interfaceCfnWebACL.IPSetReferenceStatementProperty- See Also:
-
getIpSetForwardedIpConfig
Description copied from interface:CfnWebACL.IPSetReferenceStatementPropertyThe 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.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.
Returns union: either
IResolvableorCfnWebACL.IPSetForwardedIPConfigurationProperty- Specified by:
getIpSetForwardedIpConfigin interfaceCfnWebACL.IPSetReferenceStatementProperty- 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()
-