| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| software.amazon.awscdk.services.ecs.patterns |
CDK Construct library for higher-level ECS Constructs
|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
protected ApplicationTargetGroup |
AutoScalingGroup.getAlbTargetGroup() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AutoScalingGroup.setAlbTargetGroup(ApplicationTargetGroup value) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationTargetGroup |
RequestCountScalingProps.getTargetGroup()
The ALB target group name.
|
ApplicationTargetGroup |
RequestCountScalingProps.Jsii$Proxy.getTargetGroup() |
| Modifier and Type | Method and Description |
|---|---|
RequestCountScalingProps.Builder |
RequestCountScalingProps.Builder.targetGroup(ApplicationTargetGroup targetGroup)
Sets the value of
RequestCountScalingProps.getTargetGroup() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationTargetGroup |
ApplicationMultipleTargetGroupsFargateService.getTargetGroup()
Deprecated.
- Use `targetGroups` instead.
|
ApplicationTargetGroup |
ApplicationLoadBalancedServiceBase.getTargetGroup()
The target group for the service.
|
ApplicationTargetGroup |
ApplicationMultipleTargetGroupsEc2Service.getTargetGroup()
Deprecated.
- Use `targetGroups` instead.
|
protected ApplicationTargetGroup |
ApplicationMultipleTargetGroupsServiceBase.registerECSTargets(BaseService service,
ContainerDefinition container,
List<ApplicationTargetProps> targets) |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationTargetGroup> |
ApplicationMultipleTargetGroupsServiceBase.getTargetGroups()
The target groups of the service.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationTargetGroup |
IApplicationListener.addTargets(String id,
AddApplicationTargetsProps props)
Load balance incoming requests to the given load balancing targets.
|
ApplicationTargetGroup |
IApplicationListener.Jsii$Proxy.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.
|
ApplicationTargetGroup |
ApplicationListener.addTargets(String id,
AddApplicationTargetsProps props)
Load balance incoming requests to the given load balancing targets.
|
ApplicationTargetGroup |
ApplicationTargetGroup.Builder.build() |
Copyright © 2022. All rights reserved.