| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LoadBalancerTargetOptions.Jsii$Proxy
An implementation for
LoadBalancerTargetOptions |
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerTargetOptions |
LoadBalancerTargetOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ListenerConfig.addTargets(String id,
LoadBalancerTargetOptions target,
BaseService service)
Create and attach a target group to listener.
|
IEcsLoadBalancerTarget |
BaseService.loadBalancerTarget(LoadBalancerTargetOptions options)
Return a load balancing target for a specific container and port.
|
IEcsLoadBalancerTarget |
ExternalService.loadBalancerTarget(LoadBalancerTargetOptions _options)
Overriden method to throw error as `loadBalancerTarget` is not supported for external service.
|
Copyright © 2022. All rights reserved.