Class CfnRuleGroup.JA3FingerprintProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wafv2.CfnRuleGroup.JA3FingerprintProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRuleGroup.JA3FingerprintProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRuleGroup.JA3FingerprintProperty
@Stability(Stable)
@Internal
public static final class CfnRuleGroup.JA3FingerprintProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRuleGroup.JA3FingerprintProperty
An implementation for
CfnRuleGroup.JA3FingerprintProperty
-
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.JA3FingerprintProperty
CfnRuleGroup.JA3FingerprintProperty.Builder, CfnRuleGroup.JA3FingerprintProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRuleGroup.JA3FingerprintProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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.JA3FingerprintProperty.Builder
.
-
-
Method Details
-
getFallbackBehavior
Description copied from interface:CfnRuleGroup.JA3FingerprintProperty
The match status to assign to the web request if the request doesn't have a JA3 fingerprint.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:
getFallbackBehavior
in interfaceCfnRuleGroup.JA3FingerprintProperty
- 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()
-