| 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 |
INetworkLoadBalancerTarget.Jsii$Default
Internal default implementation for
INetworkLoadBalancerTarget. |
| Modifier and Type | Class and Description |
|---|---|
static class |
INetworkLoadBalancerTarget.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
default List<INetworkLoadBalancerTarget> |
AddNetworkTargetsProps.getTargets()
The targets to add to this target group.
|
List<INetworkLoadBalancerTarget> |
AddNetworkTargetsProps.Jsii$Proxy.getTargets() |
default List<INetworkLoadBalancerTarget> |
NetworkTargetGroupProps.getTargets()
The targets to add to this target group.
|
List<INetworkLoadBalancerTarget> |
NetworkTargetGroupProps.Jsii$Proxy.getTargets() |
| Modifier and Type | Method and Description |
|---|---|
void |
INetworkTargetGroup.addTarget(INetworkLoadBalancerTarget... targets)
Add a load balancing target to this target group.
|
void |
INetworkTargetGroup.Jsii$Proxy.addTarget(INetworkLoadBalancerTarget... targets)
Add a load balancing target to this target group.
|
default void |
INetworkTargetGroup.Jsii$Default.addTarget(INetworkLoadBalancerTarget... targets)
Add a load balancing target to this target group.
|
void |
NetworkTargetGroup.addTarget(INetworkLoadBalancerTarget... targets)
Add a load balancing target to this target group.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkTargetGroup.Builder |
NetworkTargetGroup.Builder.targets(List<? extends INetworkLoadBalancerTarget> targets)
The targets to add to this target group.
|
AddNetworkTargetsProps.Builder |
AddNetworkTargetsProps.Builder.targets(List<? extends INetworkLoadBalancerTarget> targets)
Sets the value of
AddNetworkTargetsProps.getTargets() |
NetworkTargetGroupProps.Builder |
NetworkTargetGroupProps.Builder.targets(List<? extends INetworkLoadBalancerTarget> targets)
Sets the value of
NetworkTargetGroupProps.getTargets() |
| Modifier and Type | Class and Description |
|---|---|
class |
AlbArnTarget
A single Application Load Balancer as the target for load balancing.
|
class |
AlbTarget
A single Application Load Balancer as the target for load balancing.
|
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.
|
Copyright © 2022. All rights reserved.