| Package | Description |
|---|---|
| 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 |
|---|---|
NetworkTargetGroup |
NetworkLoadBalancedServiceBase.getTargetGroup()
The target group for the service.
|
NetworkTargetGroup |
NetworkMultipleTargetGroupsFargateService.getTargetGroup()
Deprecated.
- Use `targetGroups` instead.
|
NetworkTargetGroup |
NetworkMultipleTargetGroupsEc2Service.getTargetGroup()
Deprecated.
- Use `targetGroups` instead.
|
protected NetworkTargetGroup |
NetworkMultipleTargetGroupsServiceBase.registerECSTargets(BaseService service,
ContainerDefinition container,
List<NetworkTargetProps> targets) |
| Modifier and Type | Method and Description |
|---|---|
List<NetworkTargetGroup> |
NetworkMultipleTargetGroupsServiceBase.getTargetGroups()
The target groups of the service.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkTargetGroup |
NetworkListener.addTargets(String id,
AddNetworkTargetsProps props)
Load balance incoming requests to the given load balancing targets.
|
NetworkTargetGroup |
NetworkTargetGroup.Builder.build() |
Copyright © 2022. All rights reserved.