Uses of Interface
software.amazon.awscdk.services.elasticloadbalancingv2.AddNetworkTargetsProps
Package
Description
Amazon ECS Construct Library
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of AddNetworkTargetsProps in software.amazon.awscdk.services.ecs
Modifier and TypeMethodDescriptionstatic ListenerConfig
ListenerConfig.networkListener
(NetworkListener listener, AddNetworkTargetsProps props) Create a config for adding target group to NLB listener. -
Uses of AddNetworkTargetsProps in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier and TypeMethodDescriptionAddNetworkTargetsProps.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionNetworkListener.addTargets
(String id, AddNetworkTargetsProps props) Load balance incoming requests to the given load balancing targets.