Class CfnWebACL.OnSourceDDoSProtectionConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wafv2.CfnWebACL.OnSourceDDoSProtectionConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWebACL.OnSourceDDoSProtectionConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWebACL.OnSourceDDoSProtectionConfigProperty
@Stability(Stable)
@Internal
public static final class CfnWebACL.OnSourceDDoSProtectionConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWebACL.OnSourceDDoSProtectionConfigProperty
An implementation for
CfnWebACL.OnSourceDDoSProtectionConfigProperty
-
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.CfnWebACL.OnSourceDDoSProtectionConfigProperty
CfnWebACL.OnSourceDDoSProtectionConfigProperty.Builder, CfnWebACL.OnSourceDDoSProtectionConfigProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnWebACL.OnSourceDDoSProtectionConfigProperty.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 theCfnWebACL.OnSourceDDoSProtectionConfigProperty.Builder
.
-
-
Method Details
-
getAlbLowReputationMode
Description copied from interface:CfnWebACL.OnSourceDDoSProtectionConfigProperty
The level of DDoS protection that applies to web ACLs associated with Application Load Balancers.ACTIVE_UNDER_DDOS
protection is enabled by default whenever a web ACL is associated with an Application Load Balancer. In the event that an Application Load Balancer experiences high-load conditions or suspected DDoS attacks, theACTIVE_UNDER_DDOS
protection automatically rate limits traffic from known low reputation sources without disrupting Application Load Balancer availability.ALWAYS_ON
protection provides constant, always-on monitoring of known low reputation sources for suspected DDoS attacks. While this provides a higher level of protection, there may be potential impacts on legitimate traffic.- Specified by:
getAlbLowReputationMode
in interfaceCfnWebACL.OnSourceDDoSProtectionConfigProperty
- 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()
-