Uses of Enum
software.amazon.awscdk.services.elasticloadbalancingv2.DesyncMitigationMode
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of DesyncMitigationMode in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier and TypeMethodDescriptiondefault DesyncMitigationMode
ApplicationLoadBalancerProps.getDesyncMitigationMode()
Determines how the load balancer handles requests that might pose a security risk to your application.final DesyncMitigationMode
ApplicationLoadBalancerProps.Jsii$Proxy.getDesyncMitigationMode()
static DesyncMitigationMode
Returns the enum constant of this type with the specified name.static DesyncMitigationMode[]
DesyncMitigationMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionApplicationLoadBalancer.Builder.desyncMitigationMode
(DesyncMitigationMode desyncMitigationMode) Determines how the load balancer handles requests that might pose a security risk to your application.ApplicationLoadBalancerProps.Builder.desyncMitigationMode
(DesyncMitigationMode desyncMitigationMode) Sets the value ofApplicationLoadBalancerProps.getDesyncMitigationMode()