Class CfnWebACL.AsnMatchStatementProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wafv2.CfnWebACL.AsnMatchStatementProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWebACL.AsnMatchStatementProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWebACL.AsnMatchStatementProperty
@Stability(Stable)
@Internal
public static final class CfnWebACL.AsnMatchStatementProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWebACL.AsnMatchStatementProperty
An implementation for
CfnWebACL.AsnMatchStatementProperty-
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.AsnMatchStatementProperty
CfnWebACL.AsnMatchStatementProperty.Builder, CfnWebACL.AsnMatchStatementProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWebACL.AsnMatchStatementProperty.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 ObjectContains one or more Autonomous System Numbers (ASNs).final ObjectThe 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 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.AsnMatchStatementProperty.Builder.
-
-
Method Details
-
getAsnList
Description copied from interface:CfnWebACL.AsnMatchStatementPropertyContains 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.
Returns union: either Listinvalid input: '<'
Number> orIResolvable- Specified by:
getAsnListin interfaceCfnWebACL.AsnMatchStatementProperty- See Also:
-
getForwardedIpConfig
Description copied from interface:CfnWebACL.AsnMatchStatementPropertyThe 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.
Returns union: either
IResolvableorCfnWebACL.ForwardedIPConfigurationProperty- Specified by:
getForwardedIpConfigin interfaceCfnWebACL.AsnMatchStatementProperty- 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()
-