Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationTargetGroup
Package
Description
Amazon EC2 Auto Scaling Construct Library
Amazon ECS Construct Library
CDK Construct library for higher-level ECS Constructs
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of ApplicationTargetGroup in software.amazon.awscdk.services.autoscaling
Modifier and TypeMethodDescriptionprotected ApplicationTargetGroup
AutoScalingGroup.getAlbTargetGroup()
Modifier and TypeMethodDescriptionprotected void
AutoScalingGroup.setAlbTargetGroup
(ApplicationTargetGroup value) -
Uses of ApplicationTargetGroup in software.amazon.awscdk.services.ecs
Modifier and TypeMethodDescriptionRequestCountScalingProps.getTargetGroup()
The ALB target group name.final ApplicationTargetGroup
RequestCountScalingProps.Jsii$Proxy.getTargetGroup()
Modifier and TypeMethodDescriptionRequestCountScalingProps.Builder.targetGroup
(ApplicationTargetGroup targetGroup) Sets the value ofRequestCountScalingProps.getTargetGroup()
-
Uses of ApplicationTargetGroup in software.amazon.awscdk.services.ecs.patterns
Modifier and TypeMethodDescriptionApplicationLoadBalancedServiceBase.getTargetGroup()
The target group for the service.ApplicationMultipleTargetGroupsEc2Service.getTargetGroup()
Deprecated.ApplicationMultipleTargetGroupsFargateService.getTargetGroup()
Deprecated.UsetargetGroups
instead.protected ApplicationTargetGroup
ApplicationMultipleTargetGroupsServiceBase.registerECSTargets
(BaseService service, ContainerDefinition container, List<ApplicationTargetProps> targets) Modifier and TypeMethodDescriptionApplicationMultipleTargetGroupsServiceBase.getTargetGroups()
The target groups of the service. -
Uses of ApplicationTargetGroup in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier and TypeMethodDescriptionApplicationListener.addTargets
(String id, AddApplicationTargetsProps props) Load balance incoming requests to the given load balancing targets.IApplicationListener.addTargets
(String id, AddApplicationTargetsProps props) Load balance incoming requests to the given load balancing targets.default ApplicationTargetGroup
IApplicationListener.Jsii$Default.addTargets
(String id, AddApplicationTargetsProps props) Load balance incoming requests to the given load balancing targets.final ApplicationTargetGroup
IApplicationListener.Jsii$Proxy.addTargets
(String id, AddApplicationTargetsProps props) Load balance incoming requests to the given load balancing targets.ApplicationTargetGroup.Builder.build()
targetGroups
instead.