Class CfnRuleGroup.AsnMatchStatementProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wafv2.CfnRuleGroup.AsnMatchStatementProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRuleGroup.AsnMatchStatementProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRuleGroup.AsnMatchStatementProperty
@Stability(Stable)
@Internal
public static final class CfnRuleGroup.AsnMatchStatementProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRuleGroup.AsnMatchStatementProperty
An implementation for
CfnRuleGroup.AsnMatchStatementProperty
-
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.AsnMatchStatementProperty
CfnRuleGroup.AsnMatchStatementProperty.Builder, CfnRuleGroup.AsnMatchStatementProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRuleGroup.AsnMatchStatementProperty.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 Object
Contains one or more Autonomous System Numbers (ASNs).final Object
The configuration for inspecting IP addresses to match against an ASN in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin.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.AsnMatchStatementProperty.Builder
.
-
-
Method Details
-
getAsnList
Description copied from interface:CfnRuleGroup.AsnMatchStatementProperty
Contains one or more Autonomous System Numbers (ASNs).ASNs are unique identifiers assigned to large internet networks managed by organizations such as internet service providers, enterprises, universities, or government agencies.
- Specified by:
getAsnList
in interfaceCfnRuleGroup.AsnMatchStatementProperty
- See Also:
-
getForwardedIpConfig
Description copied from interface:CfnRuleGroup.AsnMatchStatementProperty
The configuration for inspecting IP addresses to match against an ASN 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.
- Specified by:
getForwardedIpConfig
in interfaceCfnRuleGroup.AsnMatchStatementProperty
- See Also:
-
$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()
-