Uses of Enum
software.amazon.awscdk.services.elasticloadbalancingv2.XffHeaderProcessingMode
Packages that use XffHeaderProcessingMode
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of XffHeaderProcessingMode in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return XffHeaderProcessingModeModifier and TypeMethodDescriptiondefault XffHeaderProcessingModeApplicationLoadBalancerProps.getXffHeaderProcessingMode()Enables you to modify, preserve, or remove the X-Forwarded-For header in the HTTP request before the Application Load Balancer sends the request to the target.final XffHeaderProcessingModeApplicationLoadBalancerProps.Jsii$Proxy.getXffHeaderProcessingMode()static XffHeaderProcessingModeReturns the enum constant of this type with the specified name.static XffHeaderProcessingMode[]XffHeaderProcessingMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type XffHeaderProcessingModeModifier and TypeMethodDescriptionApplicationLoadBalancer.Builder.xffHeaderProcessingMode(XffHeaderProcessingMode xffHeaderProcessingMode) Enables you to modify, preserve, or remove the X-Forwarded-For header in the HTTP request before the Application Load Balancer sends the request to the target.ApplicationLoadBalancerProps.Builder.xffHeaderProcessingMode(XffHeaderProcessingMode xffHeaderProcessingMode) Sets the value ofApplicationLoadBalancerProps.getXffHeaderProcessingMode()