| 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.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| software.amazon.awscdk.services.elasticloadbalancingv2.targets |
Targets for AWS Elastic Load Balancing V2
|
| 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 |
IApplicationLoadBalancerTarget.Jsii$Default
Internal default implementation for
IApplicationLoadBalancerTarget. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IApplicationLoadBalancerTarget.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
default List<IApplicationLoadBalancerTarget> |
AddApplicationTargetsProps.getTargets()
The targets to add to this target group.
|
List<IApplicationLoadBalancerTarget> |
AddApplicationTargetsProps.Jsii$Proxy.getTargets() |
default List<IApplicationLoadBalancerTarget> |
ApplicationTargetGroupProps.getTargets()
The targets to add to this target group.
|
List<IApplicationLoadBalancerTarget> |
ApplicationTargetGroupProps.Jsii$Proxy.getTargets() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationTargetGroup.addTarget(IApplicationLoadBalancerTarget... targets)
Add a load balancing target to this target group.
|
void |
IApplicationTargetGroup.addTarget(IApplicationLoadBalancerTarget... targets)
Add a load balancing target to this target group.
|
void |
IApplicationTargetGroup.Jsii$Proxy.addTarget(IApplicationLoadBalancerTarget... targets)
Add a load balancing target to this target group.
|
default void |
IApplicationTargetGroup.Jsii$Default.addTarget(IApplicationLoadBalancerTarget... targets)
Add a load balancing target to this target group.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationTargetGroup.Builder |
ApplicationTargetGroup.Builder.targets(List<? extends IApplicationLoadBalancerTarget> targets)
The targets to add to this target group.
|
AddApplicationTargetsProps.Builder |
AddApplicationTargetsProps.Builder.targets(List<? extends IApplicationLoadBalancerTarget> targets)
Sets the value of
AddApplicationTargetsProps.getTargets() |
ApplicationTargetGroupProps.Builder |
ApplicationTargetGroupProps.Builder.targets(List<? extends IApplicationLoadBalancerTarget> targets)
Sets the value of
ApplicationTargetGroupProps.getTargets() |
| Modifier and Type | Class and Description |
|---|---|
class |
InstanceIdTarget
An EC2 instance that is the target for load balancing.
|
class |
InstanceTarget
Example:
|
class |
IpTarget
An IP address that is a target for load balancing.
|
class |
LambdaTarget
Example:
|
Copyright © 2022. All rights reserved.