Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationTargetGroup
Packages that use 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
Methods in software.amazon.awscdk.services.autoscaling that return ApplicationTargetGroupModifier and TypeMethodDescriptionprotected ApplicationTargetGroup
AutoScalingGroup.getAlbTargetGroup()
Methods in software.amazon.awscdk.services.autoscaling with parameters of type ApplicationTargetGroupModifier and TypeMethodDescriptionprotected void
AutoScalingGroup.setAlbTargetGroup
(ApplicationTargetGroup value) -
Uses of ApplicationTargetGroup in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return ApplicationTargetGroupModifier and TypeMethodDescriptionRequestCountScalingProps.getTargetGroup()
The ALB target group name.final ApplicationTargetGroup
RequestCountScalingProps.Jsii$Proxy.getTargetGroup()
Methods in software.amazon.awscdk.services.ecs with parameters of type ApplicationTargetGroupModifier and TypeMethodDescriptionRequestCountScalingProps.Builder.targetGroup
(ApplicationTargetGroup targetGroup) Sets the value ofRequestCountScalingProps.getTargetGroup()
-
Uses of ApplicationTargetGroup in software.amazon.awscdk.services.ecs.patterns
Methods in software.amazon.awscdk.services.ecs.patterns that return ApplicationTargetGroupModifier 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) Methods in software.amazon.awscdk.services.ecs.patterns that return types with arguments of type ApplicationTargetGroupModifier and TypeMethodDescriptionApplicationMultipleTargetGroupsServiceBase.getTargetGroups()
The target groups of the service. -
Uses of ApplicationTargetGroup in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return ApplicationTargetGroupModifier 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.