Uses of Interface
software.amazon.awscdk.services.elasticloadbalancingv2.ForwardOptions
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of ForwardOptions in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier and TypeMethodDescriptionstatic ListenerAction
ListenerAction.forward
(List<? extends IApplicationTargetGroup> targetGroups, ForwardOptions options) Forward to one or more Target Groups.static ListenerAction
ListenerAction.weightedForward
(List<? extends WeightedTargetGroup> targetGroups, ForwardOptions options) Forward to one or more Target Groups which are weighted differently.