Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.NetworkTargetGroup
Package
Description
CDK Construct library for higher-level ECS Constructs
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of NetworkTargetGroup in software.amazon.awscdk.services.ecs.patterns
Modifier and TypeMethodDescriptionNetworkLoadBalancedServiceBase.getTargetGroup()
The target group for the service.NetworkMultipleTargetGroupsEc2Service.getTargetGroup()
Deprecated.NetworkMultipleTargetGroupsFargateService.getTargetGroup()
Deprecated.UsetargetGroups
instead.protected NetworkTargetGroup
NetworkMultipleTargetGroupsServiceBase.registerECSTargets
(BaseService service, ContainerDefinition container, List<NetworkTargetProps> targets) Modifier and TypeMethodDescriptionNetworkMultipleTargetGroupsServiceBase.getTargetGroups()
The target groups of the service. -
Uses of NetworkTargetGroup in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier and TypeMethodDescriptionNetworkListener.addTargets
(String id, AddNetworkTargetsProps props) Load balance incoming requests to the given load balancing targets.NetworkTargetGroup.Builder.build()
targetGroups
instead.