Interface CfnWebACLPropsMixin.OnSourceDDoSProtectionConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWebACLPropsMixin.OnSourceDDoSProtectionConfigProperty.Jsii$Proxy
- Enclosing class:
CfnWebACLPropsMixin
@Stability(Stable)
public static interface CfnWebACLPropsMixin.OnSourceDDoSProtectionConfigProperty
extends software.amazon.jsii.JsiiSerializable
Configures the level of DDoS protection that applies to web ACLs associated with Application Load Balancers.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.wafv2.*;
OnSourceDDoSProtectionConfigProperty onSourceDDoSProtectionConfigProperty = OnSourceDDoSProtectionConfigProperty.builder()
.albLowReputationMode("albLowReputationMode")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWebACLPropsMixin.OnSourceDDoSProtectionConfigPropertystatic final classAn implementation forCfnWebACLPropsMixin.OnSourceDDoSProtectionConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAlbLowReputationMode
The level of DDoS protection that applies to web ACLs associated with Application Load Balancers.ACTIVE_UNDER_DDOSprotection 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_DDOSprotection automatically rate limits traffic from known low reputation sources without disrupting Application Load Balancer availability.ALWAYS_ONprotection 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.- See Also:
-
builder
@Stability(Stable) static CfnWebACLPropsMixin.OnSourceDDoSProtectionConfigProperty.Builder builder()
-