| 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.elasticloadbalancing |
Amazon Elastic Load Balancing Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
class |
AutoScalingGroup
A Fleet represents a managed set of EC2 instances.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IEcsLoadBalancerTarget
Interface for ECS load balancer target.
|
static interface |
IEcsLoadBalancerTarget.Jsii$Default
Internal default implementation for
IEcsLoadBalancerTarget. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseService
The base class for Ec2Service and FargateService services.
|
class |
Ec2Service
This creates a service using the EC2 launch type on an ECS cluster.
|
class |
ExternalService
This creates a service using the External launch type on an ECS cluster.
|
class |
FargateService
This creates a service using the Fargate launch type on an ECS cluster.
|
static class |
IEcsLoadBalancerTarget.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ILoadBalancerTarget.Jsii$Default
Internal default implementation for
ILoadBalancerTarget. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ILoadBalancerTarget.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
default List<ILoadBalancerTarget> |
LoadBalancerProps.getTargets()
What targets to load balance to.
|
List<ILoadBalancerTarget> |
LoadBalancerProps.Jsii$Proxy.getTargets() |
| Modifier and Type | Method and Description |
|---|---|
void |
LoadBalancer.addTarget(ILoadBalancerTarget target) |
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerProps.Builder |
LoadBalancerProps.Builder.targets(List<? extends ILoadBalancerTarget> targets)
Sets the value of
LoadBalancerProps.getTargets() |
LoadBalancer.Builder |
LoadBalancer.Builder.targets(List<? extends ILoadBalancerTarget> targets)
What targets to load balance to.
|
Copyright © 2022. All rights reserved.