| 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
(experimental) A Fleet represents a managed set of EC2 instances.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IEcsLoadBalancerTarget
(experimental) Interface for ECS load balancer target.
|
static interface |
IEcsLoadBalancerTarget.Jsii$Default
Internal default implementation for
IEcsLoadBalancerTarget. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseService
(experimental) The base class for Ec2Service and FargateService services.
|
class |
Ec2Service
(experimental) This creates a service using the EC2 launch type on an ECS cluster.
|
class |
FargateService
(experimental) 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()
(experimental) The targets to add to this target group.
|
List<INetworkLoadBalancerTarget> |
AddNetworkTargetsProps.Jsii$Proxy.getTargets() |
default List<INetworkLoadBalancerTarget> |
NetworkTargetGroupProps.getTargets()
(experimental) 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)
(experimental) Add a load balancing target to this target group.
|
void |
INetworkTargetGroup.Jsii$Proxy.addTarget(INetworkLoadBalancerTarget... targets)
(experimental) Add a load balancing target to this target group.
|
default void |
INetworkTargetGroup.Jsii$Default.addTarget(INetworkLoadBalancerTarget... targets)
(experimental) Add a load balancing target to this target group.
|
void |
NetworkTargetGroup.addTarget(INetworkLoadBalancerTarget... targets)
(experimental) Add a load balancing target to this target group.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
NetworkTargetGroup.Builder |
NetworkTargetGroup.Builder.targets(List<? extends INetworkLoadBalancerTarget> targets)
(experimental) The targets to add to this target group.
|
| Constructor and Description |
|---|
Jsii$Proxy(Number port,
Boolean preserveClientIp,
Protocol protocol,
Boolean proxyProtocolV2,
List<? extends INetworkLoadBalancerTarget> targets,
Duration deregistrationDelay,
HealthCheck healthCheck,
String targetGroupName,
TargetType targetType,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
NetworkTargetGroupProps.Builder. |
Jsii$Proxy(Number port,
Duration deregistrationDelay,
HealthCheck healthCheck,
Boolean preserveClientIp,
Protocol protocol,
Boolean proxyProtocolV2,
String targetGroupName,
List<? extends INetworkLoadBalancerTarget> targets)
Constructor that initializes the object based on literal property values passed by the
AddNetworkTargetsProps.Builder. |
| Modifier and Type | Class and Description |
|---|---|
class |
InstanceIdTarget
(experimental) An EC2 instance that is the target for load balancing.
|
class |
InstanceTarget |
class |
IpTarget
(experimental) An IP address that is a target for load balancing.
|
Copyright © 2021. All rights reserved.