| Package | Description |
|---|---|
| software.amazon.awscdk.services.codedeploy |
AWS CodeDeploy 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 |
|---|---|
static LoadBalancer |
LoadBalancer.network(NetworkTargetGroup nlbTargetGroup)
(experimental) Creates a new CodeDeploy load balancer from a Network Load Balancer Target Group.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkTargetGroup |
NetworkLoadBalancedServiceBase.getTargetGroup()
(experimental) The target group for the service.
|
NetworkTargetGroup |
NetworkMultipleTargetGroupsEc2Service.getTargetGroup()
(experimental) The default target group for the service.
|
NetworkTargetGroup |
NetworkMultipleTargetGroupsFargateService.getTargetGroup()
(experimental) The default target group for the service.
|
protected NetworkTargetGroup |
NetworkMultipleTargetGroupsServiceBase.registerECSTargets(BaseService service,
ContainerDefinition container,
List<NetworkTargetProps> targets) |
| Modifier and Type | Method and Description |
|---|---|
protected List<NetworkTargetGroup> |
NetworkMultipleTargetGroupsServiceBase.getTargetGroups() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
NetworkMultipleTargetGroupsServiceBase.setTargetGroups(List<NetworkTargetGroup> value) |
| Modifier and Type | Method and Description |
|---|---|
NetworkTargetGroup |
NetworkListener.addTargets(String id,
AddNetworkTargetsProps props)
(experimental) Load balance incoming requests to the given load balancing targets.
|
NetworkTargetGroup |
NetworkTargetGroup.Builder.build() |
Copyright © 2021. All rights reserved.